Home
last modified time | relevance | path

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

/titanic_51/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)); in b_unalias()
938 return(b_unall(argc,argv,shp->var_tree,shp)); in b_unset()
941 static int b_unall(int argc, char **argv, register Dt_t *troot, Shell_t* shp) in b_unall() function