Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2test.c452 #define CTL_CALLOUT_CAPTURE 0x00000040u macro
604 { "callout_capture", MOD_DAT, MOD_CTL, CTL_CALLOUT_CAPTURE, DO(control) },
4030 ((controls & CTL_CALLOUT_CAPTURE) != 0)? " callout_capture" : "", in show_controls()
5911 BOOL callout_capture = (dat_datctl.control & CTL_CALLOUT_CAPTURE) != 0; in callout_function()