HomeSort by: relevance | last modified time | path
    Searched defs:re_fastputc (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libedit/
refresh.c 59 static void re_fastputc(EditLine *, wint_t);
1091 /* re_fastputc():
1095 re_fastputc(EditLine *el, wint_t c) function in typeref:typename:void
1102 re_fastputc(el, ' ');
1179 re_fastputc(el, c);
1187 re_fastputc(el, visbuf[i]);

Completed in 12 milliseconds