Home
last modified time | relevance | path

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

/coreutils/src/
Dptx.c91 struct regex_data struct
101 static struct regex_data context_regex; /* end of context */ argument
102 static struct regex_data word_regex; /* keyword */
402 compile_regex (struct regex_data *regex) in compile_regex()