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

/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dtypeset.c66 static int b_unall(int, char**, Dt_t*, Shell_t*);
932 return(b_unall(argc,argv,shp->alias_tree,shp));
938 return(b_unall(argc,argv,shp->var_tree,shp));
941 static int b_unall(int argc, char **argv, register Dt_t *troot, Shell_t* shp) function

Completed in 58 milliseconds