Home
last modified time | relevance | path

Searched refs:keyn (Results 1 – 25 of 70) sorted by relevance

123

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dstartup.cc805 const auto keyn = ev.key(); in on_show() local
808 if (key_is_escape(keyn) || keyn == CK_MOUSE_CMD) in on_show()
818 else if (keyn == '?') in on_show()
823 else if (keyn == CONTROL('P')) in on_show()
828 else if (keyn == '*') in on_show()
833 else if (keyn == CONTROL('U')) in on_show()
839 if (keyn == ' ' && first_action) in on_show()
847 else if (iswalnum(keyn) || keyn == '-' || keyn == '.' in on_show()
848 || keyn == '_' || keyn == ' ') in on_show()
853 input_string += stringize_glyph(keyn); in on_show()
[all …]
H A Dshout.cc545 const int keyn = get_ch(); in _issue_orders_prompt() local
547 return keyn; in _issue_orders_prompt()
559 static bool _issue_order(int keyn, int &mons_targd) in _issue_order() argument
567 switch (keyn) in _issue_order()
572 if (keyn == 'f') in _issue_order()
691 const int keyn = _issue_orders_prompt(); in issue_orders() local
692 if (keyn == '!' || keyn == 't') // '!' for [very] old keyset in issue_orders()
700 if (!_issue_order(keyn, mons_targd)) in issue_orders()
706 _set_friendly_foes(keyn == 's' || keyn == 'w'); in issue_orders()
H A Dskill-menu.cc1093 void SkillMenu::select(skill_type sk, int keyn) in select() argument
1105 toggle_practise(sk, keyn); in select()
1107 || keyn >= 'A' && keyn <= 'Z') in select()
1490 void SkillMenu::toggle_practise(skill_type sk, int keyn) in toggle_practise() argument
1493 if (keyn >= 'A' && keyn <= 'Z') in toggle_practise()
1516 if (m_ff->get_active_item() != nullptr && keyn == CK_ENTER) in toggle_practise()
1729 const auto keyn = ev.key(); in skill_menu() local
1733 if (!skm.process_key(keyn)) in skill_menu()
1735 switch (keyn) in skill_menu()
1798 skm.select(sk, keyn); in skill_menu()
H A Dskill-menu.h160 void select(skill_type sk, int keyn);
204 void toggle_practise(skill_type sk, int keyn);
/dports/dns/dhisd/dhisd-5.5/
H A Dddb.c165 char keyn[1024]; in file_db_reload() local
184 keyn[0]='\0'; in file_db_reload()
225 strcat(keyn,line_entry(2,str)); in file_db_reload()
226 if((cp=strchr(keyn,';'))!=NULL) in file_db_reload()
236 if(rec->atype==AQRC && keyn[0]=='\0') in file_db_reload()
241 mpz_set_str(rec->mauthn,keyn,10); in file_db_reload()
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dnewgame.cc2578 char keyn; in choose_race() local
2627 keyn = getch(); in choose_race()
2628 if (keyn == 0) in choose_race()
2635 if (keyn == '?') in choose_race()
2645 switch (keyn) in choose_race()
2749 char keyn; in choose_class() local
2814 keyn = getch(); in choose_class()
2815 if (keyn == 0) in choose_class()
2822 if (keyn == 'a') in choose_class()
2898 else if (keyn == 'x' || keyn == ESCAPE) in choose_class()
[all …]
H A Dspl-book.cc915 unsigned char keyn = getch(); in spellbook_contents() local
917 if (keyn == 0) in spellbook_contents()
925 return (keyn); // try to figure out that for which this is used {dlb} in spellbook_contents()
/dports/net/storj/storj-1.45.3/cmd/uplinkng/
H A Dexternal_migrate.go95 keyn, valuen := node.Content[i], node.Content[i+1]
96 key, value := keyn.Value, valuen.Value
99 if keyn.Kind != yaml.ScalarNode {
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-apps/src/main/java/org/unicode/cldr/web/
H A DLocaleChangeRegistry.java24 private static int keyn = 0;
32 return CookieSession.cheapEncode(++keyn) + ":LCR";
/dports/math/oleo/oleo-1.99.16/src/
H A Dregions.c800 int keyn; in cmp_cells() local
806 for (keyn = 0; keyn < sort_keys_num; keyn++) in cmp_cells()
808 row1 = sort_rng.lr + (n1 * erdiff) + sort_keys[keyn].row; in cmp_cells()
809 col1 = sort_rng.lc + (n1 * ecdiff) + sort_keys[keyn].col; in cmp_cells()
810 row2 = sort_rng.lr + (n2 * erdiff) + sort_keys[keyn].row; in cmp_cells()
811 col2 = sort_rng.lc + (n2 * ecdiff) + sort_keys[keyn].col; in cmp_cells()
814 …io_error_msg ("Cmp %u %u r%uc%u <-%u-> r%uc%u", n1, n2, row1, col1, sort_keys[keyn].mult, row2, c… in cmp_cells()
916 return cmpval * sort_keys[keyn].mult; in cmp_cells()
/dports/www/matomo/piwik/libs/HTML/QuickForm2/Renderer/
H A DSmarty.php171 $keyn = $this->options['key_id'] ? 'id' : 'name';
181 $key_val = $ary[$keyn];
/dports/audio/snd/snd-21.2/sndins/
H A Dsndins.c844 int i, keyn, argn, vals, lst_len, size; in c_make_fcomb() local
865 keyn = 0; in c_make_fcomb()
867 orig_arg[keyn], scaler); in c_make_fcomb()
868 keyn++; in c_make_fcomb()
870 orig_arg[keyn], size); in c_make_fcomb()
873 keys[keyn], "size < 0?"); in c_make_fcomb()
876 keys[keyn], "size too large"); in c_make_fcomb()
877 keyn++; in c_make_fcomb()
879 orig_arg[keyn], a0); in c_make_fcomb()
880 keyn++; in c_make_fcomb()
[all …]
/dports/devel/p5-Config-Merge/Config-Merge-1.04/
H A DREADME287 the style of Template Toolkit: "('key1.key2.keyn')".
329 $val = $config->C('key1.key2.keyn');
330 $val = $config->C('key1.key2.keyn',$hash_ref);
334 $val = $config->('key1.key2.keyn');
335 $val = $config->('key1.key2.keyn',$hash_ref);
339 $val = C('key1.key2.keyn');
340 $val = C('key1.key2.keyn',$hash_ref);
344 "C('key1.key2.keyn')" returns everything from "keyn" down, so you
/dports/biology/bwa/bwa-0.7.17/
H A DQSufSort.c198 qsint_t keyl, keym, keyn; in QSufSortChoosePivot() local
219 keyn = med3(key1, key2, key3); in QSufSortChoosePivot()
221 return med3(keyl, keym, keyn); in QSufSortChoosePivot()
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Daes_ccm_plug.c419 static unsigned char keyn[] = { 196, 207, 34, 224, 182, 57, 124, 160, 137, 16, 17, 116, 14, 245, 30… variable
481 …aes_ccm_encrypt_and_tag(keyn, 256, ptnlen, ivn, 13, addn, 16, ptn, // iv length of 13 is confirmed… in main()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/netcdf/
H A Dnetcdfvirtual.h58 SG_Exception_DupName(const char * keyn, const char* dsname) : in SG_Exception_DupName() argument
59 …err_msg(std::string("The key ") + std::string(keyn) + std::string(" already exists in") + std::str… in SG_Exception_DupName()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/netcdf/
H A Dnetcdfvirtual.h58 SG_Exception_DupName(const char * keyn, const char* dsname) : in SG_Exception_DupName() argument
59 …err_msg(std::string("The key ") + std::string(keyn) + std::string(" already exists in") + std::str… in SG_Exception_DupName()
/dports/graphics/gdal/gdal-3.3.3/frmts/netcdf/
H A Dnetcdfvirtual.h58 SG_Exception_DupName(const char * keyn, const char* dsname) : in SG_Exception_DupName() argument
59 …err_msg(std::string("The key ") + std::string(keyn) + std::string(" already exists in") + std::str… in SG_Exception_DupName()
/dports/games/redeclipse16/base-1.6.0/src/engine/
H A Drendertext.cpp707 const char *keyn = str; in key_widthf() local
708 if(*str == '=') keyn = gettklp(++str); in key_widthf()
710 explodelist(keyn, list); in key_widthf()
735 const char *keyn = str; in draw_key() local
736 if(*str == '=') keyn = gettklp(++str); in draw_key()
738 explodelist(keyn, list); in draw_key()
/dports/games/redeclipse/base-2.0.0/src/engine/
H A Drendertext.cpp738 const char *keyn = str; in key_widthf() local
739 if(*str == '=') keyn = gettklp(++str); in key_widthf()
741 explodelist(keyn, list); in key_widthf()
766 const char *keyn = str; in draw_key() local
767 if(*str == '=') keyn = gettklp(++str); in draw_key()
769 explodelist(keyn, list); in draw_key()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DX11Keyboard.cs737 for (int keyn = 0; keyn < layout.Keys.Length; keyn++) { in CreateConversionArray()
738 int ml = Math.Min (layout.Keys [keyn].Length, 4); in CreateConversionArray()
741 sbyte ck = (sbyte) layout.Keys [keyn][i]; in CreateConversionArray()
746 maxval = keyn; in CreateConversionArray()
/dports/dns/packetq/PacketQ-1.4.1/src/
H A Dserver.cpp504 std::string keyn = key; in add_param() local
505 keyn += cnt; in add_param()
506 m_params[keyn] = val; in add_param()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/db/
H A Ddb_tailing_iter_test.cc176 Slice keyn(buf3, 20); in TEST_F() local
177 ASSERT_OK(Put(1, keyn, value)); in TEST_F()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/db/
H A Ddb_tailing_iter_test.cc176 Slice keyn(buf3, 20); in TEST_F() local
177 ASSERT_OK(Put(1, keyn, value)); in TEST_F()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/rocksdb/db/
H A Ddb_tailing_iter_test.cc176 Slice keyn(buf3, 20); in TEST_F() local
177 ASSERT_OK(Put(1, keyn, value)); in TEST_F()

123