Searched refs:enumlow (Results 1 – 2 of 2) sorted by relevance
728 static int enumlow, enumhigh; variable748 if (enummer < enumlow) in moedef()749 enumlow = enummer; in moedef()764 enummer = enumlow = enumhigh = 0; in enumhd()793 t = ENUMSIZE(enumhigh, enumlow); in enumdcl()795 t = ctype(enumlow < 0 ? INT : UNSIGNED); in enumdcl()797 if (enumhigh <= MAX_CHAR && enumlow >= MIN_CHAR) in enumdcl()799 else if (enumhigh <= MAX_SHORT && enumlow >= MIN_SHORT) in enumdcl()
761 static int enumlow, enumhigh; variable781 if (enummer < enumlow) in moedef()782 enumlow = enummer; in moedef()797 enummer = enumlow = enumhigh = 0; in enumhd()826 t = ENUMSIZE(enumhigh, enumlow); in enumdcl()828 t = ctype(enumlow < 0 ? INT : UNSIGNED); in enumdcl()830 if (enumhigh <= MAX_CHAR && enumlow >= MIN_CHAR) in enumdcl()832 else if (enumhigh <= MAX_SHORT && enumlow >= MIN_SHORT) in enumdcl()