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

/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Drefresh.c53 private void re_fastputc(EditLine *, int);
991 /* re_fastputc():
995 re_fastputc(EditLine *el, int c) function
1060 re_fastputc(el, '^');
1061 re_fastputc(el, mc);
1063 re_fastputc(el, c);
1065 re_fastputc(el, '\\');
1066 re_fastputc(el, (int)(((((unsigned int)c) >> 6) & 3) + '0'));
1067 re_fastputc(el, (int)(((((unsigned int)c) >> 3) & 7) + '0'));
1068 re_fastputc(e
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/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]);
/macosx-10.10/libedit-40/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 132 milliseconds