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

/osnet-11/usr/src/lib/libast/common/regex/
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
3003 DEBUG_INIT();
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
1856 DEBUG_INIT();

Completed in 66 milliseconds