Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/csh/
H A Dsh.parse.c266 if (t1->t_dtyp == TLST || in syn0()
267 t1->t_dtyp == TAND || in syn0()
268 t1->t_dtyp == TOR) { in syn0()
270 t->t_dtyp = TPAR; in syn0()
277 t->t_dtyp = TLST; in syn0()
321 t->t_dtyp = TLST; in syn1()
362 t->t_dtyp = TOR; in syn1a()
403 t->t_dtyp = TAND; in syn1b()
452 t->t_dtyp = TFIL; in syn2()
635 t->t_dtyp = TPAR; in syn3()
[all …]
H A Dsh.sem.c70 switch (t->t_dtyp) {
109 while (t->t_dtyp == TCOM)
146 bifunc = t->t_dtyp == TCOM ? isbfunc(t) : (struct biltins *) 0;
158 if (t->t_dtyp == TPAR || t->t_dflg&(FREDO|FAND) ||
305 if (t->t_dtyp != TPAR) {
357 if ((getn(value(S_status/*"status"*/)) == 0) != (t->t_dtyp == TAND))
H A Dsh.h285 short t_dtyp; /* Type of node */ member
H A Dsh.proc.c483 switch (t->t_dtyp) { in padd()
504 switch (t->t_dtyp) { in padd()
H A Dsh.exp.c481 faket.t_dtyp = TCOM; in exp6()
H A Dsh.glob.c759 faket.t_dtyp = TCOM; in backeval()