Searched refs:TputsArgType (Results 1 – 1 of 1) sorted by relevance
106 typedef char TputsArgType; /* int tputs(char c, FILE *fp) */ typedef110 typedef int TputsArgType; /* void tputs(int c, FILE *fp) */ typedef114 typedef int TputsArgType; /* int tputs(int c, FILE *fp) */ typedef121 static TputsRetType gl_tputs_putchar(TputsArgType c);3941 static TputsRetType gl_tputs_putchar(TputsArgType c) in gl_tputs_putchar()