Searched refs:t_dtyp (Results 1 – 7 of 7) sorted by relevance
259 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 …]
108 (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()
849 switch (t->t_dtyp) { in padd()870 switch (t->t_dtyp) { in padd()
719 faket.t_dtyp = NODE_COMMAND; in backeval()
557 faket.t_dtyp = NODE_COMMAND; in exp6()
880 unsigned char t_dtyp; /* Type of node */ member
800 faket.t_dtyp = NODE_COMMAND; in dobs2cmd()