bin/ksh/edit.c
299
static void glob_table(const char *pat, XPtrV *wp, struct table *tp);
bin/ksh/edit.c
733
glob_table(pat, &w, &keywords);
bin/ksh/edit.c
734
glob_table(pat, &w, &aliases);
bin/ksh/edit.c
735
glob_table(pat, &w, &builtins);
bin/ksh/edit.c
737
glob_table(pat, &w, &l->funs);