Home
last modified time | relevance | path

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

/titanic_51/usr/src/contrib/ast/src/lib/libast/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(); in regnexec()
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
3024 DEBUG_INIT(); in special()
/titanic_51/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_ex… macro
100 #define DEBUG_INIT() macro
1857 DEBUG_INIT(); in regnexec()
H A Dregcomp.c43 #define DEBUG_INIT() do { char* t; if (!debug) { debug = 0x80000000; if (t = getenv("_AST_regex_co… macro
50 #define DEBUG_INIT() macro
2973 DEBUG_INIT(); in special()