Searched refs:toglob (Results 1 – 1 of 1) sorted by relevance
/external/mksh/src/ |
D | edit.c | 387 x_file_glob(int *flagsp, char *toglob, char ***wordsp) in x_file_glob() argument 395 x_glob_hlp_add_qchar(toglob); in x_file_glob() 402 s->start = s->str = toglob; in x_file_glob() 432 toglob = x_glob_hlp_tilde_and_rem_qchar(toglob, false); in x_file_glob() 442 if ((strcmp(words[0], toglob) == 0 && in x_file_glob() 482 x_command_glob(int flags, char *toglob, char ***wordsp) in x_command_glob() argument 490 pat = evalstr(toglob, DOPAT | DOTILDE); in x_command_glob() 633 char *toglob, *s; in x_cf_glob() local 639 strndupx(toglob, buf + *startp, len + /* the '*' */ 1, ATEMP); in x_cf_glob() 640 toglob[len] = '\0'; in x_cf_glob() [all …]
|