Searched defs:IS_OP (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Include/ | ||
D | opcode.h | 102 #define IS_OP 117 macro |
/third_party/libxml2/ | ||
D | rngparser.c | 207 #define IS_OP(c) (((c) == ',') || ((c) == '&') || ((c) == '|') || \ macro |