Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libshell/common/sh/
H A Dpath.c638 Dt_t *funtree = sh_subfuntree(1); in funload() local
641 if((np = dtsearch(funtree,rp->np)) && is_afunction(np)) in funload()
645 nv_delete(np,funtree,NV_NOFREE); in funload()
647 dtinsert(funtree,rp->np); in funload()
648 rp->fdict = funtree; in funload()