OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
TFOR
bin/ksh/exec.c
273
case TFOR:
bin/ksh/exec.c
294
if (t->type == TFOR) {
bin/ksh/syn.c
317
t = newtp((c == FOR) ? TFOR : TSELECT);
bin/ksh/tree.c
85
case TFOR:
bin/ksh/tree.c
86
if (t->type == TFOR)