FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
iswgraph
include/wctype.h
66
int iswgraph(wint_t);
lib/libc/tests/locale/iswctype_test.c
68
{ "graph", iswgraph },
usr.bin/col/col.c
175
if (!iswgraph(ch)) {