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

/freebsd-9.3-release/usr.bin/pr/
H A Dpr.h47 #define OCHAR '\t' macro
H A Dpr.c1649 ochar = OCHAR;
1775 ochar = OCHAR;
/freebsd-9.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-9.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.c958 EMIT(OCHAR, ch);
961 * Kludge: character is too big to fit into an OCHAR operand.
1414 /* find the longest OCHAR sequence in strip */
1422 case OCHAR: /* sequence member */
1544 while (OP(s = *scan++) != OCHAR)
1601 case OCHAR:
/freebsd-9.3-release/lib/libc/regex/grot/
H A Ddebug.c93 case OCHAR:

Completed in 121 milliseconds