Home
last modified time | relevance | path

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

/freebsd/contrib/flex/src/
H A Dregex.c27 static const char* REGEXP_LINEDIR = "^#line ([[:digit:]]+) \"(.*)\""; variable
39 flex_regcomp(&regex_linedir, REGEXP_LINEDIR, REG_EXTENDED); in flex_init_regex()