Lines Matching defs:hilo
43 int hilo = 0; /* comparison value */
50 hilo = (*s1 < *s2) ? -1 : (*s1 > *s2) ? 1 : 0;
56 if (!hilo)
57 hilo = (*s1 < *s2) ? -1 : (*s1 > *s2) ? 1 : 0;
62 hilo = 1; /* s2 is first */
64 hilo = -1; /* s1 is first */
65 if (hilo)
71 hilo = -1; /* s1 must come first */
76 hilo = 1; /* s2 must come first */
79 hilo = (*s1 < *s2) ? -1 : (*s1 > *s2) ? 1 : 0;
80 if (hilo)
86 return (hilo);
87 if (hilo)
88 return (hilo);