Searched refs:gmatchx (Results 1 – 6 of 6) sorted by relevance
/external/mksh/src/ |
D | eval.c | 541 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()
|
D | funcs.c | 2950 if ((i = gmatchx(opnd1, opnd2, false))) in test_eval() 2959 if ((i = gmatchx(opnd1, opnd2, false))) in test_eval()
|
D | misc.c | 628 gmatchx(const char *s, const char *p, bool isfile) in gmatchx() function
|
D | exec.c | 390 gmatchx(ccp, s, false))) { in execute()
|
D | sh.h | 2563 int gmatchx(const char *, const char *, bool);
|
D | edit.c | 780 if (gmatchx(te->name, pat, false)) { in glob_table()
|