Home
last modified time | relevance | path

Searched refs:is_dayand (Results 1 – 3 of 3) sorted by last modified time

/dports/sysutils/fcron/fcron-3.2.1/
H A Dfileconf.c1743 if (is_dayand(cl->cl_option)) in read_period()
1761 if (j != -1 && j < s_dow && is_dayand(cl->cl_option)) in read_period()
H A Ddatabase.c852 ((is_dayand(line->cl_option) && in move_time_to()
1051 if (is_dayand(line->cl_option)) { in set_next_exe()
H A Doption.h179 #define is_dayand(opt) \ macro