Home
last modified time | relevance | path

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

/netbsd-src/bin/csh/
H A Dparse.c262 if (t1->t_dtyp == NODE_LIST || in syn0()
263 t1->t_dtyp == NODE_AND || in syn0()
264 t1->t_dtyp == NODE_OR) { in syn0()
266 t->t_dtyp = NODE_PAREN; in syn0()
274 t->t_dtyp = NODE_LIST; in syn0()
312 t->t_dtyp = NODE_LIST; in syn1()
348 t->t_dtyp = NODE_OR; in syn1a()
383 t->t_dtyp = NODE_AND; in syn1b()
426 t->t_dtyp = NODE_PIPE; in syn2()
602 t->t_dtyp = NODE_PAREN; in syn3()
[all …]
H A Dsem.c84 switch (t->t_dtyp) { in execute()
115 while (t->t_dtyp == NODE_COMMAND) in execute()
153 if (t->t_dtyp == NODE_COMMAND) { in execute()
199 if (t->t_dtyp == NODE_PAREN || in execute()
378 if (t->t_dtyp != NODE_PAREN) in execute()
428 (t->t_dtyp == NODE_AND)) in execute()
H A Dcsh.h308 int t_dtyp; /* Type of node */ member
H A Dproc.c524 switch (t->t_dtyp) { in padd()
542 switch (t->t_dtyp) { in padd()
H A Dexp.c441 faket.t_dtyp = NODE_COMMAND; in exp6()
H A Dglob.c639 faket.t_dtyp = NODE_COMMAND; in backeval()