Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cron/
H A Dcron.c1975 int n, n2, min, min_gt; in next_ge() local
1981 min_gt = DUMMY; in next_ge()
1987 if ((n > current) && (n < min_gt)) in next_ge()
1988 min_gt = n; in next_ge()
2005 if (min_gt != DUMMY) in next_ge()
2006 return (min_gt); in next_ge()