Searched refs:enumhigh (Results 1 – 2 of 2) sorted by relevance
728 static int enumlow, enumhigh; variable750 if (enummer > enumhigh) in moedef()751 enumhigh = enummer; in moedef()764 enummer = enumlow = enumhigh = 0; in enumhd()793 t = ENUMSIZE(enumhigh, enumlow); 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; variable783 if (enummer > enumhigh) in moedef()784 enumhigh = enummer; in moedef()797 enummer = enumlow = enumhigh = 0; in enumhd()826 t = ENUMSIZE(enumhigh, enumlow); in enumdcl()830 if (enumhigh <= MAX_CHAR && enumlow >= MIN_CHAR) in enumdcl()832 else if (enumhigh <= MAX_SHORT && enumlow >= MIN_SHORT) in enumdcl()