Home | History | Annotate | Download | only in Modules

Lines Matching refs:VTRACE

2843 #define VTRACE(v) printf v

2845 #define VTRACE(v) do {} while(0) /* do nothing */
2849 #define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return 0; } while (0)
2854 VTRACE(("%p: ", code)); \
2857 VTRACE(("%lu (op)\n", (unsigned long)op)); \
2861 VTRACE(("%p= ", code)); \
2864 VTRACE(("%lu (arg)\n", (unsigned long)arg)); \
2868 VTRACE(("%p= ", code)); \
2871 VTRACE(("%lu (skip to %p)\n", \
2972 VTRACE(("code=%p, end=%p\n", code, end));
2987 VTRACE(("arg=%d, groups=%d\n", (int)arg, (int)groups));
3096 VTRACE(("code=%p, newcode=%p\n", code, newcode));
3210 VTRACE(("both then and else parts present\n"));
3220 VTRACE(("only a then part present\n"));
3249 VTRACE(("okay\n"));
3272 VTRACE(("Success!\n"));