Searched defs:cte_nvalid (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cron/
H A Dcron.c266 static int cte_nvalid; /* Valid lines found */ variable
1291 * evaluation. If there are erroneous lines only ((cte_nvalid == 0), evaluation
1303 cte_nvalid = 0;
1330 if (cte_nvalid == 0)
1339 cte_nvalid++;
1349 return (cte_nvalid == 0 && cte_free < LINELIMIT);

Completed in 85 milliseconds