Searched refs:MUL_EQ (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.h90 MUL_EQ = 307, enumerator in enum:yytokentype
181 #define MUL_EQ 307 macro
H A Dphp_lexer.l131 "*=" return MUL_EQ;
H A Dphp_parser.y111 %left '=' PLUS_EQ MINUS_EQ MUL_EQ DIV_EQ CONCAT_EQ MOD_EQ AND_EQ OR_EQ XOR_EQ SL_EQ SR_EQ
377 | variable MUL_EQ expr { $$ = make_exp_2_self(PHP_OP_ASS, $1, make_exp_2(PHP_OP_MUL, $1, $3)); }
H A Dphp_parser.c125 MUL_EQ = 307, enumerator in enum:yytokentype
216 #define MUL_EQ 307 macro
770 "XOR_EQ", "OR_EQ", "AND_EQ", "MOD_EQ", "CONCAT_EQ", "DIV_EQ", "MUL_EQ",
H A Dphp_lexer.c1187 return MUL_EQ;

Completed in 33 milliseconds