Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dname.h111 Dt_t *fdict; /* dictionary node belongs to */ member
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dpath.c612 np->nvalue.rp->fdict = 0; in funload()
616 rp->fdict = funtree; in funload()
1721 if(rp->fdict) in path_unsetfpath()
1722 nv_delete(rp->np,rp->fdict,NV_NOFREE); in path_unsetfpath()
1723 rp->fdict = 0; in path_unsetfpath()
H A Dsubshell.c430 np->nvalue.rp->fdict = 0; in table_unset()
H A Dxec.c2801 np->nvalue.rp->fdict = shp->fun_tree; in sh_exec()