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

Function rl_stuff_char

extern/editline/src/readline.c:2085–2093  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2083}
2084
2085void
2086rl_stuff_char(int c)
2087{
2088 char buf[2];
2089
2090 buf[0] = (char)c;
2091 buf[1] = '\0';
2092 el_insertstr(e, buf);
2093}
2094
2095static int
2096_rl_event_read_char(EditLine *el, char *cp)

Callers

nothing calls this directly

Calls 1

el_insertstrFunction · 0.85

Tested by

no test coverage detected