OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
CLAMP
sys/kern/tty.c
2114
#define CLAMP(x, h, l) ((x) > h ? h : ((x) < l) ? l : (x))
sys/kern/tty.c
2120
#undef CLAMP