Home
last modified time | relevance | path

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

/external/mksh/src/
Deval.c541 gmatchx(null, pat, false)) { in expand()
568 if (!gmatchx(sbeg, tpat1, false)) in expand()
574 if (gmatchx(sbeg, tpat2, false)) in expand()
587 gotmatch = tobool(gmatchx(sbeg, pat, false)); in expand()
1502 if (gmatchx(str, pat, false)) { in trimsub()
1514 if (gmatchx(str, pat, false)) { in trimsub()
1526 if (gmatchx(p, pat, false)) in trimsub()
1541 if (gmatchx(p, pat, false)) { in trimsub()
1708 !gmatchx(name, sp, true)) in globit()
Dfuncs.c2950 if ((i = gmatchx(opnd1, opnd2, false))) in test_eval()
2959 if ((i = gmatchx(opnd1, opnd2, false))) in test_eval()
Dmisc.c628 gmatchx(const char *s, const char *p, bool isfile) in gmatchx() function
Dexec.c390 gmatchx(ccp, s, false))) { in execute()
Dsh.h2563 int gmatchx(const char *, const char *, bool);
Dedit.c780 if (gmatchx(te->name, pat, false)) { in glob_table()