Searched refs:rewrite_submatch (Results 1 – 2 of 2) sorted by relevance
37 struct rewrite_submatch *submatch = NULL, *tmpsm; in rewrite_subst_compile()78 tmpsm = ( struct rewrite_submatch * )realloc( submatch, in rewrite_subst_compile()79 sizeof( struct rewrite_submatch )*( nsub + 1 ) ); in rewrite_subst_compile()239 struct rewrite_submatch *submatch, in submatch_copy()
185 struct rewrite_submatch { struct208 struct rewrite_submatch *lt_submatch; argument