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

/opensolaris-onvv-gate/usr/src/cmd/cron/
H A Dcron.c263 static int cte_nvalid; /* Valid lines found */ variable
1288 * evaluation. If there are erroneous lines only ((cte_nvalid == 0), evaluation
1300 cte_nvalid = 0;
1327 if (cte_nvalid == 0)
1336 cte_nvalid++;
1346 return (cte_nvalid == 0 && cte_free < LINELIMIT);

Completed in 66 milliseconds