Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2test.c414 #define CTL_CALLOUT_NONE 0x00000100u macro
551 { "callout_none", MOD_DAT, MOD_CTL, CTL_CALLOUT_NONE, DO(control) },
3641 ((controls & CTL_CALLOUT_NONE) != 0)? " callout_none" : "", in show_controls()
6354 if ((dat_datctl.control & CTL_CALLOUT_NONE) == 0) in process_data()