Home
last modified time | relevance | path

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

/busybox-1.35.0/miscutils/
Dcrond.c110 struct CronLine *cf_lines; member
387 CronLine **pline = &file->cf_lines; in delete_cronfile()
444 pline = &file->cf_lines; in load_crontab()
900 for (line = file->cf_lines; line; line = line->cl_next) { in flag_starting_jobs()
945 for (line = file->cf_lines; line; line = line->cl_next) { in start_jobs()
978 for (line = file->cf_lines; line; line = line->cl_next) { in check_completions()