Searched defs:isglob (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/lib/libedit/ | ||
| HD | chared.h | 124 #define isglob(a) (strchr("*[]?", (a)) != NULL) macro |
| /freebsd-11-stable/contrib/tcsh/ | ||
| HD | sh.char.h | 163 #define isglob(c) cmap((c), _GLOB) macro |