Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2test.c450 #define CTL_ALTGLOBAL 0x00000010u macro
483 #define CTL_ANYGLOB (CTL_ALTGLOBAL|CTL_GLOBAL)
507 CTL_ALTGLOBAL|\
598 { "altglobal", MOD_PND, MOD_CTL, CTL_ALTGLOBAL, PO(control) },
4027 ((controls & CTL_ALTGLOBAL) != 0)? " altglobal" : "", in show_controls()
6993 if ((dat_datctl.control & CTL_ALTGLOBAL) != 0) in process_data()