Home
last modified time | relevance | path

Searched refs:REGEXP_BLANK_LINE (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/flex/src/
H A Dregex.c28 static const char* REGEXP_BLANK_LINE = "^[[:space:]]*$"; variable
40 flex_regcomp(&regex_blank_line, REGEXP_BLANK_LINE, REG_EXTENDED); in flex_init_regex()