OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
TPAT
bin/ksh/exec.c
350
for (t = t->left; t != NULL && t->type == TPAT; t = t->right) {
bin/ksh/syn.c
510
t = newtp(TPAT);