Home
last modified time | relevance | path

Searched defs:OP_MOD (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/bsd/byacc/dist/test/yacc/
H A Dquote_calc4.tab.h7 #define OP_MOD 265 macro
H A Dquote_calc4-s.tab.h7 #define OP_MOD 265 macro
H A Dquote_calc-s.tab.h7 #define OP_MOD 265 macro
H A Dquote_calc3.tab.h7 #define OP_MOD 265 macro
H A Dquote_calc3-s.tab.h7 #define OP_MOD 265 macro
H A Dquote_calc2-s.tab.h7 #define OP_MOD 265 macro
H A Dquote_calc.tab.h11 #define OP_MOD 265 macro
H A Dquote_calc2.tab.h11 #define OP_MOD 265 macro
/netbsd-src/external/bsd/byacc/dist/test/btyacc/
H A Dquote_calc4-s.tab.h10 #define OP_MOD 265 macro
H A Dquote_calc3.tab.h10 #define OP_MOD 265 macro
H A Dquote_calc2-s.tab.h10 #define OP_MOD 265 macro
H A Dquote_calc-s.tab.h10 #define OP_MOD 265 macro
H A Dquote_calc3-s.tab.h10 #define OP_MOD 265 macro
H A Dquote_calc4.tab.h10 #define OP_MOD 265 macro
H A Dquote_calc.tab.h14 #define OP_MOD 265 macro
H A Dquote_calc2.tab.h14 #define OP_MOD 265 macro
/netbsd-src/external/mit/lua/dist/src/
H A Dlopcodes.h253 OP_MOD,/* A B C R[A] := R[B] % R[C] */ enumerator