Searched refs:re_string_construct_common (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/cvs-1.12/lib/ |
H A D | regex_internal.c | 20 static void re_string_construct_common (const char *str, Idx len, 49 re_string_construct_common (str, len, pstr, trans, icase, dfa); in re_string_allocate() 72 re_string_construct_common (str, len, pstr, trans, icase, dfa); in re_string_construct() 163 re_string_construct_common (const char *str, Idx len, re_string_t *pstr, in re_string_construct_common() function
|
/dflybsd-src/contrib/grep/lib/ |
H A D | regex_internal.c | 20 static void re_string_construct_common (const char *str, Idx len, 59 re_string_construct_common (str, len, pstr, trans, icase, dfa); in re_string_allocate() 82 re_string_construct_common (str, len, pstr, trans, icase, dfa); in re_string_construct() 180 re_string_construct_common (const char *str, Idx len, re_string_t *pstr, in re_string_construct_common() function
|