Searched refs:choices (Results 1 - 17 of 17) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dcmd.c338 const struct ext_func_tab *choices[MAX_EXT_CMD]; local
353 /* populate choices */
356 choices[i++] = efp;
370 choices[i] = (struct ext_func_tab *)0;
387 for(i = 0; choices[i]; ++i) {
388 accelerator = choices[i]->ef_txt[matchlevel];
401 Sprintf(prompt, "%s [%s]", choices[i]->ef_txt,
402 choices[i]->ef_desc);
404 Sprintf(prompt, "%s or %s", choices[i-1]->ef_txt,
405 choices[
[all...]
H A Dapply.c1841 const char *streak_color, *choices; local
1854 choices = (tstone->otyp == TOUCHSTONE && tstone->dknown &&
1857 if ((obj = getobj(choices, stonebuf)) == 0)
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dcmd.c338 const struct ext_func_tab *choices[MAX_EXT_CMD]; local
353 /* populate choices */
356 choices[i++] = efp;
370 choices[i] = (struct ext_func_tab *)0;
387 for(i = 0; choices[i]; ++i) {
388 accelerator = choices[i]->ef_txt[matchlevel];
401 Sprintf(prompt, "%s [%s]", choices[i]->ef_txt,
402 choices[i]->ef_desc);
404 Sprintf(prompt, "%s or %s", choices[i-1]->ef_txt,
405 choices[
[all...]
H A Dapply.c1841 const char *streak_color, *choices; local
1854 choices = (tstone->otyp == TOUCHSTONE && tstone->dknown &&
1857 if ((obj = getobj(choices, stonebuf)) == 0)
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dqt_win.h758 const char* choices; member in class:NetHackQtYnDialog
830 static char qt_yn_function(const char *question, const char *choices, CHAR_P def);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dqt_win.h758 const char* choices; member in class:NetHackQtYnDialog
830 static char qt_yn_function(const char *question, const char *choices, CHAR_P def);
/seL4-refos-master/kernel/manual/tools/
H A Dparse_doxygen_xml.py542 parser.add_argument("-f", "--format", choices=["latex", "markdown"],
/seL4-refos-master/libs/libmuslc/
H A Dconfigure45 Use these variables to override the choices made by configure.
/seL4-refos-master/kernel/manual/tools/libsel4_tools/
H A Dsyscall_stub_gen.py1050 parser.add_argument("-a", "--arch", dest="arch", required=True, choices=WORD_SIZE_BITS_ARCH,
H A Dbitfield_gen.py2664 choices=list(INCLUDES.keys())) variable
/seL4-refos-master/kernel/libsel4/tools/
H A Dsyscall_stub_gen.py1050 parser.add_argument("-a", "--arch", dest="arch", required=True, choices=WORD_SIZE_BITS_ARCH,
H A Dbitfield_gen.py2664 choices=list(INCLUDES.keys())) variable
/seL4-refos-master/libs/libsel4/tools/
H A Dsyscall_stub_gen.py1050 parser.add_argument("-a", "--arch", dest="arch", required=True, choices=WORD_SIZE_BITS_ARCH,
H A Dbitfield_gen.py2664 choices=list(INCLUDES.keys())) variable
/seL4-refos-master/kernel/tools/
H A Dbitfield_gen.py2664 choices=list(INCLUDES.keys())) variable
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex531 a menu of choices, or with a command line prompt requesting information. Which
539 Here, ``{\tt a-zA-Z}'' are the inventory letters of your possible choices.
747 it, depending on your user interface). For the non-boolean choices,
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex531 a menu of choices, or with a command line prompt requesting information. Which
539 Here, ``{\tt a-zA-Z}'' are the inventory letters of your possible choices.
747 it, depending on your user interface). For the non-boolean choices,

Completed in 149 milliseconds