/external/mksh/src/ |
eval.c | 449 if (!*pat || gmatchx("", pat, false)) 472 /* this would not be necessary if gmatchx would return 475 if (!gmatchx(sbeg, tpat1, false)) 481 if (gmatchx(sbeg, tpat2, false)) 493 gotmatch = gmatchx(sbeg, tpat0, false); 1178 if (gmatchx(str, pat, false)) { 1188 if (gmatchx(str, pat, false)) { 1198 if (gmatchx(p, pat, false)) 1212 if (gmatchx(p, pat, false)) { [all...] |
misc.c | 474 gmatchx(const char *s, const char *p, bool isfile) function [all...] |
funcs.c | [all...] |
exec.c | 344 gmatchx(cp, s, false)) [all...] |
sh.h | [all...] |