Searched refs:ELRE_DEBUG (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/lib/libedit/ |
| HD | refresh.c | 75 #define ELRE_DEBUG(a, b) ELRE_ASSERT(a,b,;) macro 84 ELRE_DEBUG(1, (__F, "%s:\"", str)); in re_printstr() 86 ELRE_DEBUG(1, (__F, "%c", *f++ & 0177)); in re_printstr() 87 ELRE_DEBUG(1, (__F, "\"\r\n")); in re_printstr() 91 #define ELRE_DEBUG(a, b) macro 169 ELRE_DEBUG(1, (__F, "printing %5x '%c'\r\n", c, c)); in re_putc() 211 ELRE_DEBUG(1, (__F, "el->el_line.buffer = :%s:\r\n", in re_refresh() 296 ELRE_DEBUG(1, (__F, in re_refresh() 301 ELRE_DEBUG(1, (__F, "updating %d lines.\r\n", el->el_refresh.r_newcv)); in re_refresh() 316 ELRE_DEBUG(1, (__F, in re_refresh() [all …]
|