Home
last modified time | relevance | path

Searched defs:hook_command (Results 1 – 9 of 9) sorted by relevance

/dports/devel/z88dk/z88dk/test/machine/
H A Dmachine.h33 typedef void (*hook_command)(Z80 *R); typedef
/dports/irc/hexchat/hexchat-2.16.0/plugins/perl/lib/
H A DHexChat.pm160 sub hook_command { subroutine
/dports/devel/radare2/radare2-5.1.1/libr/anal/
H A Desil_stats.c10 static int hook_command(RAnalEsil *esil, const char *op) { in hook_command() function
/dports/devel/z88dk/z88dk/src/ticks/
H A Dticks.h110 typedef void (*hook_command)(void); typedef
/dports/net-im/mcabber/mcabber-1.1.2/mcabber/
H A Dhooks.c623 const char *hook_command; in hk_postconnect() local
649 const char *hook_command; in hk_predisconnect() local
/dports/net/self-service-password/ltb-project-self-service-password-1.4/lib/
H A Dfunctions.inc.php680 function hook_command($hook, $login, $newpassword, $oldpassword = null, $hook_password_encodebase64… function
/dports/irc/hexchat/hexchat-2.16.0/plugins/python/
H A D_hexchat.py224 def hook_command(command, callback, userdata=None, priority=PRI_NORM, help=None): function
/dports/irc/weechat-otr/weechat-otr-1.9.2/weechat_otr_test/
H A Dmock_weechat.py181 def hook_command(*args): member in MockWeechat
/dports/devel/radare2/radare2-5.1.1/libr/include/
H A Dr_anal.h1121 int (*hook_command)(ESIL *esil, const char *op); member