Searched refs:IS_LABEL_START (Results 1 – 2 of 2) sorted by relevance
119 #define IS_LABEL_START(c) (((c) >= 'a' && (c) <= 'z') || ((c) >= 'A' && (c) <= 'Z') || (c) == '_' |… macro2183 if (IS_LABEL_START(*YYCURSOR) || *YYCURSOR == '{') {2226 if (IS_LABEL_START(*YYCURSOR) || *YYCURSOR == '{') {2275 …if (IS_LABEL_START(*YYCURSOR) && heredoc_label->length < YYLIMIT - YYCURSOR && !memcmp(YYCURSOR, h…2299 if (IS_LABEL_START(*YYCURSOR) || *YYCURSOR == '{') {2349 …if (IS_LABEL_START(*YYCURSOR) && heredoc_label->length < YYLIMIT - YYCURSOR && !memcmp(YYCURSOR, h…
121 #define IS_LABEL_START(c) (((c) >= 'a' && (c) <= 'z') || ((c) >= 'A' && (c) <= 'Z') || (c) == '_' |… macro1352 if (IS_LABEL_START(*YYCURSOR) || *YYCURSOR == '{') { in lex_scan()1578 if (IS_LABEL_START(*YYCURSOR) || *YYCURSOR == '{') { in lex_scan()1824 …if (IS_LABEL_START(*YYCURSOR) && heredoc_label->length < YYLIMIT - YYCURSOR && !memcmp(YYCURSOR, h… in lex_scan()1848 if (IS_LABEL_START(*YYCURSOR) || *YYCURSOR == '{') { in lex_scan()2214 if (IS_LABEL_START(*YYCURSOR) || *YYCURSOR == '{') { in lex_scan()7451 …if (IS_LABEL_START(*YYCURSOR) && heredoc_label->length < YYLIMIT - YYCURSOR && !memcmp(YYCURSOR, h… in lex_scan()
Completed in 19 milliseconds