Searched refs:gmatchx (Results 1 – 6 of 6) sorted by relevance
/external/mksh/src/ |
D | eval.c | 513 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()
|
D | funcs.c | 3176 return (gmatchx(opnd1, opnd2, false)); in test_eval() 3182 return (!gmatchx(opnd1, opnd2, false)); in test_eval()
|
D | exec.c | 409 gmatchx(ccp, s, false))) { in execute()
|
D | misc.c | 651 gmatchx(const char *s, const char *p, bool isfile) in gmatchx() function
|
D | sh.h | 1935 int gmatchx(const char *, const char *, bool);
|
D | edit.c | 752 if (gmatchx(te->name, pat, false)) { in glob_table()
|