Searched refs:UCHAR_T (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/nvi/regex/
H A Dregex2.h170 #define ISWORD(c) ((c) == '_' || (ISGRAPH((UCHAR_T)c) && !ISPUNCT((UCHAR_T)c)))
H A Dregcomp.c413 (void)REQUIRE(!MORE() || !ISDIGIT((UCHAR_T)PEEK()), REG_BADRPT);
425 (c == '{' && MORE2() && ISDIGIT((UCHAR_T)PEEK2())) ))
454 if (ISDIGIT((UCHAR_T)PEEK())) {
475 (c == '{' && MORE2() && ISDIGIT((UCHAR_T)PEEK2())) ) )
641 if (MORE() && ISDIGIT((UCHAR_T)PEEK())) {
670 while (MORE() && ISDIGIT((UCHAR_T)PEEK()) && count <= DUPMAX) {
966 EMIT(OCHAR, (UCHAR_T)ch);
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dregex.c615 # define UCHAR_T unsigned char
624 # define UCHAR_T wchar_t
657 *(destination) = (UCHAR_T)(number); \
696 static void PREFIX(extract_number) (int *dest, UCHAR_T *source);
698 PREFIX(extract_number) (int *dest, UCHAR_T *source)
727 UCHAR_T **source);
729 PREFIX(extract_number_and_incr) (int *destination, UCHAR_T **source)
813 PREFIX(print_partial_compiled_pattern) (UCHAR_T *start, UCHAR_T *end)
816 UCHAR_T *p
610 # define UCHAR_T macro
619 # define UCHAR_T macro
8192 # undef UCHAR_T macro
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dregex.c615 # define UCHAR_T unsigned char
624 # define UCHAR_T wchar_t
657 *(destination) = (UCHAR_T)(number); \
696 static void PREFIX(extract_number) (int *dest, UCHAR_T *source);
698 PREFIX(extract_number) (int *dest, UCHAR_T *source)
727 UCHAR_T **source);
729 PREFIX(extract_number_and_incr) (int *destination, UCHAR_T **source)
813 PREFIX(print_partial_compiled_pattern) (UCHAR_T *start, UCHAR_T *end)
816 UCHAR_T *p
610 # define UCHAR_T macro
619 # define UCHAR_T macro
8192 # undef UCHAR_T macro
[all...]
/freebsd-11-stable/contrib/nvi/common/
H A Dmultibyte.h23 * UCHAR_T The shortest unified character type (8-bit clean).
35 typedef wint_t UCHAR_T; typedef
69 typedef u_char UCHAR_T; typedef
H A Dkey.c187 UCHAR_T ch;
/freebsd-11-stable/contrib/nvi/vi/
H A Dv_ulcase.c156 ch = (UCHAR_T)*p;
H A Dvs_relative.c139 #define CHLEN(val) (ch = *(UCHAR_T *)p++) == '\t' && \
H A Dvs_refresh.c509 if ((ch = *(UCHAR_T *)p--) == '\t')
548 if ((ch = *(UCHAR_T *)p++) == '\t')
/freebsd-11-stable/contrib/diff/lib/
H A Dstrftime.c81 # define UCHAR_T unsigned int macro
90 # define UCHAR_T unsigned char macro
257 dest[len] = TOLOWER ((UCHAR_T) src[len], loc);
266 dest[len] = TOUPPER ((UCHAR_T) src[len], loc);
732 *old_start = TOUPPER ((UCHAR_T) *old_start, loc);
/freebsd-11-stable/contrib/nvi/cl/
H A Dcl_term.c128 output[0] = (UCHAR_T)kp->ch;

Completed in 139 milliseconds