HomeSort by: relevance | last modified time | path
    Searched defs:ochar (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libterminfo/
tparm.c 113 ochar(TERMINAL *term, int c) function in typeref:typename:size_t
260 if (ochar(term, c) == 0)
339 if (ochar(term, (unsigned char)val) == 0)
tparm.c 113 ochar(TERMINAL *term, int c) function in typeref:typename:size_t
260 if (ochar(term, c) == 0)
339 if (ochar(term, (unsigned char)val) == 0)
tparm.c 113 ochar(TERMINAL *term, int c) function in typeref:typename:size_t
260 if (ochar(term, c) == 0)
339 if (ochar(term, (unsigned char)val) == 0)
  /src/usr.bin/pr/
pr.c 91 static char ochar; /* contract output char */ variable in typeref:typename: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
    [all...]
pr.c 91 static char ochar; /* contract output char */ variable in typeref:typename: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
    [all...]
pr.c 91 static char ochar; /* contract output char */ variable in typeref:typename: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
    [all...]

Completed in 88 milliseconds