Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mailx/
H A Dcollect.c65 static int tabputs(const char *line, FILE *obuf);
1106 tolower(f) == 'm' ? tabputs : fputs) < 0) { in forward()
1121 tabputs(const char *line, FILE *obuf) in tabputs() function