Searched refs:IS_LABEL_START (Results 1 – 1 of 1) sorted by relevance
115 #define IS_LABEL_START(c) (((c) >= 'a' && (c) <= 'z') || ((c) >= 'A' && (c) <= 'Z') || (c) == '_' |… macro2823 if (IS_LABEL_START(*YYCURSOR) || *YYCURSOR == '{') {2870 if (IS_LABEL_START(*YYCURSOR) || *YYCURSOR == '{') {2941 …if (IS_LABEL_START(*YYCURSOR) && heredoc_label->length < YYLIMIT - YYCURSOR && !memcmp(YYCURSOR, h…2976 if (IS_LABEL_START(*YYCURSOR) || *YYCURSOR == '{') {3065 …if (IS_LABEL_START(*YYCURSOR) && heredoc_label->length < YYLIMIT - YYCURSOR && !memcmp(YYCURSOR, h…
Completed in 9 milliseconds