Searched refs:nv_endsubscript (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | arith.c | 140 cp = nv_endsubscript(np,cp,0); in scope() 170 cp = nv_endsubscript(np,sub,NV_ADD|NV_SUBQUOTE|(ap&&ap->fixed?NV_FARRAY:0)); in scope() 172 cp = nv_endsubscript(np,sub,NV_ADD|NV_SUBQUOTE); in scope() 258 str = nv_endsubscript((Namval_t*)0,str,0); in arith() 266 str = nv_endsubscript((Namval_t*)0,cp=str,NV_SUBQUOTE)-1; in arith() 316 str = nv_endsubscript(np,str,0); in arith() 378 str = nv_endsubscript(np,str,0); in arith()
|
H A D | nvtree.c | 123 cp = nv_endsubscript((Namval_t*)0,(char*)cp,0); in nextdot() 220 nv_endsubscript(np,nfp->last,NV_NOADD); in nv_diropen() 916 if(*nv_endsubscript((Namval_t*)0,cp,0)=='[') in genvalue()
|
H A D | array.c | 1405 ep = nv_endsubscript(np,ep,0); in array_fixed_init() 1425 cp = nv_endsubscript(np,ep,0); in array_fixed_init() 1476 cp = nv_endsubscript(np,ep,0); in array_fixed() 1500 char *nv_endsubscript(Namval_t *np, register char *cp, int mode) in nv_endsubscript() function
|
H A D | name.c | 790 cp = nv_endsubscript((Namval_t*)0,sp,0); in nv_create() 1010 nv_endsubscript(np,null,NV_ADD); in nv_create() 1083 cp = nv_endsubscript(np,sp,n|(flags&(NV_ASSIGN|NV_FARRAY))); in nv_create() 3238 cp = nv_endsubscript((Namval_t*)0,ep=cp,0); in lastdot() 3244 cp = nv_endsubscript((Namval_t*)0,ep=cp,0); in lastdot() 3444 nv_endsubscript(nq,ep-1,NV_ARRAY); in nv_setref()
|
H A D | nvdisc.c | 1111 sp = nv_endsubscript((Namval_t*)0,(char*)sp,0); in nv_bfsearch() 1148 nv_endsubscript(nq, cp,NV_NOADD); in nv_bfsearch()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | name.h | 184 extern char *nv_endsubscript(Namval_t*, char*, int);
|