OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
letter
bin/csh/char.h
59
#define letter(c) (((c) & QUOTE) ? 0 : \
bin/ksh/sh.h
286
#define letter(c) ctype(c, C_ALPHA)
games/hack/hack.mkobj.c
179
letter(int c)