Lines Matching defs:command
69 * cd, chdir, pushd, popd command, then set didchdir to
89 * interpretation such as history substitution, file mathing, command
123 bool timflg; /* Time the next waited for command */
280 * Each command is parsed to a tree of command structures and
284 struct command {
289 struct command *T_dcar; /* Left part of list/pipe */
293 struct command *T_dcdr; /* Right part of list/pipe */
302 struct command *t_dspr; /* Pointer to ()'d subtree */
327 #define FNOHUP (1<<12) /* nohup this command */
328 #define FTIME (1<<13) /* time this command */
406 * Filename/command name expansion variables
418 * command line arguments. In the meantime, we simply fall back
435 * Variables for command expansion.
491 extern struct biltins *isbfunc(struct command *);
504 extern struct command *syntax(struct wordent *, struct wordent *, int);