Searched refs:current_monitor (Results 1 – 3 of 3) sorted by relevance
108 static struct monitor_ops *current_monitor; variable472 if ((current_monitor->flags & MO_HANDLE_NL) != 0) in readchar()671 return monitor_expect (current_monitor->prompt, buf, buflen); in monitor_expect_prompt()792 current_monitor = mon_ops; in monitor_open()797 if (current_monitor->stop) in monitor_open()800 if ((current_monitor->flags & MO_NO_ECHO_ON_OPEN) == 0) in monitor_open()813 if ((current_monitor->flags & MO_NO_ECHO_ON_OPEN) == 0) in monitor_open()849 monitor_printf (current_monitor->line_term); in monitor_open()938 if (current_monitor->flags & MO_RUN_FIRST_TIME && first_time == 1) in monitor_resume()942 if (current_monitor->flags & MO_NEED_REGDUMP_AFTER_CONT) in monitor_resume()[all …]
3274 (mon960_load): Use current_monitor instead of mon960_cmds.3342 (current_monitor): Remove decl.3345 * monitor.c: Expand old macro into current_monitor derefs3347 * remote-os9k.c (current_monitor): Remove definition.
226 u_int8_t current_monitor; member