Home | History | Annotate | Download | only in pr

Lines Matching defs:ochar

91 static char	ochar;			/* contract output char */
1150 * count number of spaces and ochar in buffer
1159 * simulate ochar processing
1161 if (*buf == ochar) {
1172 * use as many ochar as will fit
1176 if (putchar(ochar) == EOF) {
1217 * use as many ochar as will fit
1221 if (putchar(ochar) == EOF) {
1710 ochar = *eoptarg++;
1712 ochar = OCHAR;
1842 ochar = OCHAR;