Searched refs:OP_MOD (Results 1 - 25 of 39) sorted by relevance

12

/netbsd-current/external/bsd/byacc/dist/test/yacc/
H A Dquote_calc2-s.tab.h7 #define OP_MOD 265 macro
H A Dquote_calc3-s.tab.h7 #define OP_MOD 265 macro
H A Dquote_calc4-s.tab.h7 #define OP_MOD 265 macro
H A Dquote_calc3.tab.h7 #define OP_MOD 265 macro
H A Dquote_calc-s.tab.h7 #define OP_MOD 265 macro
H A Dquote_calc4.tab.h7 #define OP_MOD 265 macro
H A Dquote_calc2.tab.h11 #define OP_MOD 265 macro
H A Dquote_calc.tab.h11 #define OP_MOD 265 macro
H A Dquote_calc2.tab.c159 #define OP_MOD 265 macro
275 "\"DIV\"","OP_MOD","\"MOD\"","OP_AND","\"AND\"","DIGIT","LETTER","UMINUS",0,0,0,
H A Dquote_calc4-s.tab.c155 #define OP_MOD 265 macro
269 "\"MUL-operator\"","OP_DIV","\"DIV-operator\"","OP_MOD","\"MOD-operator\"",
H A Dquote_calc4.tab.c155 #define OP_MOD 265 macro
269 "\"MUL-operator\"","OP_DIV","\"DIV-operator\"","OP_MOD","\"MOD-operator\"",
H A Dquote_calc3-s.tab.c155 #define OP_MOD 265 macro
269 "\"MUL-operator\"","OP_DIV","\"DIV-operator\"","OP_MOD","\"MOD-operator\"",
285 "expr : expr OP_MOD expr",
/netbsd-current/external/bsd/byacc/dist/test/btyacc/
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-s.tab.h10 #define OP_MOD 265 macro
H A Dquote_calc3.tab.h10 #define OP_MOD 265 macro
H A Dquote_calc4.tab.h10 #define OP_MOD 265 macro
H A Dquote_calc2.tab.h14 #define OP_MOD 265 macro
H A Dquote_calc.tab.h14 #define OP_MOD 265 macro
/netbsd-current/external/bsd/byacc/dist/test/
H A Dquote_calc3.y21 %token OP_MOD "MOD-operator"
56 | expr OP_MOD expr
H A Dquote_calc.y21 %token OP_MOD "MOD"
56 | expr OP_MOD expr
H A Dquote_calc4.y21 %token OP_MOD "MOD-operator"
H A Dquote_calc2.y21 %token OP_MOD "MOD"
/netbsd-current/external/mit/lua/dist/src/
H A Dlopcodes.h253 OP_MOD,/* A B C R[A] := R[B] % R[C] */ enumerator in enum:__anon817

Completed in 128 milliseconds

12