Home
last modified time | relevance | path

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

/freebsd/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); in p_ere_exp()
425 (c == '{' && MORE2() && ISDIGIT((UCHAR_T)PEEK2())) )) in p_ere_exp()
454 if (ISDIGIT((UCHAR_T)PEEK())) { in p_ere_exp()
475 (c == '{' && MORE2() && ISDIGIT((UCHAR_T)PEEK2())) ) ) in p_ere_exp()
641 if (MORE() && ISDIGIT((UCHAR_T)PEEK())) { in p_simp_re()
670 while (MORE() && ISDIGIT((UCHAR_T)PEEK()) && count <= DUPMAX) { in p_count()
966 EMIT(OCHAR, (UCHAR_T)ch); in ordinary()
/freebsd/contrib/nvi/common/
H A Dmultibyte.h33 typedef wint_t UCHAR_T; typedef
67 typedef u_char UCHAR_T; typedef
H A Dkey.c181 UCHAR_T ch; in v_key_ilookup()
/freebsd/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); in memcpy_lowcase()
266 dest[len] = TOUPPER ((UCHAR_T) src[len], loc); in memcpy_uppcase()
732 *old_start = TOUPPER ((UCHAR_T) *old_start, loc);
/freebsd/contrib/nvi/vi/
H A Dv_ulcase.c152 ch = (UCHAR_T)*p; in ulcase()
H A Dvs_relative.c135 #define CHLEN(val) (ch = *(UCHAR_T *)p++) == '\t' && \ in vs_columns()
H A Dvs_refresh.c509 if ((ch = *(UCHAR_T *)p--) == '\t') in vs_paint()
548 if ((ch = *(UCHAR_T *)p++) == '\t') in vs_paint()
/freebsd/contrib/nvi/cl/
H A Dcl_term.c125 output[0] = (UCHAR_T)kp->ch; in cl_term_init()