bin/ksh/edit.c
450
static void glob_table ARGS((const char *, XPtrV *, struct table *));
bin/ksh/edit.c
642
glob_table(pat, &w, &keywords);
bin/ksh/edit.c
643
glob_table(pat, &w, &aliases);
bin/ksh/edit.c
644
glob_table(pat, &w, &builtins);
bin/ksh/edit.c
646
glob_table(pat, &w, &l->funs);