Searched refs:OP_SUB (Results 1 - 25 of 42) sorted by relevance

12

/freebsd-current/contrib/byacc/test/yacc/
H A Dquote_calc4.tab.h2 #define OP_SUB 259 macro
H A Dquote_calc2-s.tab.h2 #define OP_SUB 259 macro
H A Dquote_calc3-s.tab.h2 #define OP_SUB 259 macro
H A Dquote_calc4-s.tab.h2 #define OP_SUB 259 macro
H A Dquote_calc3.tab.h2 #define OP_SUB 259 macro
H A Dquote_calc-s.tab.h2 #define OP_SUB 259 macro
H A Dquote_calc2.tab.h3 #define OP_SUB 259 macro
H A Dquote_calc.tab.h3 #define OP_SUB 259 macro
H A Dquote_calc4.tab.c150 #define OP_SUB 259 macro
266 0,0,0,0,0,0,"OP_ADD","\"ADD-operator\"","OP_SUB","\"SUB-operator\"","OP_MUL",
H A Dquote_calc2.tab.c151 #define OP_SUB 259 macro
272 0,0,0,0,0,0,"OP_ADD","\"ADD\"","OP_SUB","\"SUB\"","OP_MUL","\"MUL\"","OP_DIV",
H A Dquote_calc.tab.c151 #define OP_SUB 259 macro
272 0,0,0,0,0,0,"OP_ADD","\"ADD\"","OP_SUB","\"SUB\"","OP_MUL","\"MUL\"","OP_DIV",
285 "expr : expr OP_SUB expr",
291 "expr : OP_SUB expr",
/freebsd-current/contrib/byacc/test/btyacc/
H A Dquote_calc4-s.tab.h5 #define OP_SUB 259 macro
H A Dquote_calc3.tab.h5 #define OP_SUB 259 macro
H A Dquote_calc4.tab.h5 #define OP_SUB 259 macro
H A Dquote_calc-s.tab.h5 #define OP_SUB 259 macro
H A Dquote_calc3-s.tab.h5 #define OP_SUB 259 macro
H A Dquote_calc2-s.tab.h5 #define OP_SUB 259 macro
H A Dquote_calc2.tab.h6 #define OP_SUB 259 macro
H A Dquote_calc.tab.h6 #define OP_SUB 259 macro
/freebsd-current/contrib/byacc/test/
H A Dquote_calc3.y16 %token OP_SUB "SUB-operator"
48 | expr OP_SUB expr
60 | OP_SUB expr %prec UMINUS
H A Dquote_calc.y16 %token OP_SUB "SUB"
48 | expr OP_SUB expr
60 | OP_SUB expr %prec UMINUS
H A Dquote_calc4.y16 %token OP_SUB "SUB-operator"
H A Dquote_calc2.y16 %token OP_SUB "SUB"
/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dlopcodes.h188 OP_SUB,/* A B C R(A) := RK(B) - RK(C) */ enumerator in enum:__anon107
/freebsd-current/contrib/lua/src/
H A Dlopcodes.h245 OP_SUB,/* A B C R[A] := R[B] - R[C] */ enumerator in enum:__anon10

Completed in 137 milliseconds

12