Home
last modified time | relevance | path

Searched defs: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
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