Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c381 x_file_glob(int *flagsp, char *toglob, char ***wordsp) in x_file_glob() argument
389 x_glob_hlp_add_qchar(toglob); in x_file_glob()
396 s->start = s->str = toglob; in x_file_glob()
426 toglob = x_glob_hlp_tilde_and_rem_qchar(toglob, false); in x_file_glob()
436 if ((strcmp(words[0], toglob) == 0 && in x_file_glob()
476 x_command_glob(int flags, char *toglob, char ***wordsp) in x_command_glob() argument
484 pat = evalstr(toglob, DOPAT | DOTILDE); in x_command_glob()
628 char *toglob, *s; in x_cf_glob() local
634 strndupx(toglob, buf + *startp, len + /* the '*' */ 1, ATEMP); in x_cf_glob()
635 toglob[len] = '\0'; in x_cf_glob()
[all …]