Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c7601 open_capitem capitem; in compile_regex() local
7652 capitem.number = capnumber; in compile_regex()
7653 capitem.next = cb->open_caps; in compile_regex()
7654 capitem.flag = FALSE; in compile_regex()
7655 cb->open_caps = &capitem; in compile_regex()