DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
pgetc_macro
bin/sh/input.c
128
return pgetc_macro();
bin/sh/parser.c
1578
c = pgetc_macro();
bin/sh/parser.c
1958
while ((c = pgetc_macro()) == '\\') {
bin/sh/parser.c
916
c = pgetc_macro();