Searched refs:IS_OPERATOR (Results 1 – 2 of 2) sorted by relevance
199 #define IS_OPERATOR(p) ((*p)==','|| (*p)=='+' || (*p)=='=' || (*p)=='(' || (*p)==')' || (*p)==':' |… macro200 #define IS_LOCAL_IDENTIFIER(p, len) ( (*p)!=';' && !IS_OPERATOR(p) && *p!='\'' && !LSTRNCHR2(p,'.',…
201 if (IS_OPERATOR(expr)) in get_next_token_len()236 else if (IS_OPERATOR(p) || *p == ';') in get_next_token_len()