Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cron/
H A Dcron.c265 static int cte_nvalid; /* Valid lines found */ variable
1329 cte_nvalid = 0; in cte_init()
1356 if (cte_nvalid == 0) in cte_add()
1365 cte_nvalid++; in cte_valid()
1375 return (cte_nvalid == 0 && cte_free < LINELIMIT); in cte_istoomany()