Home
last modified time | relevance | path

Searched refs:NODE_COMMAND (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/tcsh-6/
H A Dsh.sem.c108 (intty || intact) && (t->t_dtyp == NODE_COMMAND) && in execute()
187 case NODE_COMMAND: in execute()
231 while (t->t_dtyp == NODE_COMMAND) in execute()
292 if (t->t_dtyp == NODE_COMMAND) { in execute()
337 if (t->t_dtyp == NODE_COMMAND && !bifunc && !noexec && intty && isoutatty) { in execute()
H A Dsh.parse.c642 t->t_dtyp = NODE_COMMAND; in syn3()
656 case NODE_COMMAND: in freesyn()
H A Dsh.glob.c719 faket.t_dtyp = NODE_COMMAND; in backeval()
H A Dsh.h884 #define NODE_COMMAND 1 /* t_dcom <t_dlef >t_drit */ macro
H A Dsh.exp.c554 faket.t_dtyp = NODE_COMMAND; in exp6()
H A Dtc.os.c800 faket.t_dtyp = NODE_COMMAND; in dobs2cmd()
H A Dsh.proc.c857 case NODE_COMMAND: in padd()