Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libc/regex/
H A Dregcomp.c107 void (*post_parse)(struct parse *, struct branchc *); member
291 p->post_parse = NULL; in regcomp()
297 p->post_parse = p_bre_post_parse; in regcomp()
687 if (p->post_parse != NULL) in p_re()
688 p->post_parse(p, &bc); in p_re()