Home
last modified time | relevance | path

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

/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Dsymbols.c100 get_othersym(int idx, int which_set UNUSED) in get_othersym()
218 clear_symsetentry(int which_set, boolean name_too) in clear_symsetentry() argument
220 if (g.symset[which_set].desc) in clear_symsetentry()
221 free((genericptr_t) g.symset[which_set].desc); in clear_symsetentry()
222 g.symset[which_set].desc = (char *) 0; in clear_symsetentry()
224 g.symset[which_set].handling = H_UNK; in clear_symsetentry()
225 g.symset[which_set].nocolor = 0; in clear_symsetentry()
227 g.symset[which_set].primary = 0; in clear_symsetentry()
230 if (g.symset[which_set].name) in clear_symsetentry()
231 free((genericptr_t) g.symset[which_set].name); in clear_symsetentry()
[all …]
H A Dfiles.c3539 read_sym_file(int which_set) argument
3543 g.symset[which_set].explicitly = FALSE;
3547 g.symset[which_set].explicitly = TRUE;
3549 g.symset_which_set = which_set;
3561 if (g.symset[which_set].name
3577 if (g.symset[which_set].name) {
3586 g.symset[which_set].name ? g.symset[which_set].name
3600 parse_sym_line(char *buf, int which_set) argument
3647 if (!g.symset[which_set].name) {
3765 if (which_set == PRIMARY) {
[all …]
H A Doptions.c7744 load_symset(const char *s, int which_set) in load_symset() argument
7746 clear_symsetentry(which_set, TRUE); in load_symset()
7748 if (g.symset[which_set].name) in load_symset()
7749 free((genericptr_t) g.symset[which_set].name); in load_symset()
7750 g.symset[which_set].name = dupstr(s); in load_symset()
7752 if (read_sym_file(which_set)) { in load_symset()
7755 clear_symsetentry(which_set, TRUE); in load_symset()
7773 parsesymbols(register char *opts, int which_set) in parsesymbols() argument
7781 if (!parsesymbols(op, which_set)) in parsesymbols()
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Ddrawing.c403 get_othersym(idx, which_set) in get_othersym() argument
404 int idx, which_set; in get_othersym()
409 if (which_set == ROGUESET)
582 clear_symsetentry(which_set, name_too) in clear_symsetentry() argument
583 int which_set; in clear_symsetentry()
586 if (symset[which_set].desc)
590 symset[which_set].handling = H_UNK;
591 symset[which_set].nocolor = 0;
593 symset[which_set].primary = 0;
594 symset[which_set].rogue = 0;
[all …]
H A Dfiles.c3255 read_sym_file(which_set) in read_sym_file() argument
3256 int which_set; in read_sym_file()
3267 symset_which_set = which_set;
3278 if (symset[which_set].name
3286 if (symset[which_set].name) {
3295 symset[which_set].name ? symset[which_set].name
3310 parse_sym_line(buf, which_set) in parse_sym_line() argument
3312 int which_set;
3359 if (!symset[which_set].name) {
3498 set_symhandling(handling, which_set) in set_symhandling() argument
[all …]
H A Doptions.c5431 res = read_sym_file(which_set);
5563 if (symset[which_set].name) {
6082 load_symset(s, which_set) in load_symset() argument
6084 int which_set;
6086 clear_symsetentry(which_set, TRUE);
6088 if (symset[which_set].name)
6090 symset[which_set].name = dupstr(s);
6092 if (read_sym_file(which_set)) {
6114 parsesymbols(opts, which_set) in parsesymbols() argument
6116 int which_set;
[all …]
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Ddrawing.c403 get_othersym(idx, which_set) in get_othersym() argument
404 int idx, which_set; in get_othersym()
409 if (which_set == ROGUESET)
582 clear_symsetentry(which_set, name_too) in clear_symsetentry() argument
583 int which_set; in clear_symsetentry()
586 if (symset[which_set].desc)
590 symset[which_set].handling = H_UNK;
591 symset[which_set].nocolor = 0;
593 symset[which_set].primary = 0;
594 symset[which_set].rogue = 0;
[all …]
H A Dfiles.c3255 read_sym_file(which_set) in read_sym_file() argument
3256 int which_set; in read_sym_file()
3267 symset_which_set = which_set;
3278 if (symset[which_set].name
3286 if (symset[which_set].name) {
3295 symset[which_set].name ? symset[which_set].name
3310 parse_sym_line(buf, which_set) in parse_sym_line() argument
3312 int which_set;
3359 if (!symset[which_set].name) {
3498 set_symhandling(handling, which_set) in set_symhandling() argument
[all …]
H A Doptions.c5431 res = read_sym_file(which_set);
5563 if (symset[which_set].name) {
6082 load_symset(s, which_set) in load_symset() argument
6084 int which_set;
6086 clear_symsetentry(which_set, TRUE);
6088 if (symset[which_set].name)
6090 symset[which_set].name = dupstr(s);
6092 if (read_sym_file(which_set)) {
6114 parsesymbols(opts, which_set) in parsesymbols() argument
6116 int which_set;
[all …]
/dports/games/xnethack/xNetHack-xnh6.1/win/Qt/
H A Dqt_set.h33 void updateXcmd(bool by_row, int which_set);
H A Dqt_set.cpp285 void NetHackQtSettings::updateXcmd(bool by_row, int which_set) in updateXcmd() argument
290 xcmd_set = which_set; in updateXcmd()
/dports/games/alephone/alephone-release-20190331/Source_Files/Misc/
H A Dvbl.cpp960 int16 which_set; in parse_mml_keyboard() local
961 if (!root.read_indexed("set", which_set, NUMBER_OF_KEY_SETUPS)) in parse_mml_keyboard()
974 all_key_definitions[which_set][index].offset = static_cast<SDL_Scancode>(keycode); in parse_mml_keyboard()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/dat/des/branches/
H A Dtomb.des62 local which_set = 0
69 which_set = i
73 dgn.persist.tomb_guardian_sets[which_set] =
74 dgn.persist.tomb_guardian_sets[which_set] + 1
76 e.mons(sets[which_set] .. nothing)
78 e.mons(sets[which_set])
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h635 unsigned short which_set:16; member
1886 void playgame(int *players, unsigned which_set, int useSavedGame);
H A Dopenbor.c21818 current_set = which_set; in playgame()
21820 if(which_set>=num_difficulties) return; in playgame()
21824 PLAYER_LIVES = difflives[which_set]; in playgame()
21825 musicoverlap=diffoverlap[which_set]; in playgame()
21826 fade=custfade[which_set]; in playgame()
21827 CONTINUES = diffcreds[which_set]; in playgame()
21828 magic_type = typemp[which_set]; in playgame()
21832 sameplayer = same[which_set]; in playgame()
21869 for(i=0; i<num_levels[which_set]; i++) in playgame()
21898 if(!noshowhof[which_set]) hallfame(1); in playgame()
[all …]
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h637 unsigned short which_set:16; member
1917 void playgame(int *players, unsigned which_set, int useSavedGame);
H A Dopenbor.c21752 save->which_set = current_set; in savelevelinfo()
22160 void playgame(int *players, unsigned which_set, int useSavedGame) in playgame() argument
22165 current_set = which_set; in playgame()
22170 if(which_set>=num_difficulties) return; in playgame()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h650 unsigned which_set; member
1958 void playgame(int *players, unsigned which_set, int useSavedGame);
H A Dopenbor.c29210 save->which_set = current_set; in savelevelinfo()
29621 void playgame(int *players, unsigned which_set, int useSavedGame) in playgame() argument
29626 current_set = which_set; in playgame()
29634 if(which_set >= num_difficulties) in playgame()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h1281 unsigned which_set; member
2761 void playgame(int *players, unsigned which_set, int useSavedGame);
H A Dopenbor.c33169 save->which_set = current_set; in savelevelinfo()
33681 void playgame(int *players, unsigned which_set, int useSavedGame) in playgame() argument
33686 current_set = which_set; in playgame()
33694 if(which_set >= num_difficulties) in playgame()
H A Dopenborscript.c18557 (*pretvar)->lVal = (LONG)slot->which_set; in openbor_getsaveinfo()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h1723 unsigned which_set; member
3361 void playgame(int *players, unsigned which_set, int useSavedGame);
H A Dopenbor.c36343 save->which_set = current_set; in savelevelinfo()
37153 void playgame(int *players, unsigned which_set, int useSavedGame) in playgame() argument
37158 current_set = which_set; in playgame()
37166 if(which_set >= num_difficulties) in playgame()
H A Dopenborscript.c15310 (*pretvar)->lVal = (LONG)slot->which_set; in openbor_getsaveinfo()