Searched refs:SMputc (Results 1 – 1 of 1) sorted by relevance
143 #define SMputc(f,c) { if((o = SFFLSBUF(f,c)) >= 0 ) n_output += 1; \ macro156 #define SFputc(f,c) SMputc(f,c)165 else { SFEND(f); SMputc(f,c); SFBUF(f); } \