Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dexpand.c148 static Namval_t *GLOBIGNORENOD; in path_expand() local
149 if(!GLOBIGNORENOD) in path_expand()
150 GLOBIGNORENOD = nv_open("GLOBIGNORE",shp->var_tree,0); in path_expand()
151 cp=nv_getval(sh_scoped(shp,GLOBIGNORENOD)); in path_expand()