Home
last modified time | relevance | path

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

/external/mksh/src/
Deval.c513 gmatchx(null, pat, false)) { in expand()
544 if (!gmatchx(sbeg, tpat1, false)) in expand()
550 if (gmatchx(sbeg, tpat2, false)) in expand()
563 gotmatch = tobool(gmatchx(sbeg, pat, false)); in expand()
1402 if (gmatchx(str, pat, false)) { in trimsub()
1413 if (gmatchx(str, pat, false)) { in trimsub()
1424 if (gmatchx(p, pat, false)) in trimsub()
1439 if (gmatchx(p, pat, false)) { in trimsub()
1605 !gmatchx(name, sp, true)) in globit()
Dfuncs.c3176 return (gmatchx(opnd1, opnd2, false)); in test_eval()
3182 return (!gmatchx(opnd1, opnd2, false)); in test_eval()
Dexec.c409 gmatchx(ccp, s, false))) { in execute()
Dmisc.c651 gmatchx(const char *s, const char *p, bool isfile) in gmatchx() function
Dsh.h1935 int gmatchx(const char *, const char *, bool);
Dedit.c752 if (gmatchx(te->name, pat, false)) { in glob_table()