Searched refs:gmatchx (Results 1 - 6 of 6) sorted by relevance
/third_party/mksh/ |
H A D | eval.c | 544 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 D | funcs.c | 2992 if ((i = gmatchx(opnd1, opnd2, false))) in test_eval() 3001 if ((i = gmatchx(opnd1, opnd2, false))) in test_eval()
|
H A D | misc.c | 680 gmatchx(const char *s, const char *p, bool isfile) in gmatchx() function
|
H A D | exec.c | 390 gmatchx(ccp, s, false))) { in execute()
|
H A D | sh.h | 2646 int gmatchx(const char *, const char *, bool);
|
H A D | edit.c | 785 if (gmatchx(te->name, pat, false)) { in glob_table()
|
Completed in 22 milliseconds