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

  /external/mksh/src/
eval.c 541 gmatchx(null, pat, false)) {
565 * this would not be necessary if gmatchx would return
568 if (!gmatchx(sbeg, tpat1, false))
574 if (gmatchx(sbeg, tpat2, false))
587 gotmatch = tobool(gmatchx(sbeg, pat, false));
    [all...]
funcs.c     [all...]
exec.c 389 gmatchx(ccp, s, false))) {
    [all...]
misc.c 628 gmatchx(const char *s, const char *p, bool isfile) function
    [all...]
sh.h     [all...]
edit.c 780 if (gmatchx(te->name, pat, false)) {
    [all...]

Completed in 315 milliseconds