Home
last modified time | relevance | path

Searched refs:IDLE_LIST (Results 1 – 15 of 15) sorted by relevance

/dports/irc/epic4/epic4-2.10.9/source/
H A Dclock.c110 do_hook(IDLE_LIST, "%ld", (tv.tv_sec - idle_time.tv_sec) / 60); in reset_standard_clock()
135 do_hook(IDLE_LIST, "%ld", in reset_metric_clock()
/dports/irc/epic5/epic5-2.1.6/source/
H A Dclock.c112 do_hook(IDLE_LIST, INTMAX_FORMAT, (intmax_t)(tv.tv_sec - idle_time.tv_sec) / 60); in reset_standard_clock()
137 do_hook(IDLE_LIST, "%ld", in reset_metric_clock()
/dports/irc/ircII/ircii-20210314/include/
H A Dhook.h91 IDLE_LIST, enumerator
/dports/irc/epic4/epic4-2.10.9/include/
H A Dhook.h43 IDLE_LIST, enumerator
/dports/irc/ninja/ninja-1.5.8.1/include/
H A Dhook.h122 #define IDLE_LIST 23 macro
H A Dhook.h.proto119 #define IDLE_LIST $ macro
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/include/
H A Dhook.h145 IDLE_LIST, enumerator
/dports/irc/epic5/epic5-2.1.6/include/
H A Dhook.h47 IDLE_LIST, enumerator
/dports/chinese/bitchx/bitchx-1.2.1/include/
H A Dhook.h68 IDLE_LIST, enumerator
/dports/irc/bitchx/bitchx-1.2.1/include/
H A Dhook.h68 IDLE_LIST, enumerator
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dirc.c334 if (do_hook(IDLE_LIST, "%lu", (unsigned long)idlet / 60)) in BX_update_clock()
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dirc.c334 if (do_hook(IDLE_LIST, "%lu", (unsigned long)idlet / 60)) in BX_update_clock()
/dports/irc/ircII/ircii-20210314/source/
H A Dstatus.c369 do_hook(IDLE_LIST, "%lld", (long long)(t - idle_time()) / 60L); in update_clock()
/dports/irc/ninja/ninja-1.5.8.1/source/
H A Dstatus.c385 do_hook(IDLE_LIST, "%ld", (t - idle_time) / 60L);
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/source/
H A Dstatus.c451 do_hook(IDLE_LIST, "%ld", (t - idle_time) / 60L);