HomeSort by: relevance | last modified time | path
    Searched refs:OCHAR (Results 1 - 12 of 12) sorted by relevancy

  /src/usr.bin/pr/
pr.h 47 #define OCHAR '\t'
pr.c 91 static char ochar; /* contract output char */ variable
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...]
  /src/external/bsd/nvi/dist/regex/
regex2.h 84 #define OCHAR (2) /* character unsigned char */
engine.c 351 case OCHAR:
528 case OCHAR:
918 case OCHAR:
regcomp.c 1000 EMIT(OCHAR, (UCHAR_T)ch);
1636 /* find the longest OCHAR sequence in strip */
1644 case OCHAR: /* sequence member */
1698 if (s == OCHAR)
  /src/external/apache2/llvm/dist/llvm/lib/Support/
regex2.h 79 #define OCHAR (2LU<<OPSHIFT) /* character unsigned char */
regcomp.c 1077 EMIT(OCHAR, (uch)ch);
1601 sop *newstart = 0; /* newstart was initialized in the OCHAR case */
1611 /* find the longest OCHAR sequence in strip */
1617 case OCHAR: /* sequence member */
1662 while (OP(s = *scan++) != OCHAR)
regengine.inc 333 case OCHAR:
506 case OCHAR:
869 case OCHAR:
  /src/lib/libc/regex/
regex2.h 90 #define OCHAR (2U<<OPSHIFT) /* character wide character */
engine.c 479 case OCHAR:
675 case OCHAR:
1058 case OCHAR:
regcomp.c 1530 EMIT(OCHAR, (size_t)ch);
1533 * Kludge: character is too big to fit into an OCHAR operand.
2032 /* find the longest OCHAR sequence in strip */
2040 case OCHAR: /* sequence member */
2173 while (OP(s = *scan++) != OCHAR)
2236 case OCHAR:
  /src/tests/lib/libc/regex/
debug.c 120 case OCHAR:

Completed in 37 milliseconds