Home
last modified time | relevance | path

Searched refs:sortltype (Results 1 – 4 of 4) sorted by relevance

/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Doptions.c3286 static NEARDATA const char *sortltype[] = { variable
3802 for (i = 0; i < SIZE(sortltype); i++) {
3803 sortl_name = sortltype[i];
4239 for (i=0; i < SIZE(sortltype) && sortname==(char *)NULL; i++) {
4240 if (iflags.sortloot == sortltype[i][0])
4241 sortname = (char *)sortltype[i];
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Doptions.c4248 static NEARDATA const char *sortltype[] = { "none", "loot", "full" }; variable
5089 for (i = 0; i < SIZE(sortltype); i++) {
5090 sortl_name = sortltype[i];
5860 for (i = 0; i < SIZE(sortltype); i++)
5861 if (flags.sortloot == sortltype[i][0]) {
5862 Strcpy(buf, sortltype[i]);
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Doptions.c4248 static NEARDATA const char *sortltype[] = { "none", "loot", "full" }; variable
5089 for (i = 0; i < SIZE(sortltype); i++) {
5090 sortl_name = sortltype[i];
5860 for (i = 0; i < SIZE(sortltype); i++)
5861 if (flags.sortloot == sortltype[i][0]) {
5862 Strcpy(buf, sortltype[i]);
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Doptions.c178 static NEARDATA const char *sortltype[] = { variable
2977 for (i = 0; i < SIZE(sortltype); i++) in optfn_sortloot()
2978 if (flags.sortloot == sortltype[i][0]) { in optfn_sortloot()
2979 Strcpy(opts, sortltype[i]); in optfn_sortloot()
4652 for (i = 0; i < SIZE(sortltype); i++) { in handler_sortloot()
4653 sortl_name = sortltype[i]; in handler_sortloot()