DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
MAXBUF
usr.bin/ul/ul.c
164
while ((c = getwc(f)) != WEOF && col < MAXBUF) switch(c) {
usr.bin/ul/ul.c
71
static struct CHAR obuf[MAXBUF];