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

/external/mksh/src/
H A Dedit.c365 x_file_glob(int *flagsp, char *toglob, char ***wordsp) argument
373 x_glob_hlp_add_qchar(toglob);
376 * Convert "foo*" (toglob) to an array of strings (words)
380 s->start = s->str = toglob;
410 toglob = x_glob_hlp_tilde_and_rem_qchar(toglob, false);
414 * but be careful (e.g. toglob == "ab*" when the file
420 if ((strcmp(words[0], toglob) == 0 &&
455 x_command_glob(int flags, char *toglob, char ***wordsp) argument
462 /* Convert "foo*" (toglob) t
609 char *toglob, *s; local
[all...]

Completed in 535 milliseconds