Home
last modified time | relevance | path

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

/dports/textproc/p5-YAML-PP/YAML-PP-0.020/lib/YAML/PP/Schema/
H A DPerl.pm154 my $load_regex = sub {
167 match => [ all => $load_regex ],
177 match => [ all => $load_regex ],
/dports/textproc/dbacl/dbacl-1.14.1/src/
H A Dcatfun.c250 regex_count_t load_regex(char *buf) { in load_regex() function
998 cat->retype |= (1<<load_regex(buf + RESTARTPOS)); in load_category_header()
H A Ddbacl.h1053 regex_count_t load_regex(char *buf);
H A Ddbacl.c4383 learner.retype |= (1<<load_regex(optarg)); in set_option()