Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dpath.c599 Dt_t *funtree = sh_subfuntree(1); in funload() local
609 if((np = dtsearch(funtree,rp->np)) && is_afunction(np)) in funload()
613 nv_delete(np,funtree,NV_NOFREE); in funload()
615 dtinsert(funtree,rp->np); in funload()
616 rp->fdict = funtree; in funload()