Home | History | Annotate | Download | only in Modules

Lines Matching refs:VTRACE

1446 #define VTRACE(v) printf v
1448 #define VTRACE(v) do {} while(0) /* do nothing */
1452 #define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return 0; } while (0)
1457 VTRACE(("%p: ", code)); \
1460 VTRACE(("%lu (op)\n", (unsigned long)op)); \
1464 VTRACE(("%p= ", code)); \
1467 VTRACE(("%lu (arg)\n", (unsigned long)arg)); \
1471 VTRACE(("%p= ", code)); \
1474 VTRACE(("%lu (skip to %p)\n", \
1576 VTRACE(("code=%p, end=%p\n", code, end));
1591 VTRACE(("arg=%d, groups=%d\n", (int)arg, (int)groups));
1706 VTRACE(("code=%p, newcode=%p\n", code, newcode));
1822 VTRACE(("both then and else parts present\n"));
1832 VTRACE(("only a then part present\n"));
1861 VTRACE(("okay\n"));
1883 VTRACE(("Success!\n"));