Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gdb/gdb/cli/
Dcli-script.c1079 int hook_name_size = 0; in define_command() local
1111 hook_name_size = HOOK_LEN; in define_command()
1116 hook_name_size = HOOK_POST_LEN; in define_command()
1122 tem = comname + hook_name_size; in define_command()
1124 if (hookc && strcmp (comname + hook_name_size, hookc->name) != 0) in define_command()