Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Dchared.h113 #define isglob(a) (strchr("*[]?", (a)) != NULL) macro
H A Dsearch.c319 } else if (isglob(*cp)) { in ce_inc_search()
/freebsd/contrib/tcsh/
H A Dsh.char.h163 #define isglob(c) cmap((c), _GLOB) macro
H A Dsh.glob.c644 else if (isglob(*p)) in tglob()
H A Dtw.parse.c288 if (isglob(*bptr)) { in tenematch()
344 if (isglob(*bptr)) { in tenematch()
H A Ded.chared.c1160 } else if (isglob(*cp)) { in e_inc_search()