Searched refs:UCHAR_T (Results 1 – 9 of 9) sorted by relevance
170 #define ISWORD(c) ((c) == '_' || (ISGRAPH((UCHAR_T)c) && !ISPUNCT((UCHAR_T)c)))
413 (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()
33 typedef wint_t UCHAR_T; typedef67 typedef u_char UCHAR_T; typedef
181 UCHAR_T ch; in v_key_ilookup()
81 # define UCHAR_T unsigned int macro90 # define UCHAR_T unsigned char macro257 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);
152 ch = (UCHAR_T)*p; in ulcase()
135 #define CHLEN(val) (ch = *(UCHAR_T *)p++) == '\t' && \ in vs_columns()
509 if ((ch = *(UCHAR_T *)p--) == '\t') in vs_paint()548 if ((ch = *(UCHAR_T *)p++) == '\t') in vs_paint()
125 output[0] = (UCHAR_T)kp->ch; in cl_term_init()