Searched refs:IS_LABEL_SUCCESSOR (Results 1 – 1 of 1) sorted by relevance
116 #define IS_LABEL_SUCCESSOR(c) (((c) >= 'a' && (c) <= 'z') || ((c) >= 'A' && (c) <= 'Z') || ((c) >= … macro2672 if (!IS_LABEL_SUCCESSOR(YYCURSOR[heredoc_label->length])) {2942 if (IS_LABEL_SUCCESSOR(YYCURSOR[heredoc_label->length])) {3066 if (IS_LABEL_SUCCESSOR(YYCURSOR[heredoc_label->length])) {
Completed in 8 milliseconds