Home
last modified time | relevance | path

Searched refs:enumlow (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dpftn.c728 static int enumlow, enumhigh; variable
748 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()
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dpftn.c761 static int enumlow, enumhigh; variable
781 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()