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

/macosx-10.10/tcsh-65/tcsh/
H A Dsh.parse.c262 if (t1->t_dtyp == NODE_LIST ||
263 t1->t_dtyp == NODE_AND ||
264 t1->t_dtyp == NODE_OR) {
266 t->t_dtyp = NODE_PAREN;
274 t->t_dtyp = NODE_LIST;
317 t->t_dtyp = NODE_LIST;
358 t->t_dtyp = NODE_OR;
398 t->t_dtyp = NODE_AND;
447 t->t_dtyp = NODE_PIPE;
638 t->t_dtyp
[all...]
H A Dsh.sem.c112 (intty || intact) && (t->t_dtyp == NODE_COMMAND) &&
189 switch (t->t_dtyp) {
229 while (t->t_dtyp == NODE_COMMAND)
291 if (t->t_dtyp == NODE_COMMAND) {
336 if (t->t_dtyp == NODE_COMMAND && !bifunc && !noexec && intty && isoutatty) {
376 if (t->t_dtyp == NODE_PAREN ||
644 if (t->t_dtyp != NODE_PAREN) {
713 (t->t_dtyp == NODE_AND)) {
H A Dsh.proc.c804 switch (t->t_dtyp) {
825 switch (t->t_dtyp) {
H A Dsh.exp.c559 faket.t_dtyp = NODE_COMMAND;
H A Dsh.glob.c701 faket.t_dtyp = NODE_COMMAND;
H A Dsh.h842 unsigned char t_dtyp; /* Type of node */ member in struct:command

Completed in 181 milliseconds