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

/freebsd-13-stable/usr.bin/pr/
H A Dpr.h49 #define OCHAR '\t' macro
H A Dpr.c1683 ochar = OCHAR;
1811 ochar = OCHAR;
/freebsd-13-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-13-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-13-stable/lib/libc/regex/
H A Dregex2.h88 #define OCHAR (2L<<OPSHIFT) /* character wide character */ macro
H A Dengine.c458 case OCHAR:
647 case OCHAR:
1019 case OCHAR:
H A Dregcomp.c1403 EMIT(OCHAR, ch);
1406 * Kludge: character is too big to fit into an OCHAR operand.
1860 /* find the longest OCHAR sequence in strip */
1868 case OCHAR: /* sequence member */
1994 while (OP(s = *scan++) != OCHAR)
2051 case OCHAR:
/freebsd-13-stable/lib/libc/regex/grot/
H A Ddebug.c93 case OCHAR:
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.c153 case OCHAR:

Completed in 127 milliseconds