Searched refs:state_func_t (Results 1 – 1 of 1) sorted by relevance
107 typedef long (*state_func_t)(void); typedef108 typedef state_func_t (*state_t)(void);110 static state_func_t single_user(void);111 static state_func_t runcom(void);112 static state_func_t read_ttys(void);113 static state_func_t multi_user(void);114 static state_func_t clean_ttys(void);115 static state_func_t catatonia(void);116 static state_func_t death(void);117 static state_func_t death_single(void);[all …]