Searched refs:DEBUG_CODE (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/libast/common/regex/ |
H A D | regnexec.c | 34 #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 317 …DEBUG_CODE(0x0080,{sfprintf(sfstdout, " %-*.*sold ", (level + 3) * 4, (level + 3) * 4, "");for (… in better() 388 …DEBUG_CODE(0x0040,{sfprintf(sfstdout, "AHA better old ");for (i = 0; i <= env->nsub; i++)showmatch… in _better()
|
H A D | regcomp.c | 42 #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
|