Home | History | Annotate | Download | only in lint2

Lines Matching refs:SHORT

61 static short *inpfns;
66 * Indices of type short are used instead of pointers to save memory.
74 * via indices (to save memory for references to types (indices are short)).
81 unsigned short th_idx;
102 static unsigned short inptype(const char *, const char **);
104 static unsigned short findtype(const char *, size_t, int);
105 static unsigned short storetyp(type_t *, const char *, size_t, int);
146 static short
149 return (short)parse_int(p);
192 pos.p_src = (unsigned short)csrcfile;
193 pos.p_line = (unsigned short)cline;
194 pos.p_isrc = (unsigned short)isrc;
195 pos.p_iline = (unsigned short)iline;
306 inpfns[fid] = (unsigned short)getfnidx(cp);
610 return s == 'u' ? USHORT : SHORT;
647 static unsigned short
656 unsigned short tidx;
731 short)
798 t = SHORT;
928 static unsigned short
947 static unsigned short
972 thte->th_idx = (unsigned short)tidx;
976 return (unsigned short)tidx++;