Home
last modified time | relevance | path

Searched refs:tm_total_timeout (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/com32/cmenu/libmenu/
Dcmenu.h194 unsigned long tm_total_timeout; // (in milli seconds) member
Dmenu.c60 if ((ms->tm_total_timeout == 0) || (ms->ontotaltimeout == NULL)) in getch()
63 if (ms->tm_sofar_timeout >= ms->tm_total_timeout) { in getch()
719 ms->tm_total_timeout = 0; in init_menusystem()
887 ms->tm_total_timeout = numcentiseconds * 10; // to convert to milliseconds in reg_ontotaltimeout()