Searched refs:t_dtyp (Results 1 – 6 of 6) sorted by relevance
262 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 …]
84 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()
308 int t_dtyp; /* Type of node */ member
524 switch (t->t_dtyp) { in padd()542 switch (t->t_dtyp) { in padd()
441 faket.t_dtyp = NODE_COMMAND; in exp6()
639 faket.t_dtyp = NODE_COMMAND; in backeval()