Searched refs:OROR (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/m4/common/
H A Dm4y.y40 %left OROR
56 e : e OROR e = { $$ = ($1 != 0 || $3 != 0) ? 1 : 0; }
112 return (peek('|', OROR, '|'));
H A Dm4y_xpg4.y40 %left OROR
58 e : e OROR e = { $$ = ($1 != 0 || $3 != 0) ? 1 : 0; }
118 return (peek('|', OROR, '|'));
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dperly.h49 #define OROR 304 macro
H A Dtoke.c211 * This subroutine detects &&= and ||= and turns an ANDAND or OROR
222 else if (toketype == OROR)
3362 AOPERATOR(OROR);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Da2p.c58 #define OROR 290 macro
1901 "DELETE","ASGNOP","OROR","ANDAND","NUMBER","VAR","SUBSTR","INDEX","MATCHOP",
1928 "compound_cond : cond OROR maybe cond",
H A Da2py.c345 XTERM(OROR);

Completed in 117 milliseconds