OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
isglob
bin/csh/char.h
58
#define isglob(c) cmap(c, _GLOB)
lib/libedit/chared.h
111
#define isglob(a) (strchr("*[]?", (a)) != NULL)