bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Where is GLOBAL_COMMAND?


From: Clark Wang
Subject: Re: Where is GLOBAL_COMMAND?
Date: Tue, 22 Jan 2019 06:11:25 +0000

On Tue, Jan 22, 2019 at 1:32 PM Peng Yu 
<pengyu.ut@gmail.com<mailto:pengyu.ut@gmail.com>> wrote:
Hi,

GLOBAL_COMMAND is mentioned as a global variable. But I don't find it.
Is it renamed to something else?

execute_cmd.c
373-
374-/* Execute the command passed in COMMAND.  COMMAND is exactly what
375:   read_command () places into GLOBAL_COMMAND.  See "command.h" for the
376-   details of the command structure.

In command.h it has this:

  extern COMMAND *global_command;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]