Home
last modified time | relevance | path

Searched defs:IS_OP (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/
Dopcode.h102 #define IS_OP 117 macro
/third_party/libxml2/
Drngparser.c207 #define IS_OP(c) (((c) == ',') || ((c) == '&') || ((c) == '|') || \ macro