Searched refs:univ_max (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Dunivdata.c50 int univ_max = sizeof(univ_name) / sizeof(univ_name[0]); variable
H A Dunivlib.h73 #define UNIV_MAX univ_max
75 extern int univ_max;
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/port/
H A Dastconf.c697 while (n < univ_max && !streq(value, univ_name[n])
699 if (n >= univ_max)
713 if (n <= 0 || n >= univ_max)

Completed in 117 milliseconds