Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.parse.c259 if (t1->t_dtyp == NODE_LIST || in syn0()
260 t1->t_dtyp == NODE_AND || in syn0()
261 t1->t_dtyp == NODE_OR) { in syn0()
263 t->t_dtyp = NODE_PAREN; in syn0()
271 t->t_dtyp = NODE_LIST; in syn0()
314 t->t_dtyp = NODE_LIST; in syn1()
355 t->t_dtyp = NODE_OR; in syn1a()
395 t->t_dtyp = NODE_AND; in syn1b()
444 t->t_dtyp = NODE_PIPE; in syn2()
636 t->t_dtyp = NODE_PAREN; in syn3()
[all …]
H A Dsh.sem.c108 (intty || intact) && (t->t_dtyp == NODE_COMMAND) && in execute()
185 switch (t->t_dtyp) { 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()
388 if (t->t_dtyp == NODE_PAREN || in execute()
665 if (t->t_dtyp != NODE_PAREN) { in execute()
739 (t->t_dtyp == NODE_AND)) { in execute()
H A Dsh.proc.c849 switch (t->t_dtyp) { in padd()
870 switch (t->t_dtyp) { in padd()
H A Dsh.glob.c719 faket.t_dtyp = NODE_COMMAND; in backeval()
H A Dsh.exp.c557 faket.t_dtyp = NODE_COMMAND; in exp6()
H A Dsh.h880 unsigned char t_dtyp; /* Type of node */ member
H A Dtc.os.c800 faket.t_dtyp = NODE_COMMAND; in dobs2cmd()