Home
last modified time | relevance | path

Searched refs:ARRAY_FILL (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/lib/libshell/common/sh/
H A Darray.c855 nv_putsub(np, NIL(char*), ARRAY_FILL); in nv_arraychild()
976 if(size==0 && !(mode&ARRAY_FILL)) in nv_putsub()
1003 if(mode&(ARRAY_FILL|ARRAY_ADD)) in nv_putsub()
1040 if(!(mode&ARRAY_FILL)) in nv_putsub()
1100 nv_putsub(np, sp, ((mode&NV_ADD)?ARRAY_ADD:0)|(cp[1]&&(mode&NV_ADD)?ARRAY_FILL:mode&ARRAY_FILL)); in nv_endsubscript()
1351 nv_putsub(np,NIL(char*),(long)argc+arg0|ARRAY_FILL|ARRAY_ADD); in nv_setvec()
H A Dname.c498 nv_putsub(np,(char*)0,ARRAY_ADD|ARRAY_FILL|sub); in nv_setlist()
909 n |= ARRAY_FILL; in nv_create()
920 if((c = *cp)=='.' || (c=='[' && nv_isarray(np)) || (n&ARRAY_FILL) || (flags&NV_ARRAY)) in nv_create()
988 nv_putsub(np,sub,ARRAY_FILL); in nv_create()
H A Dnvtype.c1122 nv_putsub(nq, (char*)0, ARRAY_FILL); in nv_mktype()
1315 nv_putsub(np,"0",ARRAY_FILL); in nv_settype()
H A Dinit.c738 nv_putsub(SH_MATCHNOD, NIL(char*), (nmatch-1)|ARRAY_FILL); in sh_setmatch()
/titanic_44/usr/src/lib/libshell/common/include/
H A Dname.h67 #define ARRAY_FILL (8L<<ARRAY_BITS) /* used with nv_putsub() */ macro