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

/freebsd-13-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-13-stable/contrib/nvi/common/
H A Dmultibyte.h21 * UCHAR_T The shortest unified character type (8-bit clean).
33 typedef wint_t UCHAR_T; typedef
67 typedef u_char UCHAR_T; typedef
H A Dkey.c180 UCHAR_T ch;
/freebsd-13-stable/contrib/nvi/vi/
H A Dv_ulcase.c152 ch = (UCHAR_T)*p;
H A Dvs_relative.c135 #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-13-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-13-stable/contrib/nvi/cl/
H A Dcl_term.c125 output[0] = (UCHAR_T)kp->ch;

Completed in 122 milliseconds