Searched refs:OP_MUL (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-12-stable/contrib/byacc/test/yacc/
H A Dquote_calc-s.tab.h3 #define OP_MUL 261 macro
H A Dquote_calc2-s.tab.h3 #define OP_MUL 261 macro
H A Dquote_calc3-s.tab.h3 #define OP_MUL 261 macro
H A Dquote_calc3.tab.h3 #define OP_MUL 261 macro
H A Dquote_calc4-s.tab.h3 #define OP_MUL 261 macro
H A Dquote_calc4.tab.h3 #define OP_MUL 261 macro
H A Dquote_calc.tab.h5 #define OP_MUL 261 macro
H A Dquote_calc2.tab.h5 #define OP_MUL 261 macro
H A Dquote_calc-s.tab.c151 #define OP_MUL 261 macro
266 0,0,0,0,0,0,"OP_ADD","\"ADD\"","OP_SUB","\"SUB\"","OP_MUL","\"MUL\"","OP_DIV",
280 "expr : expr OP_MUL expr",
H A Dquote_calc.tab.c153 #define OP_MUL 261 macro
272 0,0,0,0,0,0,"OP_ADD","\"ADD\"","OP_SUB","\"SUB\"","OP_MUL","\"MUL\"","OP_DIV",
286 "expr : expr OP_MUL expr",
/freebsd-12-stable/contrib/byacc/test/btyacc/
H A Dquote_calc3-s.tab.h6 #define OP_MUL 261 macro
H A Dquote_calc3.tab.h6 #define OP_MUL 261 macro
H A Dquote_calc4-s.tab.h6 #define OP_MUL 261 macro
H A Dquote_calc4.tab.h6 #define OP_MUL 261 macro
H A Dquote_calc-s.tab.h6 #define OP_MUL 261 macro
H A Dquote_calc2-s.tab.h6 #define OP_MUL 261 macro
H A Dquote_calc.tab.h8 #define OP_MUL 261 macro
H A Dquote_calc2.tab.h8 #define OP_MUL 261 macro
/freebsd-12-stable/contrib/byacc/test/
H A Dquote_calc.y17 %token OP_MUL "MUL"
50 | expr OP_MUL expr
H A Dquote_calc3.y17 %token OP_MUL "MUL-operator"
50 | expr OP_MUL expr
H A Dquote_calc2.y17 %token OP_MUL "MUL"
H A Dquote_calc4.y17 %token OP_MUL "MUL-operator"
/freebsd-12-stable/contrib/lua/src/
H A Dlopcodes.h191 OP_MUL,/* A B C R(A) := RK(B) * RK(C) */ enumerator in enum:__anon6005
H A Dluac.c350 case OP_MUL:
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlopcodes.h189 OP_MUL,/* A B C R(A) := RK(B) * RK(C) */ enumerator in enum:__anon9767

Completed in 247 milliseconds

12