HomeSort by relevance Sort by last modified time
    Searched refs:gmatchx (Results 1 - 5 of 5) sorted by null

  /external/mksh/src/
eval.c 558 if (gmatchx(null, tpat0, false)) {
592 * this would not be necessary if gmatchx would return
595 if (!gmatchx(sbeg, tpat1, false))
601 if (gmatchx(sbeg, tpat2, false))
614 gotmatch = tobool(gmatchx(sbeg, tpat0, false));
1414 if (gmatchx(str, pat, false)) {
1425 if (gmatchx(str, pat, false)) {
    [all...]
funcs.c     [all...]
exec.c 405 gmatchx(ccp, s, false))) {
    [all...]
misc.c 655 gmatchx(const char *s, const char *p, bool isfile) function
    [all...]
sh.h     [all...]

Completed in 64 milliseconds