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

/freebsd-10.3-release/usr.bin/pr/
H A Dpr.h47 #define OCHAR '\t' macro
H A Dpr.c1649 ochar = OCHAR;
1775 ochar = OCHAR;
/freebsd-10.3-release/contrib/nvi/regex/
H A Dregex2.h85 #define OCHAR (2) /* character unsigned char */ macro
H A Dengine.c347 case OCHAR:
523 case OCHAR:
913 case OCHAR:
H A Dregcomp.c996 EMIT(OCHAR, (UCHAR_T)ch);
1633 /* find the longest OCHAR sequence in strip */
1641 case OCHAR: /* sequence member */
1695 if (s == OCHAR)
/freebsd-10.3-release/contrib/llvm/lib/Support/
H A Dregex2.h73 #define OCHAR (2LU<<OPSHIFT) /* character unsigned char */ macro
H A Dregcomp.c941 EMIT(OCHAR, (uch)ch);
1452 sop *newstart = 0; /* newstart was initialized in the OCHAR case */
1462 /* find the longest OCHAR sequence in strip */
1468 case OCHAR: /* sequence member */
1513 while (OP(s = *scan++) != OCHAR)
H A Dregengine.inc333 case OCHAR:
506 case OCHAR:
869 case OCHAR:
/freebsd-10.3-release/lib/libc/regex/
H A Dregex2.h86 #define OCHAR (2L<<OPSHIFT) /* character wide character */ macro
H A Dengine.c412 case OCHAR:
586 case OCHAR:
1003 case OCHAR:
H A Dregcomp.c991 EMIT(OCHAR, ch);
994 * Kludge: character is too big to fit into an OCHAR operand.
1448 /* find the longest OCHAR sequence in strip */
1456 case OCHAR: /* sequence member */
1578 while (OP(s = *scan++) != OCHAR)
1635 case OCHAR:
/freebsd-10.3-release/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.c158 case OCHAR:
/freebsd-10.3-release/lib/libc/regex/grot/
H A Ddebug.c93 case OCHAR:

Completed in 192 milliseconds