Searched refs:DPRINT2 (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/lib/libreadline/examples/ |
| H A D | rlfe.c | 135 #define DPRINT2(FMT, V1, V2) (fprintf(debugfile, FMT, V1, V2), fflush(debugfile)) macro 139 #define DPRINT2(FMT, V1, V2) /* Do nothing */ macro 662 DPRINT2 ("echo:%d, canon:%d\n", in main() 803 DPRINT2("-> i: %d, buf_count: %d\n", i, buf_count); in main()
|