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

12

/freebsd-13-stable/contrib/byacc/test/yacc/
H A Dquote_calc-s.tab.h5 #define OP_MOD 265 macro
H A Dquote_calc2-s.tab.h5 #define OP_MOD 265 macro
H A Dquote_calc3-s.tab.h5 #define OP_MOD 265 macro
H A Dquote_calc3.tab.h5 #define OP_MOD 265 macro
H A Dquote_calc4-s.tab.h5 #define OP_MOD 265 macro
H A Dquote_calc4.tab.h5 #define OP_MOD 265 macro
H A Dquote_calc.tab.h9 #define OP_MOD 265 macro
H A Dquote_calc2.tab.h9 #define OP_MOD 265 macro
H A Dquote_calc-s.tab.c153 #define OP_MOD 265 macro
267 "\"DIV\"","OP_MOD","\"MOD\"","OP_AND","\"AND\"","DIGIT","LETTER","UMINUS",0,0,0,
282 "expr : expr OP_MOD expr",
H A Dquote_calc.tab.c157 #define OP_MOD 265 macro
273 "\"DIV\"","OP_MOD","\"MOD\"","OP_AND","\"AND\"","DIGIT","LETTER","UMINUS",0,0,0,
288 "expr : expr OP_MOD expr",
H A Dquote_calc2-s.tab.c153 #define OP_MOD 265 macro
267 "\"DIV\"","OP_MOD","\"MOD\"","OP_AND","\"AND\"","DIGIT","LETTER","UMINUS",0,0,0,
/freebsd-13-stable/contrib/byacc/test/btyacc/
H A Dquote_calc-s.tab.h8 #define OP_MOD 265 macro
H A Dquote_calc2-s.tab.h8 #define OP_MOD 265 macro
H A Dquote_calc3-s.tab.h8 #define OP_MOD 265 macro
H A Dquote_calc3.tab.h8 #define OP_MOD 265 macro
H A Dquote_calc4-s.tab.h8 #define OP_MOD 265 macro
H A Dquote_calc4.tab.h8 #define OP_MOD 265 macro
H A Dquote_calc.tab.h12 #define OP_MOD 265 macro
H A Dquote_calc2.tab.h12 #define OP_MOD 265 macro
/freebsd-13-stable/contrib/byacc/test/
H A Dquote_calc.y19 %token OP_MOD "MOD"
54 | expr OP_MOD expr
H A Dquote_calc3.y19 %token OP_MOD "MOD-operator"
54 | expr OP_MOD expr
H A Dquote_calc2.y19 %token OP_MOD "MOD"
H A Dquote_calc4.y19 %token OP_MOD "MOD-operator"
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlopcodes.h192 OP_MOD,/* A B C R(A) := RK(B) % RK(C) */ enumerator in enum:__anon10629
/freebsd-13-stable/contrib/lua/src/
H A Dlopcodes.h246 OP_MOD,/* A B C R[A] := R[B] % R[C] */ enumerator in enum:__anon5014

Completed in 204 milliseconds

12