Home
last modified time | relevance | path

Searched refs:ARRAY_ADD (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Darray.c512 nv_putsub(mp,name,ARRAY_ADD|ARRAY_NOSCOPE); in array_clone()
962 nv_putsub(np, string_index, ARRAY_ADD); in nv_changearray()
1008 nv_putsub(np, "0", ARRAY_ADD); in nv_setarray()
1229 if(mode&(ARRAY_FILL|ARRAY_ADD)) in nv_putsub()
1231 if(!(mode&ARRAY_ADD)) in nv_putsub()
1280 if(sp && !(mode&ARRAY_ADD) && !ap->val[size].cp) in nv_putsub()
1342 (*ap->header.fun)(np, sp, (mode&ARRAY_ADD)?NV_AADD:0); in nv_putsub()
1343 if(!(mode&(ARRAY_SCAN|ARRAY_ADD)) && !(*ap->header.fun)(np,NIL(char*),NV_ACURRENT)) in nv_putsub()
1550 nv_putsub(np, sp, ((mode&NV_ADD)?ARRAY_ADD:0)|(cp[1]&&(mode&NV_ADD)?ARRAY_FILL:mode&ARRAY_FILL)); in nv_endsubscript()
1839 nv_putsub(np,NIL(char*),(long)argc+arg0|ARRAY_FILL|ARRAY_ADD); in nv_setvec()
H A Darith.c125 nv_putsub(np,sub,assign==NV_ASSIGN?ARRAY_ADD:0); in scope()
H A Dnvdisc.c263 nv_putsub(np, sub, ARRAY_ADD); in assign()
H A Dname.c567 nv_putsub(np,(char*)0,ARRAY_ADD|ARRAY_FILL|sub); in nv_setlist()
1559 nv_putsub(np,(char*)0,ARRAY_ADD|nv_aindex(np)); in nv_open()
H A Dnvtype.c453 nv_putsub(nq,cp,ARRAY_ADD|ARRAY_NOSCOPE); in clone_type()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dnval.h234 #define ARRAY_ADD (1L<<ARRAY_BITS) /* add subscript if not found */ macro