Home
last modified time | relevance | path

Searched refs:cmd_Quit (Results 1 – 7 of 7) sorted by relevance

/dports/databases/pspg/pspg-5.3.4/src/
H A Dcommands.c179 case cmd_Quit: in cmd_string()
389 return cmd_Quit; in translate_event()
400 return cmd_Quit; in translate_event()
419 return cmd_Quit; in translate_event()
422 return cmd_Quit; in translate_event()
H A Dmenu.c29 {"Quit", false, 10, cmd_Quit, 0},
35 {"Quit", false, 3, cmd_Quit, 0},
39 {"Quit", false, 10, cmd_Quit, 0},
80 {"E~x~it", cmd_Quit, "q, F10", 0, 0, 0, NULL},
H A Dcommands.h77 cmd_Quit, enumerator
H A Dbscommands.c673 *next_command = cmd_Quit; in parse_and_eval_bscommand()
H A Dpspg.c3606 if (command == cmd_Quit) in main()
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dcmd_quit.c22 static int cmd_Quit(void *data, const char *input) { in cmd_Quit() function
50 return cmd_Quit (core, input); in cmd_quit()
H A Dcmd.c7566 {"Q", "alias for q!", cmd_Quit, NULL, &Q_help}, in r_core_cmd_init()