Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/csh/
H A Dsh.parse.c266 if (t1->t_dtyp == TLST || in syn0()
277 t->t_dtyp = TLST; in syn0()
321 t->t_dtyp = TLST; in syn1()
675 case TLST: in freesyn()
H A Dsh.h309 #define TLST 4 /* t_dlef ; t_drit */ macro
H A Dsh.sem.c335 case TLST:
H A Dsh.proc.c502 case TLST: in padd()
514 case TLST: in padd()
/titanic_41/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);
/titanic_41/usr/src/lib/libshell/common/include/
H A Dshnodes.h56 #define TLST 3 macro
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dtdump.c107 case TLST: in p_tree()
H A Dtrestore.c96 case TLST: in r_tree()
H A Dname.c343 …if(!array && tp->tre.tretyp!=TLST && tp->com.comset && !tp->com.comarg && tp->com.comset->argval[0… in nv_setlist()
385 if(array && tp->tre.tretyp!=TLST && !tp->com.comset && !tp->com.comarg) in nv_setlist()
394 …if(tp->tre.tretyp!=TLST && tp->com.comarg && !tp->com.comset && !((mp=tp->com.comnamp) && nv_isatt… in nv_setlist()
439 if(tp->tre.tretyp==TLST || !tp->com.comset || tp->com.comset->argval[0]!='[') in nv_setlist()
441 …if(tp->tre.tretyp!=TLST && !tp->com.comnamp && tp->com.comset && tp->com.comset->argval[0]==0 && t… in nv_setlist()
533 while(tp->tre.tretyp==TLST) in nv_setlist()
H A Ddeparse.c173 case TLST: in p_tree()
H A Dparse.c507 left=makelist(lexp,TLST, left, right); in sh_cmd()
680 tf = makelist(lexp,TLST,t,tw); in arithfor()
1001 t = makelist(lexp,TLST,(Shnode_t*)ac,t); in assign()
H A Dxec.c228 case TLST: in sh_tclear()
1556 case TLST: in sh_exec()
1564 while(t->tre.tretyp == TLST); in sh_exec()