Home | History | Annotate | Download | only in Modules

Lines Matching refs:VTRACE

2855 #define VTRACE(v) printf v
2857 #define VTRACE(v) do {} while(0) /* do nothing */
2861 #define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return 0; } while (0)
2866 VTRACE(("%p: ", code)); \
2869 VTRACE(("%lu (op)\n", (unsigned long)op)); \
2873 VTRACE(("%p= ", code)); \
2876 VTRACE(("%lu (arg)\n", (unsigned long)arg)); \
2880 VTRACE(("%p= ", code)); \
2883 VTRACE(("%lu (skip to %p)\n", \
2984 VTRACE(("code=%p, end=%p\n", code, end));
2999 VTRACE(("arg=%d, groups=%d\n", (int)arg, (int)groups));
3108 VTRACE(("code=%p, newcode=%p\n", code, newcode));
3222 VTRACE(("both then and else parts present\n"));
3232 VTRACE(("only a then part present\n"));
3261 VTRACE(("okay\n"));
3284 VTRACE(("Success!\n"));