Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/include/
H A Dname.h99 Dt_t *fdict; /* dictionary node belongs to */ member
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dpath.c644 np->nvalue.rp->fdict = 0; in funload()
648 rp->fdict = funtree; in funload()
1701 if(rp->fdict) in path_unsetfpath()
1702 nv_delete(rp->np,rp->fdict,NV_NOFREE); in path_unsetfpath()
1703 rp->fdict = 0; in path_unsetfpath()
H A Dsubshell.c425 np->nvalue.rp->fdict = 0; in table_unset()
H A Dxec.c2088 np->nvalue.rp->fdict = shp->fun_tree; in sh_exec()