Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.parse.c264 if (t1->t_dtyp == TLST || in syn0()
266 t1->t_dtyp == TOR) { in syn0()
268 t->t_dtyp = TPAR; in syn0()
275 t->t_dtyp = TLST; in syn0()
319 t->t_dtyp = TLST; in syn1()
360 t->t_dtyp = TOR; in syn1a()
401 t->t_dtyp = TAND; in syn1b()
450 t->t_dtyp = TFIL; in syn2()
633 t->t_dtyp = TPAR; in syn3()
638 t->t_dtyp = TCOM; in syn3()
[all …]
H A Dsh.sem.c68 switch (t->t_dtyp) {
107 while (t->t_dtyp == TCOM)
144 bifunc = t->t_dtyp == TCOM ? isbfunc(t) : (struct biltins *) 0;
156 if (t->t_dtyp == TPAR || t->t_dflg&(FREDO|FAND) ||
303 if (t->t_dtyp != TPAR) {
355 if ((getn(value(S_status/*"status"*/)) == 0) != (t->t_dtyp == TAND))
H A Dsh.h268 short t_dtyp; /* Type of node */ member
H A Dsh.proc.c489 switch (t->t_dtyp) { in padd()
510 switch (t->t_dtyp) { in padd()
H A Dsh.exp.c481 faket.t_dtyp = TCOM; in exp6()
H A Dsh.glob.c762 faket.t_dtyp = TCOM; in backeval()