Home
last modified time | relevance | path

Searched refs:TLST (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.parse.c264 if (t1->t_dtyp == TLST || in syn0()
275 t->t_dtyp = TLST; in syn0()
319 t->t_dtyp = TLST; in syn1()
673 case TLST: in freesyn()
H A Dsh.h292 #define TLST 4 /* t_dlef ; t_drit */ macro
H A Dsh.sem.c333 case TLST:
H A Dsh.proc.c508 case TLST: in padd()
520 case TLST: in padd()
/illumos-gate/usr/src/cmd/sh/
H A Dfunc.c87 case TLST: in freetree()
282 case TLST: in prf()
H A Ddefs.h66 #define TLST 0x0030 macro
H A Dxec.c388 case TLST:
H A Dcmd.c136 i = makelist(TLST, i, e);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h57 #define TLST 3 macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dtdump.c107 case TLST: in p_tree()
H A Dtrestore.c96 case TLST: in r_tree()
H A Dparse.c381 t =makelist(lexp,TLST, t, tt); in sh_parse()
530 left=makelist(lexp,TLST, left, right); in sh_cmd()
712 tf = makelist(lexp,TLST,t,tw); in arithfor()
1104 t = makelist(lexp,TLST,(Shnode_t*)ac,t); in assign()
H A Ddeparse.c173 case TLST: in p_tree()
H A Dname.c360 …if(!array && tp->tre.tretyp!=TLST && tp->com.comset && !tp->com.comarg && tp->com.comset->argval[0… in nv_setlist()
433 if(array && tp->tre.tretyp!=TLST && !tp->com.comset && !tp->com.comarg) in nv_setlist()
442 …if(tp->tre.tretyp!=TLST && tp->com.comarg && !tp->com.comset && ((array&NV_IARRAY) || !((mp=tp->co… in nv_setlist()
501 if(tp->tre.tretyp==TLST || !tp->com.comset || tp->com.comset->argval[0]!='[') in nv_setlist()
503 …if(tp->tre.tretyp!=TLST && !tp->com.comnamp && tp->com.comset && tp->com.comset->argval[0]==0 && t… in nv_setlist()
602 while(tp->tre.tretyp==TLST) in nv_setlist()
H A Dxec.c333 case TLST: in sh_tclear()
2204 case TLST: in sh_exec()
2212 while(t->tre.tretyp == TLST); in sh_exec()