TinyMUSH 3.3
TinyMUSH Server
Loading...
Searching...
No Matches
Classes | Typedefs | Functions | Variables
timer.c File Reference

Subroutines for (system-) timed events. More...

#include "config.h"
#include "constants.h"
#include "typedefs.h"
#include "macros.h"
#include "externs.h"
#include "prototypes.h"
#include <ctype.h>
#include <string.h>
#include <sys/resource.h>
#include <unistd.h>
Include dependency graph for timer.c:

Classes

struct  cron_entry
 

Typedefs

typedef struct cron_entry CRONTAB
 

Functions

void check_cron (void)
 
char * parse_cronlist (dbref player, unsigned char *bits, int low, int high, char *bufp)
 
int call_cron (dbref player, dbref thing, int attrib, char *timestr)
 
void do_cron (dbref player, __attribute__((unused)) dbref cause, __attribute__((unused)) int key, char *objstr, char *timestr)
 
int cron_clr (dbref thing, int attr)
 
void do_crondel (dbref player, __attribute__((unused)) dbref cause, __attribute__((unused)) int key, char *objstr)
 
void do_crontab (dbref player, __attribute__((unused)) dbref cause, __attribute__((unused)) int key, char *objstr)
 
void init_timer (void)
 
void dispatch (void)
 
void do_timewarp (dbref player, dbref cause, int key, char *arg)
 

Variables

CRONTABcron_head = NULL
 

Detailed Description

Subroutines for (system-) timed events.

Author
TinyMUSH development team (https://github.com/TinyMUSH)
Version
3.3
Date
2021-01-04