Searched refs:OP_AND (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-13-stable/contrib/byacc/test/yacc/
H A Dquote_calc-s.tab.h6 #define OP_AND 267 macro
H A Dquote_calc2-s.tab.h6 #define OP_AND 267 macro
H A Dquote_calc3-s.tab.h6 #define OP_AND 267 macro
H A Dquote_calc3.tab.h6 #define OP_AND 267 macro
H A Dquote_calc4-s.tab.h6 #define OP_AND 267 macro
H A Dquote_calc4.tab.h6 #define OP_AND 267 macro
H A Dquote_calc.tab.h11 #define OP_AND 267 macro
H A Dquote_calc2.tab.h11 #define OP_AND 267 macro
H A Dquote_calc-s.tab.c154 #define OP_AND 267 macro
267 "\"DIV\"","OP_MOD","\"MOD\"","OP_AND","\"AND\"","DIGIT","LETTER","UMINUS",0,0,0,
283 "expr : expr OP_AND expr",
H A Dquote_calc.tab.c159 #define OP_AND 267 macro
273 "\"DIV\"","OP_MOD","\"MOD\"","OP_AND","\"AND\"","DIGIT","LETTER","UMINUS",0,0,0,
289 "expr : expr OP_AND expr",
H A Dquote_calc2-s.tab.c154 #define OP_AND 267 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.h9 #define OP_AND 267 macro
H A Dquote_calc2-s.tab.h9 #define OP_AND 267 macro
H A Dquote_calc3-s.tab.h9 #define OP_AND 267 macro
H A Dquote_calc3.tab.h9 #define OP_AND 267 macro
H A Dquote_calc4-s.tab.h9 #define OP_AND 267 macro
H A Dquote_calc4.tab.h9 #define OP_AND 267 macro
H A Dquote_calc.tab.h14 #define OP_AND 267 macro
H A Dquote_calc2.tab.h14 #define OP_AND 267 macro
/freebsd-13-stable/contrib/byacc/test/
H A Dquote_calc.y20 %token OP_AND "AND"
56 | expr OP_AND expr
H A Dquote_calc3.y20 %token OP_AND "AND-operator"
56 | expr OP_AND expr
H A Dquote_calc2.y20 %token OP_AND "AND"
H A Dquote_calc4.y20 %token OP_AND "AND-operator"
/freebsd-13-stable/usr.sbin/cpucontrol/
H A Dcpucontrol.c75 #define OP_AND 0x08 macro
242 op = OP_AND;
279 if ((do_invert != 0) ^ (op == OP_AND))
296 case OP_AND:
/freebsd-13-stable/sys/mips/include/
H A Dmips_opcode.h296 #define OP_AND 044 macro
305 #define OP_F_AND OP_AND

Completed in 134 milliseconds

12