Symbol: uch
games/hangman/getguess.c
48
unsigned char ch, uch;
games/hangman/getguess.c
93
uch = toupper(ch);
games/hangman/getguess.c
98
} else if (Word[i] == uch) {
games/hangman/getguess.c
99
Known[i] = uch;
lib/libc/regex/regcomp.c
1091
uch h = cs->hash;
lib/libc/regex/regcomp.c
343
REQUIRE(!MORE() || !isdigit((uch)PEEK()), REG_BADRPT);
lib/libc/regex/regcomp.c
357
(c == '{' && MORE2() && isdigit((uch)PEEK2())) ))
lib/libc/regex/regcomp.c
386
if (isdigit((uch)PEEK())) {
lib/libc/regex/regcomp.c
407
(c == '{' && MORE2() && isdigit((uch)PEEK2())) ) )
lib/libc/regex/regcomp.c
565
if (MORE() && isdigit((uch)PEEK())) {
lib/libc/regex/regcomp.c
594
while (MORE() && isdigit((uch)PEEK()) && count <= DUPMAX) {
lib/libc/regex/regcomp.c
756
while (MORE() && isalpha((uch)PEEK()))
lib/libc/regex/regcomp.c
838
ch = (uch)ch;
lib/libc/regex/regcomp.c
841
return ((uch)tolower(ch));
lib/libc/regex/regcomp.c
843
return ((uch)toupper(ch));
lib/libc/regex/regcomp.c
860
ch = (uch)ch;
lib/libc/regex/regcomp.c
879
if ((p->g->cflags&REG_ICASE) && isalpha((uch)ch) && othercase(ch) != ch)
lib/libc/regex/regcomp.c
882
EMIT(OCHAR, (uch)ch);
lib/libc/regex/regex2.h
106
uch *ptr; /* -> uch [csetsize] */
lib/libc/regex/regex2.h
107
uch mask; /* bit within array */
lib/libc/regex/regex2.h
108
uch hash; /* hash code */
lib/libc/regex/regex2.h
114
cs->ptr[(uch)c] |= cs->mask;
lib/libc/regex/regex2.h
121
cs->ptr[(uch)c] &= ~cs->mask;
lib/libc/regex/regex2.h
128
return (cs->ptr[(uch)c] & cs->mask) != 0;
lib/libc/regex/regex2.h
141
uch *setbits; /* -> uch[csetsize][ncsets/CHAR_BIT] */
lib/libcurses/base/lib_screen.c
729
unsigned uch = (unsigned) source->chars[n];
lib/libcurses/base/lib_screen.c
730
if (uch == 0)
lib/libcurses/base/lib_screen.c
737
if (uch > 0xffff) {
lib/libcurses/base/lib_screen.c
738
_nc_SPRINTF(target, CUR_SLIMIT "U%08x", uch);
lib/libcurses/base/lib_screen.c
739
} else if (uch > 0xff) {
lib/libcurses/base/lib_screen.c
740
_nc_SPRINTF(target, CUR_SLIMIT "u%04x", uch);
lib/libcurses/base/lib_screen.c
741
} else if (uch < 32 || uch >= 127) {
lib/libcurses/base/lib_screen.c
742
_nc_SPRINTF(target, CUR_SLIMIT "%03o", uch & 0xff);
lib/libcurses/base/lib_screen.c
744
switch (uch) {
lib/libcurses/base/lib_screen.c
754
_nc_SPRINTF(target, CUR_SLIMIT "%c", uch);
lib/libz/deflate.h
218
uch depth[2*L_CODES+1];
lib/libz/deflate.h
329
extern uch ZLIB_INTERNAL _length_code[];
lib/libz/deflate.h
330
extern uch ZLIB_INTERNAL _dist_code[];
lib/libz/deflate.h
332
extern const uch ZLIB_INTERNAL _length_code[];
lib/libz/deflate.h
333
extern const uch ZLIB_INTERNAL _dist_code[];
lib/libz/deflate.h
338
{ uch cc = (c); \
lib/libz/deflate.h
345
{ uch len = (uch)(length); \
lib/libz/deflate.h
356
{ uch cc = (c); \
lib/libz/deflate.h
364
{ uch len = (uch)(length); \
lib/libz/deflate.h
366
s->sym_buf[s->sym_next++] = (uch)dist; \
lib/libz/deflate.h
367
s->sym_buf[s->sym_next++] = (uch)(dist >> 8); \
lib/libz/trees.c
102
uch _length_code[MAX_MATCH-MIN_MATCH+1];
lib/libz/trees.c
1096
s->l_buf[s->sym_next++] = (uch)lc;
lib/libz/trees.c
1098
s->sym_buf[s->sym_next++] = (uch)dist;
lib/libz/trees.c
1099
s->sym_buf[s->sym_next++] = (uch)(dist >> 8);
lib/libz/trees.c
1100
s->sym_buf[s->sym_next++] = (uch)lc;
lib/libz/trees.c
143
put_byte(s, (uch)((w) & 0xff)); \
lib/libz/trees.c
144
put_byte(s, (uch)((ush)(w) >> 8)); \
lib/libz/trees.c
320
_length_code[length++] = (uch)code;
lib/libz/trees.c
328
_length_code[length - 1] = (uch)code;
lib/libz/trees.c
335
_dist_code[dist++] = (uch)code;
lib/libz/trees.c
343
_dist_code[256 + dist++] = (uch)code;
lib/libz/trees.c
680
s->depth[node] = (uch)((s->depth[n] >= s->depth[m] ?
lib/libz/trees.c
69
local const uch bl_order[BL_CODES]
lib/libz/trees.c
96
uch _dist_code[DIST_CODE_LEN];
lib/libz/trees.h
102
const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
lib/libz/trees.h
73
const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {
lib/libz/zutil.c
233
*((ush*)&buf+1) += ((ush)((uch*)buf-0) + 15) >> 4;
lib/libz/zutil.h
46
typedef uch FAR uchf;
sys/dev/usb/usb.c
1027
h.uch.uch_stage = USBPCAP_CONTROL_STAGE_SETUP;
sys/dev/usb/usb.c
1039
h.uch.uch_stage = USBPCAP_CONTROL_STAGE_DATA;
sys/dev/usb/usb.c
1044
h.uch.uch_stage = USBPCAP_CONTROL_STAGE_STATUS;
sys/dev/usb/usb.c
1053
h.uch.uch_stage = USBPCAP_CONTROL_STAGE_DATA;
sys/dev/usb/usb.c
1058
h.uch.uch_stage = USBPCAP_CONTROL_STAGE_STATUS;
sys/dev/usb/usb.c
1073
(h.uch.uch_stage == USBPCAP_CONTROL_STAGE_DATA)) {
sys/dev/usb/usb.c
1074
h.uch.uch_stage = USBPCAP_CONTROL_STAGE_STATUS;
sys/dev/usb/usb.c
951
struct usbpcap_ctl_hdr uch;
sys/dev/usb/usb.c
954
struct usbpcap_pkt_hdr *uph = &h.uch.uch_hdr;
sys/lib/libz/deflate.h
218
uch depth[2*L_CODES+1];
sys/lib/libz/deflate.h
329
extern uch ZLIB_INTERNAL _length_code[];
sys/lib/libz/deflate.h
330
extern uch ZLIB_INTERNAL _dist_code[];
sys/lib/libz/deflate.h
332
extern const uch ZLIB_INTERNAL _length_code[];
sys/lib/libz/deflate.h
333
extern const uch ZLIB_INTERNAL _dist_code[];
sys/lib/libz/deflate.h
338
{ uch cc = (c); \
sys/lib/libz/deflate.h
345
{ uch len = (uch)(length); \
sys/lib/libz/deflate.h
356
{ uch cc = (c); \
sys/lib/libz/deflate.h
364
{ uch len = (uch)(length); \
sys/lib/libz/deflate.h
366
s->sym_buf[s->sym_next++] = (uch)dist; \
sys/lib/libz/deflate.h
367
s->sym_buf[s->sym_next++] = (uch)(dist >> 8); \
sys/lib/libz/trees.c
102
uch _length_code[MAX_MATCH-MIN_MATCH+1];
sys/lib/libz/trees.c
1096
s->l_buf[s->sym_next++] = (uch)lc;
sys/lib/libz/trees.c
1098
s->sym_buf[s->sym_next++] = (uch)dist;
sys/lib/libz/trees.c
1099
s->sym_buf[s->sym_next++] = (uch)(dist >> 8);
sys/lib/libz/trees.c
1100
s->sym_buf[s->sym_next++] = (uch)lc;
sys/lib/libz/trees.c
143
put_byte(s, (uch)((w) & 0xff)); \
sys/lib/libz/trees.c
144
put_byte(s, (uch)((ush)(w) >> 8)); \
sys/lib/libz/trees.c
320
_length_code[length++] = (uch)code;
sys/lib/libz/trees.c
328
_length_code[length - 1] = (uch)code;
sys/lib/libz/trees.c
335
_dist_code[dist++] = (uch)code;
sys/lib/libz/trees.c
343
_dist_code[256 + dist++] = (uch)code;
sys/lib/libz/trees.c
680
s->depth[node] = (uch)((s->depth[n] >= s->depth[m] ?
sys/lib/libz/trees.c
69
local const uch bl_order[BL_CODES]
sys/lib/libz/trees.c
96
uch _dist_code[DIST_CODE_LEN];
sys/lib/libz/trees.h
102
const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
sys/lib/libz/trees.h
73
const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {
sys/lib/libz/zutil.c
236
*((ush*)&buf+1) += ((ush)((uch*)buf-0) + 15) >> 4;
sys/lib/libz/zutil.h
59
typedef uch FAR uchf;