Searched refs:OCHAR (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/usr.bin/pr/
H A Dpr.h47 #define OCHAR '\t' macro
H A Dpr.c1681 ochar = OCHAR;
1809 ochar = OCHAR;
/freebsd-11-stable/contrib/nvi/regex/
H A Dregex2.h81 #define OCHAR (2) /* character unsigned char */ macro
H A Dengine.c331 case OCHAR:
500 case OCHAR:
869 case OCHAR:
H A Dregcomp.c966 EMIT(OCHAR, (UCHAR_T)ch);
1526 /* find the longest OCHAR sequence in strip */
1534 case OCHAR: /* sequence member */
1588 if (s == OCHAR)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregex2.h79 #define OCHAR (2LU<<OPSHIFT) /* character unsigned char */ macro
H A Dregcomp.c1077 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)
H A Dregengine.inc333 case OCHAR:
506 case OCHAR:
869 case OCHAR:
/freebsd-11-stable/lib/libc/regex/
H A Dregex2.h86 #define OCHAR (2L<<OPSHIFT) /* character wide character */ macro
H A Dengine.c410 case OCHAR:
584 case OCHAR:
909 case OCHAR:
H A Dregcomp.c1132 EMIT(OCHAR, ch);
1135 * Kludge: character is too big to fit into an OCHAR operand.
1589 /* find the longest OCHAR sequence in strip */
1597 case OCHAR: /* sequence member */
1719 while (OP(s = *scan++) != OCHAR)
1776 case OCHAR:
/freebsd-11-stable/lib/libc/regex/grot/
H A Ddebug.c93 case OCHAR:
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.c153 case OCHAR:

Completed in 116 milliseconds