Searched defs:TputsArgType (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c106 typedef char TputsArgType; /* int tputs(char c, FILE *fp) */ typedef
110 typedef int TputsArgType; /* void tputs(int c, FILE *fp) */ typedef
114 typedef int TputsArgType; /* int tputs(int c, FILE *fp) */ typedef
121 static TputsRetType gl_tputs_putchar(TputsArgType c);
3941 static TputsRetType gl_tputs_putchar(TputsArgType c)

Completed in 146 milliseconds