Home
last modified time | relevance | path

Searched refs:MESSAGE_ACTION (Results 1 – 5 of 5) sorted by relevance

/dports/x11/xautolock/xautolock-2.2/src/
H A Doptions.c205 #define MESSAGE_ACTION(name) \ in TIME_ACTION() macro
214 MESSAGE_ACTION (disable )
215 MESSAGE_ACTION (enable )
216 MESSAGE_ACTION (toggle )
217 MESSAGE_ACTION (exit )
218 MESSAGE_ACTION (lockNow )
219 MESSAGE_ACTION (unlockNow)
220 MESSAGE_ACTION (restart )
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Daqadmtyp.h44 } MESSAGE_ACTION; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Daqadmtyp.h44 } MESSAGE_ACTION; typedef
/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A DMessenger.h36 MESSAGE_ACTION, enumerator
H A DMessenger.c495 if (type > MESSAGE_ACTION) { in m_send_message_generic()