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

/external/mksh/src/
H A Dedit.c364 x_file_glob(int *flagsp, char *toglob, char ***wordsp) argument
372 x_glob_hlp_add_qchar(toglob);
375 * Convert "foo*" (toglob) to an array of strings (words)
379 s->start = s->str = toglob;
409 toglob = x_glob_hlp_tilde_and_rem_qchar(toglob, false);
413 * but be careful (e.g. toglob == "ab*" when the file
419 if ((strcmp(words[0], toglob) == 0 &&
454 x_command_glob(int flags, char *toglob, char ***wordsp) argument
461 /* Convert "foo*" (toglob) t
608 char *toglob, *s; local
[all...]

Completed in 66 milliseconds