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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dskip.c316 std::string entry_function; local
318 entry_function = function;
320 entry_function = rfunction;
323 rfunction != NULL, std::move (entry_function));
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dskip.c311 std::string entry_function; local
313 entry_function = function;
315 entry_function = rfunction;
318 rfunction != NULL, std::move (entry_function));
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Dcomplete.c2164 rl_completion_matches (const char *text, rl_compentry_func_t *entry_function) argument
2185 while (string = (*entry_function) (text, matches))
2193 if (entry_function == rl_filename_completion_function)
2417 /* Okay, now we write the entry_function for filename completion. In the
/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Dcomplete.c2196 rl_completion_matches (const char *text, rl_compentry_func_t *entry_function) argument
2217 while (string = (*entry_function) (text, matches))
2225 if (entry_function == rl_filename_completion_function)
2449 /* Okay, now we write the entry_function for filename completion. In the

Completed in 211 milliseconds