Home
last modified time | relevance | path

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

/dports/math/oleo/oleo-1.99.16/src/
H A Dio-term.h57 extern struct cmd_func * break_cmd;
60 extern struct cmd_func * break_cmd;
H A Dio-term.c166 struct cmd_func * break_cmd; variable
791 find_func (0, &break_cmd, "break"); in init_maps()
H A Dcmd.c1190 if (cur_cmd == break_cmd) in command_loop()
/dports/devel/libslang2/slang-2.3.2/slsh/lib/
H A Dsldbcore.sl131 private define break_cmd (cmd, args, file, line) function
441 Cmd_Table["break"] = &break_cmd;
/dports/lang/gawk/gawk-5.1.1/
H A Dcommand.y208 break_cmd
313 | break_cmd break_args
/dports/misc/gpsim/gpsim-0.31.0/cli/
H A Dparse.yy333 | break_cmd
414 break_cmd
/dports/emulators/qemu5/qemu-5.2.0/
H A Dqemu-io-cmds.c2225 static const cmdinfo_t break_cmd = { variable
2490 qemuio_add_command(&break_cmd); in init_qemuio_commands()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/
H A Dqemu-io-cmds.c2092 static const cmdinfo_t break_cmd = { variable
2364 qemuio_add_command(&break_cmd); in init_qemuio_commands()
/dports/emulators/qemu60/qemu-6.0.0/
H A Dqemu-io-cmds.c2243 static const cmdinfo_t break_cmd = { variable
2508 qemuio_add_command(&break_cmd); in init_qemuio_commands()
/dports/emulators/qemu42/qemu-4.2.1/
H A Dqemu-io-cmds.c2225 static const cmdinfo_t break_cmd = { variable
2497 qemuio_add_command(&break_cmd); in init_qemuio_commands()
/dports/emulators/qemu/qemu-6.2.0/
H A Dqemu-io-cmds.c2248 static const cmdinfo_t break_cmd = { variable
2513 qemuio_add_command(&break_cmd); in init_qemuio_commands()
/dports/emulators/qemu-utils/qemu-4.2.1/
H A Dqemu-io-cmds.c2225 static const cmdinfo_t break_cmd = { variable
2497 qemuio_add_command(&break_cmd); in init_qemuio_commands()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/
H A Dqemu-io-cmds.c2225 static const cmdinfo_t break_cmd = { variable
2497 qemuio_add_command(&break_cmd); in init_qemuio_commands()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/
H A Dqemu-io-cmds.c2248 static const cmdinfo_t break_cmd = { variable
2513 qemuio_add_command(&break_cmd); in init_qemuio_commands()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/
H A Dqemu-io-cmds.c2225 static const cmdinfo_t break_cmd = { variable
2497 qemuio_add_command(&break_cmd); in init_qemuio_commands()
/dports/net/p5-Net-Telnet/Net-Telnet-3.04/lib/Net/
H A DTelnet.pm309 my $break_cmd = "\xff\xf3";
313 &_put($self, \$break_cmd, "break");
/dports/devel/gdb/gdb-11.1/gdb/
H A Dbreakpoint.c15645 cmd_list_element *break_cmd
15649 set_cmd_completer (break_cmd, location_completer);
15651 add_com_alias ("b", break_cmd, class_run, 1);
15652 add_com_alias ("br", break_cmd, class_run, 1);
15653 add_com_alias ("bre", break_cmd, class_run, 1);
15654 add_com_alias ("brea", break_cmd, class_run, 1);