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) == '_' |… macro2567 if (IS_LABEL_START(*YYCURSOR) || *YYCURSOR == '{') {2614 if (IS_LABEL_START(*YYCURSOR) || *YYCURSOR == '{') {2685 …if (IS_LABEL_START(*YYCURSOR) && heredoc_label->length < YYLIMIT - YYCURSOR && !memcmp(YYCURSOR, h…2720 if (IS_LABEL_START(*YYCURSOR) || *YYCURSOR == '{') {2809 …if (IS_LABEL_START(*YYCURSOR) && heredoc_label->length < YYLIMIT - YYCURSOR && !memcmp(YYCURSOR, h…
Completed in 10 milliseconds