Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c99 static void glob_path(int, const char *, XPtrV *, const char *);
473 glob_path(flags, pat, &w, path); in x_command_glob()
475 glob_path(flags, pat, &w, fpath); in x_command_glob()
763 glob_path(int flags, const char *pat, XPtrV *wp, const char *lpath) in glob_path() function