Home
last modified time | relevance | path

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

/third_party/ejdb/src/util/
Dlwre.c99 #define re_array_copy(RE, ARRAY) \ macro
566 subs->beginnings = (re_array_of_charp) re_array_copy(re, orig->beginnings); // -V522 in re_submatches_copy()
567 subs->endings = (re_array_of_charp) re_array_copy(re, orig->endings); in re_submatches_copy()