Searched refs:ARRAY_ADD (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | array.c | 512 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 D | arith.c | 125 nv_putsub(np,sub,assign==NV_ASSIGN?ARRAY_ADD:0); in scope()
|
H A D | nvdisc.c | 263 nv_putsub(np, sub, ARRAY_ADD); in assign()
|
H A D | name.c | 567 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 D | nvtype.c | 453 nv_putsub(nq,cp,ARRAY_ADD|ARRAY_NOSCOPE); in clone_type()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | nval.h | 234 #define ARRAY_ADD (1L<<ARRAY_BITS) /* add subscript if not found */ macro
|