Home
last modified time | relevance | path

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

/dports/japanese/awffull/awffull-3.10.2/src/
H A Dparser.c399 strcat(regex_page, "\\.("); in parse_check_not_page()
401 strcat(regex_page, lptr->string); in parse_check_not_page()
408 strcat(regex_page, "|"); in parse_check_not_page()
411 strcat(regex_page, ")$"); in parse_check_not_page()
418 re_compile_failed(erroffset, error, regex_page); in parse_check_not_page()
488 strcat(regex_page, "^(\\/|("); in parse_is_page()
501 strcat(regex_page, reverse); in parse_is_page()
504 strcat(regex_page, "|"); in parse_is_page()
507 strcat(regex_page, ")\\.|[^./]+\\/)"); in parse_is_page()
508 VPRINT(VERBOSE2, "PCRE: New PAGE RegEx: '%s'\n", regex_page); in parse_is_page()
[all …]
/dports/www/awffull/awffull-3.10.2/src/
H A Dparser.c399 strcat(regex_page, "\\.("); in parse_check_not_page()
401 strcat(regex_page, lptr->string); in parse_check_not_page()
408 strcat(regex_page, "|"); in parse_check_not_page()
411 strcat(regex_page, ")$"); in parse_check_not_page()
418 re_compile_failed(erroffset, error, regex_page); in parse_check_not_page()
488 strcat(regex_page, "^(\\/|("); in parse_is_page()
501 strcat(regex_page, reverse); in parse_is_page()
504 strcat(regex_page, "|"); in parse_is_page()
507 strcat(regex_page, ")\\.|[^./]+\\/)"); in parse_is_page()
508 VPRINT(VERBOSE2, "PCRE: New PAGE RegEx: '%s'\n", regex_page); in parse_is_page()
[all …]