Home
last modified time | relevance | path

Searched refs:OP_QUIT (Results 1 – 25 of 50) sorted by relevance

12

/dports/www/newsboat/newsboat-2.22.1/test/
H A Dkeymap.cpp58 for (int i = OP_QUIT; i < OP_NB_MAX; ++i) {
125 for (int i = OP_QUIT; i < OP_NB_MAX; ++i) {
152 k.set_key(OP_QUIT, "O", "article");
153 REQUIRE(k.get_keys(OP_QUIT, "article") == std::vector<std::string>({"O"}));
154 REQUIRE(k.get_keys(OP_QUIT, "feedlist") == std::vector<std::string>({"q"}));
158 k.set_key(OP_QUIT, "a", "article");
159 k.set_key(OP_QUIT, "d", "article");
273 k.set_key(OP_QUIT, "a", "feedlist");
274 k.set_key(OP_QUIT, "b", "feedlist");
524 REQUIRE(macros[1].op == OP_QUIT);
[all …]
H A Dconfigparser.cpp224 for (int i = OP_QUIT; i < OP_NB_MAX; ++i) {
239 for (int i = OP_QUIT; i < OP_NB_MAX; ++i) {
244 for (int i = OP_QUIT; i < OP_NB_MAX; ++i) {
/dports/www/newsboat/newsboat-2.22.1/src/
H A Dselectformaction.cpp103 case OP_QUIT: in process_operation()
251 static KeyMapHintEntry hints_tag[] = {{OP_QUIT, _("Cancel")}, in get_keymap_hint()
255 static KeyMapHintEntry hints_filter[] = {{OP_QUIT, _("Cancel")}, in get_keymap_hint()
H A Dpbview.cpp176 case OP_QUIT: in run()
363 case OP_QUIT: in run_help()
391 KeyMapHintEntry hints[] = {{OP_QUIT, _("Quit")}, {OP_NIL, nullptr}}; in set_help_keymap_hint()
398 KeyMapHintEntry hints[] = {{OP_QUIT, _("Quit")}, in set_dllist_keymap_hint()
H A Ddialogsformaction.cpp77 static KeyMapHintEntry hints[] = {{OP_QUIT, _("Close")}, in get_keymap_hint()
126 case OP_QUIT: in process_operation()
H A Durlviewformaction.cpp111 case OP_QUIT: in process_operation()
172 static KeyMapHintEntry hints[] = {{OP_QUIT, _("Quit")}, in get_keymap_hint()
H A Ddirbrowserformaction.cpp35 keys->set_key(OP_QUIT, "ESC", id()); in DirBrowserFormAction()
189 case OP_QUIT: in process_operation()
320 static KeyMapHintEntry hints[] = {{OP_QUIT, _("Cancel")}, in get_keymap_hint()
H A Dfilebrowserformaction.cpp37 keys->set_key(OP_QUIT, "ESC", id()); in FileBrowserFormAction()
190 case OP_QUIT: in process_operation()
312 static KeyMapHintEntry hints[] = {{OP_QUIT, _("Cancel")}, in get_keymap_hint()
H A Dhelpformaction.cpp54 case OP_QUIT: in process_operation()
224 static KeyMapHintEntry hints[] = {{OP_QUIT, _("Quit")}, in get_keymap_hint()
H A Ditemviewformaction.cpp396 case OP_QUIT: in process_operation()
482 static KeyMapHintEntry hints[] = {{OP_QUIT, _("Quit")}, in get_keymap_hint()
H A Dfeedlistformaction.cpp497 case OP_QUIT: in process_operation()
621 static KeyMapHintEntry hints[] = {{OP_QUIT, _("Quit")}, in get_keymap_hint()
/dports/deskutils/egroupware/egroupware/swoolepush/vendor/easyswoole/memcache/src/
H A DOpcode.php21 const OP_QUIT = 0x07; define in EasySwoole\\Memcache\\Opcode
/dports/deskutils/egroupware/egroupware/vendor/easyswoole/memcache/src/
H A DOpcode.php21 const OP_QUIT = 0x07; define in EasySwoole\\Memcache\\Opcode
/dports/net/chrony/chrony-4.2/
H A Dprivops.c45 #define OP_QUIT 1099 macro
351 case OP_QUIT: in helper_main()
448 req.op = OP_QUIT; in stop_helper()
/dports/net/chrony-lite/chrony-4.2/
H A Dprivops.c45 #define OP_QUIT 1099 macro
351 case OP_QUIT: in helper_main()
448 req.op = OP_QUIT; in stop_helper()
/dports/japanese/mutt-devel/mutt-1.5.21/
H A Dfunctions.h125 { "quit", OP_QUIT, "q" },
216 { "quit", OP_QUIT, "Q" },
/dports/math/calc/calc-2.14.0.14/
H A Dopcodes.h94 #define OP_QUIT 53L /* quit program */ macro
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-memcache.c63 #define OP_QUIT 0x07 macro
173 { OP_QUIT, "Quit" },
333 case OP_QUIT: in dissect_extras()
385 …if ((opcode == OP_QUIT) || (opcode == OP_QUIT_Q) || (opcode == OP_NO_OP) || (opcode == OP_VERSION)… in dissect_key()
453 …if ((opcode == OP_DELETE) || (opcode == OP_QUIT) || (opcode == OP_FLUSH) || (opcode == OP_NO_OP) … in dissect_value()
1635 case OP_QUIT: in memcache_request_dissector()
1790 *opcode = OP_QUIT; in is_memcache_request_or_reply()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-memcache.c63 #define OP_QUIT 0x07 macro
173 { OP_QUIT, "Quit" },
333 case OP_QUIT: in dissect_extras()
385 …if ((opcode == OP_QUIT) || (opcode == OP_QUIT_Q) || (opcode == OP_NO_OP) || (opcode == OP_VERSION)… in dissect_key()
453 …if ((opcode == OP_DELETE) || (opcode == OP_QUIT) || (opcode == OP_FLUSH) || (opcode == OP_NO_OP) … in dissect_value()
1635 case OP_QUIT: in memcache_request_dissector()
1790 *opcode = OP_QUIT; in is_memcache_request_or_reply()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-memcache.c63 #define OP_QUIT 0x07 macro
173 { OP_QUIT, "Quit" },
333 case OP_QUIT: in dissect_extras()
385 …if ((opcode == OP_QUIT) || (opcode == OP_QUIT_Q) || (opcode == OP_NO_OP) || (opcode == OP_VERSION)… in dissect_key()
453 …if ((opcode == OP_DELETE) || (opcode == OP_QUIT) || (opcode == OP_FLUSH) || (opcode == OP_NO_OP) … in dissect_value()
1635 case OP_QUIT: in memcache_request_dissector()
1790 *opcode = OP_QUIT; in is_memcache_request_or_reply()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-memcache.c63 #define OP_QUIT 0x07 macro
173 { OP_QUIT, "Quit" },
333 case OP_QUIT: in dissect_extras()
385 …if ((opcode == OP_QUIT) || (opcode == OP_QUIT_Q) || (opcode == OP_NO_OP) || (opcode == OP_VERSION)… in dissect_key()
453 …if ((opcode == OP_DELETE) || (opcode == OP_QUIT) || (opcode == OP_FLUSH) || (opcode == OP_NO_OP) … in dissect_value()
1635 case OP_QUIT: in memcache_request_dissector()
1790 *opcode = OP_QUIT; in is_memcache_request_or_reply()
/dports/mail/neomutt/neomutt-20211029/
H A Dfunctions.c206 { "quit", OP_QUIT, "q" },
364 { "quit", OP_QUIT, "Q" },
/dports/www/newsboat/newsboat-2.22.1/include/
H A Dkeymap.h38 OP_QUIT, enumerator
/dports/security/gnupg/gnupg-2.3.3/tests/gpgscm/
H A Dopdefines.h160 _OP_DEF("quit", 0, 1, TST_NUMBER, OP_QUIT
/dports/cad/gerbv/gerbv-2.7.0/src/
H A Dopdefines.h154 …uit", 0, 1, TST_NUMBER, OP_QUIT )

12