Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c105 typedef char TputsArgType; /* int tputs(char c, FILE *fp) */ typedef
109 typedef int TputsArgType; /* void tputs(int c, FILE *fp) */ typedef
113 typedef int TputsArgType; /* int tputs(int c, FILE *fp) */ typedef
120 static TputsRetType gl_tputs_putchar(TputsArgType c);
3940 static TputsRetType gl_tputs_putchar(TputsArgType c) in gl_tputs_putchar()