OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
getC1
bin/csh/lex.c
128
#define getC(f) ((getCtmp = peekc) ? (peekc = 0, getCtmp) : getC1(f))
bin/csh/lex.c
52
static int getC1(int);