Searched refs:DPRINT1 (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/lib/libreadline/examples/ |
| H A D | rlfe.c | 134 #define DPRINT1(FMT, V1) (fprintf(debugfile, FMT, V1), fflush(debugfile)) macro 138 #define DPRINT1(FMT, V1) /* Do nothing */ macro 475 DPRINT1("pty name: '%s'\n", name); in main() 653 DPRINT1("[tty avail num_keys:%d]\n", num_keys); in main() 671 DPRINT1("tcgetattr on master fd failed: errno = %d\n", errno); in main() 696 DPRINT1("New prompt '%s'\n", prompt); in main() 898 DPRINT1("rl_directory_rewrite_hook returns %s\n", retdir); 939 DPRINT1("rl_directory_completion_hook returns %s\n", retdir);
|