Searched refs:ISSPECIAL (Results 1 – 1 of 1) sorted by relevance
288 #define ISSPECIAL(c) (((c) == '*') || ((c) == '/')) macro294 if (ISSPECIAL(*expr)) in ExprMatch()