Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cron/
H A Dcron.c2006 int n, n2, min, min_gt; in next_ge() local
2012 min_gt = DUMMY; in next_ge()
2018 if ((n > current) && (n < min_gt)) in next_ge()
2019 min_gt = n; in next_ge()
2036 if (min_gt != DUMMY) in next_ge()
2037 return (min_gt); in next_ge()