Home
last modified time | relevance | path

Searched refs:lastbeep (Results 1 – 13 of 13) sorted by relevance

/dports/lang/python-legacy/Python-2.7.18/Demo/curses/
H A Dtclock.py71 lastbeep = -1
135 if (t[5] % 5) == 0 and t[5] != lastbeep:
136 lastbeep = t[5]
/dports/lang/python27/Python-2.7.18/Demo/curses/
H A Dtclock.py71 lastbeep = -1
135 if (t[5] % 5) == 0 and t[5] != lastbeep:
136 lastbeep = t[5]
/dports/devel/ncurses/ncurses-6.3/test/
H A Dtclock.c139 int lastbeep = -1; in main() local
258 && t->tm_sec != lastbeep) { in main()
259 lastbeep = t->tm_sec; in main()
/dports/misc/ipbt/ipbt-r8765/
H A Dterminal.h95 long lastbeep; member
H A Dterminal.c1464 term->lastbeep = FALSE; in term_init()
2747 ticks - term->lastbeep >= (unsigned)term->cfg.bellovl_s) { in term_out()
2763 term->lastbeep = ticks; in term_out()
/dports/games/crossfire-client/crossfire-client-1.75.1/gtk-v2/src/
H A Dstats.c461 static int lastbeep=0; in draw_message_window() local
493 } else if (use_config[CONFIG_FOODBEEP] && cpl.stats.food == 0 && ++lastbeep == 5) { in draw_message_window()
494 lastbeep = 0; in draw_message_window()
/dports/security/putty-nogtk/putty-0.76/
H A Dterminal.h98 long lastbeep; member
H A Dterminal.c1993 term->lastbeep = false; in term_init()
3780 ticks - term->lastbeep >= (unsigned)term->bellovl_s) { in term_out()
3796 term->lastbeep = ticks; in term_out()
/dports/security/putty/putty-0.76/
H A Dterminal.h98 long lastbeep; member
H A Dterminal.c1993 term->lastbeep = false; in term_init()
3780 ticks - term->lastbeep >= (unsigned)term->bellovl_s) { in term_out()
3796 term->lastbeep = ticks; in term_out()
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/
H A Dterminal.h98 long lastbeep; member
/dports/security/putty/putty-0.76/windows/
H A Dwindow.c5578 static long lastbeep = 0; in wintw_bell() local
5581 beepdiff = GetTickCount() - lastbeep; in wintw_bell()
5589 lastbeep = GetTickCount(); in wintw_bell()
5607 static long lastbeep = 0; in wintw_bell() local
5610 beepdiff = GetTickCount() - lastbeep; in wintw_bell()
5622 lastbeep = GetTickCount(); in wintw_bell()
/dports/security/putty-nogtk/putty-0.76/windows/
H A Dwindow.c5578 static long lastbeep = 0; in wintw_bell() local
5581 beepdiff = GetTickCount() - lastbeep; in wintw_bell()
5589 lastbeep = GetTickCount(); in wintw_bell()
5607 static long lastbeep = 0; in wintw_bell() local
5610 beepdiff = GetTickCount() - lastbeep; in wintw_bell()
5622 lastbeep = GetTickCount(); in wintw_bell()