HomeSort by: relevance | last modified time | path
    Searched refs:hook_in (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/cli/
cli-decode.h 59 hook_in (0),
156 unsigned int hook_in : 1; member in struct:cmd_list_element
cli-script.c 367 m_cmd->hook_in = 0;
381 if ((c->hook_pre) && (!c->hook_in))
384 c->hook_in = 1; /* Prevent recursive hooking. */
392 if ((c->hook_post) && (!c->hook_in))
395 c->hook_in = 1; /* Prevent recursive hooking. */
  /src/external/gpl3/gdb/dist/gdb/cli/
cli-decode.h 59 hook_in (0),
161 unsigned int hook_in : 1; member in struct:cmd_list_element
cli-script.c 367 m_cmd->hook_in = 0;
381 if ((c->hook_pre) && (!c->hook_in))
384 c->hook_in = 1; /* Prevent recursive hooking. */
392 if ((c->hook_post) && (!c->hook_in))
395 c->hook_in = 1; /* Prevent recursive hooking. */
  /src/crypto/external/bsd/openssh/dist/
packet.c 218 ssh_packet_hook_fn *hook_in; member in struct:session_state
274 ssh->state->hook_in = hook;
1824 if (state->hook_in != NULL &&
1825 (r = state->hook_in(ssh, state->incoming_packet, typep,

Completed in 20 milliseconds