DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
TREDIR
bin/sh/parser.c
1602
return lasttoken = TREDIR;
bin/sh/parser.c
433
while (readtoken() == TREDIR) {
bin/sh/parser.c
605
while (readtoken() == TREDIR) {
bin/sh/parser.c
659
} else if (lasttoken == TREDIR) {