Searched defs:scantree (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dexpand.c53 static int scantree(Dt_t*,const char*, struct argnod**);
123 extra += scantree(shp->alias_tree,pattern,arghead);
124 extra += scantree(shp->fun_tree,pattern,arghead);
219 static int scantree(Dt_t *tree, const char *pattern, struct argnod **arghead) function

Completed in 57 milliseconds