Home
last modified time | relevance | path

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

/dports/mail/mailutils/mailutils-3.13/mh/
H A Dpick-gram.y26 regex_dup (regex_t *re) in regex_dup() function
102 $$ = pick_node_create (node_regex, $2, regex_dup (&$3));
106 $$ = pick_node_create (node_regex, NULL, regex_dup (&$1));
H A Dpick-gram.c91 regex_dup (regex_t *re) in regex_dup() function
1336 …(pick_yyval.node) = pick_node_create (node_regex, (yyvsp[-1].string), regex_dup (&(yyvsp[0].regex)… in pick_yyparse()
1344 (pick_yyval.node) = pick_node_create (node_regex, NULL, regex_dup (&(yyvsp[0].regex))); in pick_yyparse()
/dports/www/c-icap/c_icap-0.5.10/
H A Dtypes_ops.c238 void *regex_dup(const char *str, ci_mem_allocator_t *allocator) in regex_dup() function
302 regex_dup,