Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dregex_internal.c23 static void re_string_construct_common (const char *str, Idx len,
52 re_string_construct_common (str, len, pstr, trans, icase, dfa); in re_string_allocate()
75 re_string_construct_common (str, len, pstr, trans, icase, dfa); in re_string_construct()
166 re_string_construct_common (const char *str, Idx len, re_string_t *pstr, in re_string_construct_common() function