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

  /external/mksh/src/
eval.c 494 if (gmatchx(null, tpat0, false)) {
528 * this would not be necessary if gmatchx would return
531 if (!gmatchx(sbeg, tpat1, false))
537 if (gmatchx(sbeg, tpat2, false))
550 gotmatch = tobool(gmatchx(sbeg, tpat0, false));
1291 if (gmatchx(str, pat, false)) {
1302 if (gmatchx(str, pat, false)) {
1313 if (gmatchx(p, pat, false))
1328 if (gmatchx(p, pat, false)) {
    [all...]
funcs.c     [all...]
exec.c 414 gmatchx(ccp, s, false))) {
    [all...]
misc.c 574 gmatchx(const char *s, const char *p, bool isfile) function
    [all...]
sh.h     [all...]

Completed in 807 milliseconds