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

  /src/external/gpl2/texinfo/dist/info/
terminal.c 119 output_character_function (int c) function
129 tputs (string, 1, output_character_function); \
240 tputs (tgoto (term_goto, x, y), 1, output_character_function);
370 tputs (tgoto (term_DL, 0, count), lines, output_character_function);
374 tputs (term_dl, lines, output_character_function);
394 tputs (tgoto (term_AL, 0, count), lines, output_character_function);
398 tputs (term_al, lines, output_character_function);
239 tputs (tgoto (term_goto, x, y), 1, output_character_function); local

Completed in 15 milliseconds