NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
TFOR
bin/ksh/exec.c
303
case TFOR:
bin/ksh/exec.c
328
if (t->type == TFOR) {
bin/ksh/syn.c
337
t = newtp((c == FOR) ? TFOR : TSELECT);
bin/ksh/tree.c
111
case TFOR:
bin/ksh/tree.c
112
if (t->type == TFOR)
bin/sh/parser.c
408
case TFOR: