Searched refs:uc (Results 1 – 3 of 3) sorted by relevance
41 unsigned char uc = c; in memccpy() local43 if ((*tp++ = *fp++) == uc) in memccpy()
49 struct utp_upiu_query uc; member
1081 unsigned char uc = (unsigned char)ch; in ordinary() local1086 if ((p->g->cflags & REG_ICASE) && isalpha(uc) && othercase(uc) != uc) in ordinary()1087 bothcases(p, uc); in ordinary()1089 EMIT(OCHAR, (sopno)uc); in ordinary()1090 if (cap[uc] == 0) { in ordinary()1093 cap[uc] = (unsigned char)p->g->ncategories++; in ordinary()1562 unsigned uc = (unsigned char)c; in isinsets() local1572 if (col[uc] != 0) in isinsets()