HomeSort by: relevance | last modified time | path
    Searched refs:enumhigh (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/pcc/dist/pcc/cc/ccom/
pftn.c 761 static int enumlow, enumhigh; variable
783 if (enummer > enumhigh)
784 enumhigh = enummer;
797 enummer = enumlow = enumhigh = 0;
826 t = ENUMSIZE(enumhigh, enumlow);
830 if (enumhigh <= MAX_CHAR && enumlow >= MIN_CHAR)
832 else if (enumhigh <= MAX_SHORT && enumlow >= MIN_SHORT)
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
pftn.c 728 static int enumlow, enumhigh; variable
750 if (enummer > enumhigh)
751 enumhigh = enummer;
764 enummer = enumlow = enumhigh = 0;
793 t = ENUMSIZE(enumhigh, enumlow);
797 if (enumhigh <= MAX_CHAR && enumlow >= MIN_CHAR)
799 else if (enumhigh <= MAX_SHORT && enumlow >= MIN_SHORT)

Completed in 26 milliseconds