Searched refs:glob_table (Results 1 – 1 of 1) sorted by relevance
/external/mksh/src/ |
D | edit.c | 109 static void glob_table(const char *, XPtrV *, struct table *); 488 glob_table(pat, &w, &keywords); in x_command_glob() 489 glob_table(pat, &w, &aliases); in x_command_glob() 490 glob_table(pat, &w, &builtins); in x_command_glob() 492 glob_table(pat, &w, &l->funs); in x_command_glob() 768 glob_table(const char *pat, XPtrV *wp, struct table *tp) in glob_table() function
|