comment.c:Static uchar *cmttable; comment.c: cmttable = ALLOC(cmttablesize, uchar, misc); comment.c: cmttable = REALLOC(cmttable, cmttablesize, uchar); decl.c: mp_uchar = makestandardmeaning(MK_TYPE, "UCHAR"); /* "unsigned char" */ decl.c: tp_uchar = makestandardtype(TK_CHAR, mp_uchar); decl.c: tp_uchar->smin = makeexpr_long(0); decl.c: tp_uchar->smax = makeexpr_long(255); decl.c: tp_ubyte->smax = makeexpr_long(max_uchar); decl.c: else if (smin >= 0 && smax <= max_uchar) decl.c: output(ucharname); decl.c: if (type == tp_uchar) { decl.c: output(ucharname); decl.c: output((*name_BOOLEAN) ? name_BOOLEAN : ucharname); expr.c: if (tp == tp_ushort || tp == tp_ubyte || tp == tp_uchar) expr.c: tp == tp_ubyte || tp == tp_uchar) expr.c: return makeexpr_actcast(ex, tp_uchar); lex.c: curtokmeaning = mp_uchar; parse.c: if ((tp == tp_char || tp == tp_schar || tp == tp_uchar || parse.c: tp != tp_ubyte && tp != tp_uchar) || trans.c: ucharname = (*name_UCHAR) ? name_UCHAR : trans.c: max_uchar = LONG_MAX; trans.c: max_uchar = (1<