Searched refs:MAXEXCEPTION (Results 1 – 1 of 1) sorted by relevance
53 #define MAXEXCEPTION 10 /* Max number of exceptions (option -x) */ macro161 int optx[MAXEXCEPTION + 1];4269 && (xcount < (MAXEXCEPTION - 1))) { in getoptions()4273 if (*endptr || (xcount >= MAXEXCEPTION)) { in getoptions()