Searched refs:comset (Results 1 - 11 of 11) sorted by relevance
/illumos-gate/usr/src/lib/libshell/common/include/ |
H A D | argnod.h | 47 struct argnod *comset; member in struct:comnod
|
/illumos-gate/usr/src/cmd/sh/ |
H A D | func.c | 74 free_arg(comptr(t)->comset); 104 free_arg(f->forlst->comset); 255 if (comptr(t)->comset) { 256 prarg(comptr(t)->comset);
|
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 in struct:comnod
|
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)
|
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | name.c | 343 if(!array && tp->tre.tretyp!=TLST && tp->com.comset && !tp->com.comarg && tp->com.comset->argval[0]==0 && tp->com.comset->argval[1]=='[') 344 array |= (tp->com.comset->argflag&ARG_MESSAGE)?NV_IARRAY:NV_ARRAY; 347 if(prefix && tp->com.comset && *cp=='[') 385 if(array && tp->tre.tretyp!=TLST && !tp->com.comset && !tp->com.comarg) 394 if(tp->tre.tretyp!=TLST && tp->com.comarg && !tp->com.comset && !((mp=tp->com.comnamp) && nv_isattr(mp,BLT_DCL))) 439 if(tp->tre.tretyp==TLST || !tp->com.comset || tp->com.comset->argval[0]!='[') 441 if(tp->tre.tretyp!=TLST && !tp->com.comnamp && tp->com.comset [all...] |
H A D | tdump.c | 217 p_arg(com->comset);
|
H A D | deparse.c | 503 if(com->comset) 504 p_arg(com->comset,flag,POST);
|
H A D | xec.c | 176 int n = p_arg(com->comset,ARG_ASSIGN); 767 if(shp->envlist = argp = t->com.comset) 1081 ((Shnode_t*)t)->com.comset = 0; 1138 sh_funct(shp,np,argn,com,t->com.comset,(flags&~OPTIMIZE_FLAG)); 1367 path_exec(com0,com,t->com.comset); 1743 if(tt->com.comset) 1744 nv_setlist(tt->com.comset,NV_IDENT|NV_ASSIGN,0); 3140 if(t->com.comset) 3143 sh_scope(shp,t->com.comset,0); 3248 nv_setlist(t->com.comset,NV_EXPOR [all...] |
H A D | trestore.c | 269 com->comset = r_arg(shp);
|
Completed in 105 milliseconds