Home
last modified time | relevance | path

Searched refs:gmatchx (Results 1 - 6 of 6) sorted by relevance

/third_party/mksh/
H A Deval.c544 gmatchx(null, pat, false)) { in expand()
568 * this would not be necessary if gmatchx would return in expand()
571 if (!gmatchx(sbeg, tpat1, false)) in expand()
577 if (gmatchx(sbeg, tpat2, false)) in expand()
590 gotmatch = tobool(gmatchx(sbeg, pat, false)); in expand()
1652 if (gmatchx(str, pat, false)) { in trimsub()
1664 if (gmatchx(str, pat, false)) { in trimsub()
1676 if (gmatchx(p, pat, false)) in trimsub()
1691 if (gmatchx(p, pat, false)) { in trimsub()
1858 !gmatchx(nam in globit()
[all...]
H A Dfuncs.c2992 if ((i = gmatchx(opnd1, opnd2, false))) in test_eval()
3001 if ((i = gmatchx(opnd1, opnd2, false))) in test_eval()
H A Dmisc.c680 gmatchx(const char *s, const char *p, bool isfile) in gmatchx() function
H A Dexec.c390 gmatchx(ccp, s, false))) { in execute()
H A Dsh.h2646 int gmatchx(const char *, const char *, bool);
H A Dedit.c785 if (gmatchx(te->name, pat, false)) { in glob_table()

Completed in 22 milliseconds