Searched refs:nv_arrfixed (Results 1 - 5 of 5) sorted by relevance
/ast/src/cmd/ksh93/include/ |
H A D | name.h | 225 extern int nv_arrfixed(Namval_t*, Sfio_t*, int, char*);
|
/ast/src/cmd/ksh93/sh/ |
H A D | nvtree.c | 560 nv_arrfixed(np,out,0,(char*)0); 783 nv_arrfixed(np,wp->out,0,(char*)0);
|
H A D | name.c | 3476 np->nvalue.nrp->curi = ARRAY_FIXED|nv_arrfixed(nq,(Sfio_t*)0,1,&np->nvalue.nrp->dim); 3704 nv_arrfixed(np,shp->strbuf,1,(char*)0);
|
H A D | array.c | 1356 int nv_arrfixed(Namval_t *np, Sfio_t *out, int flag, char *dim) function
|
H A D | nvtype.c | 226 nv_arrfixed(np,sh.strbuf,1,(char*)0);
|
Completed in 48 milliseconds