Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dmatch_list.c120 char *string, int init_match) in match_list_parse() argument
152 for (match = init_match, item = start; *item == '!'; item++) in match_list_parse()
/netbsd-src/sys/external/bsd/sljit/dist/regex_src/
H A DregexJIT.c63 void *init_match; member
2266 compiler_common.machine->u.init_match = (void*)(sljit_sw)sljit_get_label_addr(label); in regex_compile()
2268 …sljit_set_function_context(&compiler_common.machine->u.init_match, &compiler_common.machine->conte… in regex_compile()
2272 …it match: %p\n\n", compiler_common.machine->continue_match, compiler_common.machine->u.init_match); in regex_compile()