Searched refs:nv_arrfixed (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | name.h | 225 extern int nv_arrfixed(Namval_t*, Sfio_t*, int, char*);
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | nvtree.c | 560 nv_arrfixed(np,out,0,(char*)0); in nv_attribute() 783 nv_arrfixed(np,wp->out,0,(char*)0); in outval()
|
H A D | name.c | 3494 np->nvalue.nrp->curi = ARRAY_FIXED|nv_arrfixed(nq,(Sfio_t*)0,1,&np->nvalue.nrp->dim); in nv_setref() 3722 nv_arrfixed(np,shp->strbuf,1,(char*)0); in nv_name()
|
H A D | array.c | 1356 int nv_arrfixed(Namval_t *np, Sfio_t *out, int flag, char *dim) in nv_arrfixed() function
|
H A D | nvtype.c | 226 nv_arrfixed(np,sh.strbuf,1,(char*)0); in name_chtype()
|