Searched refs:comset (Results 1 – 14 of 14) sorted by relevance
/titanic_41/usr/src/cmd/sh/ |
H A D | func.c | 74 free_arg(comptr(t)->comset); in freetree() 104 free_arg(f->forlst->comset); in freetree() 255 if (comptr(t)->comset) { in prf() 256 prarg(comptr(t)->comset); in prf()
|
H A D | xec.c | 143 cmdhash = pathlook(com[0], 1, comptr(t)->comset); 146 setlist(comptr(t)->comset, 0); 361 setlist(comptr(t)->comset, N_EXPORT);
|
H A D | mode.h | 171 struct argnod *comset; member
|
H A D | cmd.c | 467 t->comset = (struct argnod *)argset; 476 pathlook(com, 0, t->comset);
|
H A D | bltin.c | 284 else if (comptr(t)->comset == 0) in builtin()
|
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | name.c | 343 …ray && tp->tre.tretyp!=TLST && tp->com.comset && !tp->com.comarg && tp->com.comset->argval[0]==0 &… in nv_setlist() 344 array |= (tp->com.comset->argflag&ARG_MESSAGE)?NV_IARRAY:NV_ARRAY; in nv_setlist() 347 if(prefix && tp->com.comset && *cp=='[') 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 …tre.tretyp!=TLST && !tp->com.comnamp && tp->com.comset && tp->com.comset->argval[0]==0 && tp->com.… in nv_setlist() 446 if(tp->com.comset->argval[1]=='[') in nv_setlist() 450 if(!(array&NV_IARRAY) && !(tp->com.comset->argflag&ARG_MESSAGE)) in nv_setlist() 453 nv_setlist(tp->com.comset,flags,0); in nv_setlist() [all …]
|
H A D | deparse.c | 503 if(com->comset) in p_comarg() 504 p_arg(com->comset,flag,POST); in p_comarg()
|
H A D | parse.c | 916 settail= &ac->comset; in assign() 1132 (t->for_.forlst)->comset = 0; in item() 1302 t->comset = 0; in simple() 1306 settail = &(t->comset); in simple() 1413 else if(argno==1 && !t->comset) in simple() 1464 if(t->comset && argno==0) in simple() 1465 writedefs(lexp,t->comset,line,'v',t->comarg); in simple()
|
H A D | tdump.c | 217 p_arg(com->comset); in p_comarg()
|
H A D | xec.c | 176 int n = p_arg(com->comset,ARG_ASSIGN); in p_comarg() 767 if(shp->envlist = argp = t->com.comset) in sh_exec() 1081 ((Shnode_t*)t)->com.comset = 0; in sh_exec() 1138 sh_funct(shp,np,argn,com,t->com.comset,(flags&~OPTIMIZE_FLAG)); in sh_exec() 1367 path_exec(com0,com,t->com.comset); in sh_exec() 1743 if(tt->com.comset) in sh_exec() 1744 nv_setlist(tt->com.comset,NV_IDENT|NV_ASSIGN,0); in sh_exec() 3140 if(t->com.comset) in sh_ntfork() 3143 sh_scope(shp,t->com.comset,0); in sh_ntfork() 3248 nv_setlist(t->com.comset,NV_EXPORT|NV_IDENT|NV_ASSIGN,0); in sh_ntfork()
|
H A D | trestore.c | 269 com->comset = r_arg(shp); in r_comarg()
|
H A D | macro.c | 1972 if(t->tre.tretyp==0 && !t->com.comarg && !t->com.comset) in comsubst()
|
/titanic_41/usr/src/lib/libshell/common/include/ |
H A D | argnod.h | 47 struct argnod *comset; member
|
/titanic_41/usr/src/lib/libshell/misc/ |
H A D | ERRATA.txt | 1006 …if(!nv_isarray(np) && !typ && (tp->com.comarg || !tp->com.comset || tp->com.comset->argval[0]!='['… 1009 + if(tp->com.comarg || tp->com.comset)
|