NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
XNULLSUB
bin/ksh/eval.c
467
case XNULLSUB:
bin/ksh/eval.c
785
state = c == '@' ? XNULLSUB : XSUB;
bin/ksh/eval.c
812
state = p[1] == '@' ? XNULLSUB : XSUB;