Searched refs:isCONTROLVAR (Results 1 – 1 of 1) sorted by relevance
53 #define isCONTROLVAR(x) (isUPPER(x) || strchr("[\\]^_?", (x))) macro9159 if (*d == '^' && *s && isCONTROLVAR(*s)) {