Searched refs:IS_NOEQUAL (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A Dphp_parser.h100 IS_NOEQUAL = 317, enumerator in enum:yytokentype
191 #define IS_NOEQUAL 317 macro
H A Dphp_lexer.l144 "!=" return IS_NOEQUAL;
H A Dphp_parser.y121 %nonassoc IS_EQ IS_NOEQUAL IS_IDENTICAL IS_NOIDENTICAL
415 | expr IS_NOEQUAL expr { $$ = make_exp_2(PHP_OP_NEQ, $1, $3); }
H A Dphp_parser.c135 IS_NOEQUAL = 317, enumerator in enum:yytokentype
226 #define IS_NOEQUAL 317 macro
773 "IS_IDENTICAL", "IS_NOEQUAL", "IS_EQ", "'<'", "'>'", "IS_GREATER_OR_EQ",
H A Dphp_lexer.c1247 return IS_NOEQUAL;

Completed in 106 milliseconds