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

/ast/src/cmd/ksh93/include/
H A Dshnodes.h57 #define TLST 3 macro
/ast/src/cmd/ksh93/sh/
H A Dtdump.c107 case TLST:
H A Dtrestore.c96 case TLST:
H A Ddeparse.c173 case TLST:
H A Dname.c357 if(!array && tp->tre.tretyp!=TLST && tp->com.comset && !tp->com.comarg && tp->com.comset->argval[0]==0 && tp->com.comset->argval[1]=='[')
430 if(array && tp->tre.tretyp!=TLST && !tp->com.comset && !tp->com.comarg)
439 if(tp->tre.tretyp!=TLST && tp->com.comarg && !tp->com.comset && ((array&NV_IARRAY) || !((mp=tp->com.comnamp) && nv_isattr(mp,BLT_DCL))))
498 if(tp->tre.tretyp==TLST || !tp->com.comset || tp->com.comset->argval[0]!='[')
500 if(tp->tre.tretyp!=TLST && !tp->com.comnamp && tp->com.comset && tp->com.comset->argval[0]==0 && tp->com.comset->argchn.ap)
599 while(tp->tre.tretyp==TLST)
H A Dxec.c330 case TLST:
2192 case TLST:
2200 while(t->tre.tretyp == TLST);

Completed in 50 milliseconds