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

/external/mksh/src/
H A Dedit.c98 static void glob_table(const char *, XPtrV *, struct table *);
466 glob_table(pat, &w, &keywords);
467 glob_table(pat, &w, &aliases);
468 glob_table(pat, &w, &builtins);
470 glob_table(pat, &w, &l->funs);
746 glob_table(const char *pat, XPtrV *wp, struct table *tp) function

Completed in 329 milliseconds