Home
last modified time | relevance | path

Searched refs:nv_arrfixed (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dname.h225 extern int nv_arrfixed(Namval_t*, Sfio_t*, int, char*);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dnvtree.c560 nv_arrfixed(np,out,0,(char*)0); in nv_attribute()
783 nv_arrfixed(np,wp->out,0,(char*)0); in outval()
H A Dname.c3494 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 Darray.c1356 int nv_arrfixed(Namval_t *np, Sfio_t *out, int flag, char *dim) in nv_arrfixed() function
H A Dnvtype.c226 nv_arrfixed(np,sh.strbuf,1,(char*)0); in name_chtype()