Searched refs:TLST (Results 1 – 15 of 15) sorted by relevance
/titanic_50/usr/src/cmd/csh/ |
H A D | sh.parse.c | 266 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 D | sh.h | 309 #define TLST 4 /* t_dlef ; t_drit */ macro
|
H A D | sh.sem.c | 335 case TLST:
|
H A D | sh.proc.c | 502 case TLST: in padd() 514 case TLST: in padd()
|
/titanic_50/usr/src/cmd/sh/ |
H A D | func.c | 87 case TLST: in freetree() 282 case TLST: in prf()
|
H A D | defs.h | 66 #define TLST 0x0030 macro
|
H A D | xec.c | 388 case TLST:
|
H A D | cmd.c | 136 i = makelist(TLST, i, e);
|
/titanic_50/usr/src/lib/libshell/common/include/ |
H A D | shnodes.h | 56 #define TLST 3 macro
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | tdump.c | 107 case TLST: in p_tree()
|
H A D | trestore.c | 96 case TLST: in r_tree()
|
H A D | name.c | 343 …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 D | deparse.c | 173 case TLST: in p_tree()
|
H A D | parse.c | 507 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 D | xec.c | 228 case TLST: in sh_tclear() 1556 case TLST: in sh_exec() 1564 while(t->tre.tretyp == TLST); in sh_exec()
|