Home
last modified time | relevance | path

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

/titanic_50/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()
999 int jobtype; in mod_atjob() local
1067 add_atevent(struct usr *u, char *job, time_t tim, int jobtype) in add_atevent()
1094 update_atevent(struct usr *u, char *name, time_t tim, int jobtype) in update_atevent()
H A Dat.c142 static short jobtype = ATEVENT; /* set to 1 if batch job */ variable