NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
ARITH_DECR
bin/sh/arith_token.c
233
token = ARITH_DECR;
bin/sh/arithmetic.c
227
if (op == ARITH_INCR || op == ARITH_DECR) {
bin/sh/arithmetic.c
251
case ARITH_DECR: