Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dnvtree.c35 struct nvdir struct
43 struct nvdir *prev; argument
149 struct nvdir *save, *dp = new_of(struct nvdir,len+1); in nv_diropen()
234 if(!(save = new_of(struct nvdir,0))) in nv_diropen()
265 static Namval_t *nextnode(struct nvdir *dp) in nextnode()
276 register struct nvdir *save, *dp = (struct nvdir*)dir; in nv_dirnext()
335 if(!(save = new_of(struct nvdir,len+1))) in nv_dirnext()
372 struct nvdir *dp = (struct nvdir*)dir; in nv_dirclose()