NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
LOR
tools/m4/bootstrap/tokenizer.c
841
{ return(LOR); }
usr.bin/m4/parser.y
36
%left LOR
usr.bin/m4/parser.y
83
| expr LOR expr { $$ = $1 || $3; }