Searched refs:DEBUG_INIT (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregnexec.c35 #define DEBUG_INIT() do { char* t; if (!debug) { debug = 0x80000000; if (t = getenv("_AST_regex_exec_debug")) debug |= strtoul(t, NiL, 0); } } while (0) macro
100 #define DEBUG_INIT() macro
1857 DEBUG_INIT();
H A Dregcomp.c43 #define DEBUG_INIT() do { char* t; if (!debug) { debug = 0x80000000; if (t = getenv("_AST_regex_comp_debug")) debug |= strtoul(t, NiL, 0); } } while (0) macro
50 #define DEBUG_INIT() macro
2973 DEBUG_INIT();

Completed in 52 milliseconds