Searched refs:outchar (Results 1 – 1 of 1) sorted by relevance
94 static int outchar(int);103 #define PRINT(s) if (s == NULL) /* void */; else tputs(s, 1, outchar)515 outchar(int c) in outchar() function