Searched refs:ochar (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/sys/dev/digi/
H A Ddigireg.h110 volatile u_char ochar; member in struct:board_chan
/freebsd-11-stable/usr.bin/pr/
H A Dpr.c94 static char ochar; /* contract output char */ variable
1148 * count number of spaces and ochar in buffer
1157 * simulate ochar processing
1159 if (*buf == ochar) {
1170 * use as many ochar as will fit
1174 if (putchar(ochar) == EOF) {
1215 * use as many ochar as will fit
1219 if (putchar(ochar) == EOF) {
1679 ochar = *eoptarg++;
1681 ochar
[all...]

Completed in 114 milliseconds