Searched refs:isglob (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/bin/csh/
H A Dchar.h58 #define isglob(c) cmap(c, _GLOB) macro
H A Dglob.c564 else if (isglob(c))
/openbsd-current/lib/libedit/
H A Dchared.h111 #define isglob(a) (strchr("*[]?", (a)) != NULL) macro
H A Dsearch.c313 } else if (isglob(*cp)) {

Completed in 377 milliseconds