Home
last modified time | relevance | path

Searched refs:hook_in (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-script.c214 c->hook_in = 0; /* Allow hook to work again once it is complete */ in clear_hook_in_cleanup()
220 if ((c->hook_pre) && (!c->hook_in)) in execute_cmd_pre_hook()
223 c->hook_in = 1; /* Prevent recursive hooking */ in execute_cmd_pre_hook()
232 if ((c->hook_post) && (!c->hook_in)) in execute_cmd_post_hook()
235 c->hook_in = 1; /* Prevent recursive hooking */ in execute_cmd_post_hook()
H A Dcli-decode.h128 int hook_in; member
H A Dcli-decode.c172 c->hook_in = 0; in add_cmd()
/openbsd/usr.bin/ssh/
H A Dpacket.c203 ssh_packet_hook_fn *hook_in; member
257 ssh->state->hook_in = hook; in ssh_packet_set_input_hook()
1745 if (state->hook_in != NULL && in ssh_packet_read_poll2()
1746 (r = state->hook_in(ssh, state->incoming_packet, typep, in ssh_packet_read_poll2()
/openbsd/gnu/usr.bin/binutils/gdb/
H A DChangeLog-2000970 for the post hook command operation. Added hook_in so that an executing
H A DChangeLog-200211933 hook_in is cleared.