Searched defs:re_fastputc (Results 1 - 1 of 1) sorted by relevance

/external/libedit/src/
H A Drefresh.c59 private void re_fastputc(EditLine *, Int);
1051 /* re_fastputc():
1055 re_fastputc(EditLine *el, Int c) function
1059 re_fastputc(el, ' ');
1130 re_fastputc(el, c);
1138 re_fastputc(el, visbuf[i]);

Completed in 60 milliseconds