Searched refs:where_is_internal (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/texinfo/info/
H A Dinfodoc.c188 static char *where_is_internal (Keymap map, InfoCommand *cmd);
338 && !where_is_internal (info_keymap, cmd)
339 && !where_is_internal (echo_area_keymap, cmd))
1069 rep = where_is_internal (map, cmd);
1080 rep = where_is_internal (map, InfoCmd(info_execute_command));
1094 where_is_internal (Keymap map, InfoCommand *cmd)
1108 where_is_internal without setting where_is_rep_index to zero. This
1139 rep = where_is_internal ((Keymap)map[i].function, cmd);
1093 where_is_internal (Keymap map, InfoCommand *cmd) function

Completed in 258 milliseconds