Home
last modified time | relevance | path

Searched defs:jobtype (Results 1 – 2 of 2) sorted by relevance

/titanic_52/usr/src/cmd/cron/
H A Dcron.c239 short jobtype; /* what type of event: 0=cron, 1=at */ member
758 int jobtype; in read_dirs() local
877 init_atevent(char *name, time_t tim, int jobtype, int first) in init_atevent() argument
999 int jobtype; in mod_atjob() local
1067 add_atevent(struct usr * u,char * job,time_t tim,int jobtype) add_atevent() argument
1094 update_atevent(struct usr * u,char * name,time_t tim,int jobtype) update_atevent() argument
[all...]
H A Dat.c142 static short jobtype = ATEVENT; /* set to 1 if batch job */ variable
[all...]