Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c110 static void glob_table(const char *, XPtrV *, struct table *);
493 glob_table(pat, &w, &keywords); in x_command_glob()
494 glob_table(pat, &w, &aliases); in x_command_glob()
495 glob_table(pat, &w, &builtins); in x_command_glob()
497 glob_table(pat, &w, &l->funs); in x_command_glob()
773 glob_table(const char *pat, XPtrV *wp, struct table *tp) in glob_table() function