Home
last modified time | relevance | path

Searched refs:fssh_debugger_command_hook (Results 1 – 3 of 3) sorted by relevance

/haiku/headers/private/fs_shell/
H A Dfssh_kernel_export.h41 typedef int (*fssh_debugger_command_hook)(int argc, char **argv); typedef
44 fssh_debugger_command_hook hook, const char *help);
46 fssh_debugger_command_hook hook);
H A Dfssh_api_wrapper.h1005 #define debugger_command_hook fssh_debugger_command_hook
/haiku/src/tools/fs_shell/
H A Dkernel_export.cpp100 fssh_add_debugger_command(const char *name, fssh_debugger_command_hook hook, in fssh_add_debugger_command()
108 fssh_remove_debugger_command(char *name, fssh_debugger_command_hook hook) in fssh_remove_debugger_command()