Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Dinterps.c328 && current_interpreter->procs->command_loop_proc != NULL) in current_interp_command_loop()
329 current_interpreter->procs->command_loop_proc (current_interpreter->data); in current_interp_command_loop()
H A Dinterps.h70 interp_command_loop_ftype *command_loop_proc; member