Home
last modified time | relevance | path

Searched refs:gl_tputs_putchar (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/lib/libtecla/common/
H A Dgetline.c121 static TputsRetType gl_tputs_putchar(TputsArgType c);
3927 tputs((char *)string, nline, gl_tputs_putchar); in gl_print_control_sequence()
3941 static TputsRetType gl_tputs_putchar(TputsArgType c) in gl_tputs_putchar() function