Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
IsIdentChar
src/tests/add-ons/print/ppd/parser/CharacterClasses.h
39
return IsIdentChar(ch);
src/tests/add-ons/print/ppd/parser/Scanner.h
40
BString* ScanIdent() { return Scan(IsIdentChar); }