DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
is_eof
bin/sh/parser.c
1653
if (!is_eof(c) && is_name(c)) {
bin/sh/parser.c
1659
} while (!is_eof(c) && is_in_name(c));