Home
last modified time | relevance | path

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

/coreutils/src/
Dnl.c92 static struct re_pattern_buffer *current_regex = nullptr; variable
307 current_regex = &header_regex; in proc_header()
318 current_regex = &body_regex; in proc_body()
329 current_regex = &footer_regex; in proc_footer()
367 switch (re_search (current_regex, line_buf.buffer, line_buf.length - 1, in proc_text()
605 current_regex = &body_regex; in main()