Home
last modified time | relevance | path

Searched defs:debugp (Results 1 – 3 of 3) sorted by relevance

/original-bsd/local/transcript/src/
H A Dpscomm.c125 #define debugp(x) \ macro
132 #define debugp(x) macro
H A Denscript.c73 #define debugp(x) {fprintf x ; VOIDC fflush(stderr);} macro
75 #define debugp(x) macro
H A Dpsdit.c224 #define debugp(xxx) (dbg != 0 ? (dbg--, printf xxx, fflush(stdout)) : 0) macro
226 #define debugp(x) macro