Searched refs:DPRINT2 (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
H A Drlfe.c144 #define DPRINT2(FMT, V1, V2) (fprintf(logfile, FMT, V1, V2), fflush(logfile)) macro
148 #define DPRINT2(FMT, V1, V2) ((void) 0) /* Do nothing */ macro
638 DPRINT2(" \"%.*s\"]\n", count, ch);
707 DPRINT2("read %d from inferior, buf_count=%d", count, buf_count);
708 DPRINT2(": \"%.*s\"", count, buf+buf_count);
754 DPRINT2("-> i: %d, buf_count: %d\n", i, buf_count);
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/
H A Drlfe.c144 #define DPRINT2(FMT, V1, V2) (fprintf(logfile, FMT, V1, V2), fflush(logfile)) macro
148 #define DPRINT2(FMT, V1, V2) ((void) 0) /* Do nothing */ macro
638 DPRINT2(" \"%.*s\"]\n", count, ch);
707 DPRINT2("read %d from inferior, buf_count=%d", count, buf_count);
708 DPRINT2(": \"%.*s\"", count, buf+buf_count);
754 DPRINT2("-> i: %d, buf_count: %d\n", i, buf_count);

Completed in 115 milliseconds