Home
last modified time | relevance | path

Searched refs:command_exit (Results 1 – 14 of 14) sorted by relevance

/dports/emulators/elliott-803/Elliott-803-0.1.8/emulator/
H A Dcommands.c47 static void command_exit(commands_t *cmd, const wchar_t *name, wchar_t **ptr) { in command_exit() function
453 {L"exit", command_exit}, {L"x", command_exit},
454 {L"quit", command_exit}, {L"q", command_exit},
/dports/devel/py-curio/curio-1.5/curio/
H A Dmonitor.py213 self.command_exit(sout)
224 self.command_exit(sout)
284 def command_exit(self, sout): member in Monitor
/dports/net-mgmt/py-ciscoconfparse/ciscoconfparse-1.5.51/tests/fixtures/devices/
H A Dmock_cisco.py308 command_exit = MockSSH.ArgumentValidatingCommand( variable
329 command_exit,
/dports/net/kippo/kippo-0.9/kippo/commands/
H A Dbase.py53 class command_exit(HoneyPotCommand): class
66 commands['exit'] = command_exit
67 commands['logout'] = command_exit
/dports/security/yersinia/yersinia-8c0d7c5/src/
H A Dcommands-struct.h43 int8_t command_exit(struct term_node *, struct words_array *, int16_t, int8_t, int8_t, u_int8_t, st…
114 …exit", { 0, 0, 1, 1, 0 }, "Exit from current level", "<cr>", command_exit, NULL },
H A Dcommands.c562 return (command_exit(node, warray, j, help, as_param, proto,aux_comm,tab)); in command_disable()
571 command_exit(struct term_node *node, struct words_array *warray, int16_t j, int8_t help, int8_t as_… in command_exit() function
/dports/editors/libreoffice/libreoffice-7.2.6.2/bin/
H A Dsymbolstore.py460 command_exit = cmd.close()
461 if command_exit:
462 if command_exit == 11:
465 … Exception("ERROR - dump_syms error while processing {} (exit code {})".format(file, command_exit))
/dports/security/cowrie/cowrie-2.2.0/src/cowrie/commands/
H A Dbase.py196 class command_exit(HoneyPotCommand): class
207 commands['exit'] = command_exit
208 commands['logout'] = command_exit
/dports/devel/openocd/openocd-0.11.0/src/helper/
H A Dcommand.h299 void command_exit(struct command_context *context);
H A Dcommand.c1360 void command_exit(struct command_context *context) in command_exit() function
/dports/devel/openocd/openocd-0.11.0/src/
H A Dopenocd.c371 command_exit(cmd_ctx); in openocd_main()
/dports/x11/tilda/tilda-tilda-1.5.0/src/
H A Dtilda_terminal.c602 enum command_exit { DROP_TO_DEFAULT_SHELL, RESTART_COMMAND, EXIT_TERMINAL }; in child_exited_cb() enum
/dports/net/scamper/scamper-cvs-20211026/scamper/
H A Dscamper_control.c984 static int command_exit(client_t *client, char *buf) in command_exit() function
2338 {"exit", command_exit}, in client_interactive_cb()
/dports/databases/py-apsw/apsw-3.35.4-r1/tools/
H A Dshell.py1373 def command_exit(self, cmd): member in Shell