Searched refs:indexoffset (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Doptions.c2331 doset_add_menu(win, option, indexoffset)
2334 int indexoffset; /* value to add to index in compopt[], or zero
2343 if (indexoffset == 0) {
2351 any.a_int = i + 1 + indexoffset;
2378 int indexoffset, startpass, endpass; local
2417 indexoffset = boolcount;
2460 (pass == DISP_IN_GAME) ? 0 : indexoffset);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Doptions.c2331 doset_add_menu(win, option, indexoffset)
2334 int indexoffset; /* value to add to index in compopt[], or zero
2343 if (indexoffset == 0) {
2351 any.a_int = i + 1 + indexoffset;
2378 int indexoffset, startpass, endpass; local
2417 indexoffset = boolcount;
2460 (pass == DISP_IN_GAME) ? 0 : indexoffset);

Completed in 41 milliseconds