OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:t_timeout_handler
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/com32/cmenu/libmenu/
cmenu.h
150
typedef TIMEOUTCODE(*
t_timeout_handler
) (void);
typedef
189
t_timeout_handler
ontimeout; // Timeout handler
197
t_timeout_handler
ontotaltimeout; // Total timeout handler
252
void reg_ontimeout(
t_timeout_handler
, unsigned int numsteps,
258
void reg_ontotaltimeout(
t_timeout_handler
, unsigned long numcentiseconds);
menu.c
45
t_timeout_handler
th;
867
void reg_ontimeout(
t_timeout_handler
handler, unsigned int numsteps,
882
void reg_ontotaltimeout(
t_timeout_handler
handler,
[
all
...]
Completed in 262 milliseconds