Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregnexec.c34 #define DEBUG_CODE(f,y,n) do if(debug&(f)){y}else{n} while(0) macro
102 #define DEBUG_CODE(f,y,n) do {n} while(0) macro
316DEBUG_CODE(0x0080,{sfprintf(sfstdout, " %-*.*sold ", (level + 3) * 4, (level + 3) * 4, "");for (… in better()
387DEBUG_CODE(0x0040,{sfprintf(sfstdout, "AHA better old ");for (i = 0; i <= env->nsub; i++)showmatch… in _better()
H A Dregcomp.c42 #define DEBUG_CODE(f,y,n) do if(debug&(f)){y}else{n} while(0) macro
52 #define DEBUG_CODE(f,y,n) do {n} while(0) macro