MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / re_printstr

Function re_printstr

extern/editline/src/refresh.c:78–86  ·  view source on GitHub ↗

re_printstr(): * Print a string on the debugging pty */

Source from the content-addressed store, hash-verified

76 * Print a string on the debugging pty
77 */
78private void
79re_printstr(EditLine *el, const char *str, char *f, char *t)
80{
81
82 ELRE_DEBUG(1, (__F, "%s:\"", str));
83 while (f < t)
84 ELRE_DEBUG(1, (__F, "%c", *f++ & 0177));
85 ELRE_DEBUG(1, (__F, "\"\r\n"));
86}
87#else
88#define ELRE_ASSERT(a, b, c)
89#define ELRE_DEBUG(a, b)

Callers 1

re_update_lineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected