Home
last modified time | relevance | path

Searched defs:choices (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/llvm/llvm/utils/
H A Dabtest.py100 def check_sanity(choices, perform_test): argument
116 def check_sequentially(choices, perform_test): argument
131 def check_bisect(choices, perform_test): argument
/openbsd-src/gnu/usr.bin/texinfo/info/
H A Dvariables.h39 char **choices; /* Array of strings or NULL if numeric only. */ member
/openbsd-src/gnu/usr.bin/binutils/gdb/vx-share/
H A Dxdr_ptrace.c65 static struct xdr_discrim choices[] = local
/openbsd-src/lib/libc/crypt/
H A Dcryptutil.c59 const char *choices[] = { "blowfish", "bcrypt" }; in crypt_newhash() local
/openbsd-src/games/phantasia/
H A Dio.c317 getanswer(char *choices, bool def) in getanswer()
/openbsd-src/lib/libc/rpc/
H A Dxdr.c566 struct xdr_discrim *choices, /* [value, xdr proc] for each arm */ in xdr_union()
/openbsd-src/sys/dev/pci/drm/radeon/
H A Dradeon_vm.c184 unsigned choices[2] = {}; in radeon_vm_grab_id() local
/openbsd-src/gnu/llvm/libcxx/utils/libcxx/test/
H A Ddsl.py624 def __init__(self, name, type, help, actions, choices=None, default=None): argument
/openbsd-src/sys/kern/
H A Dkern_tc.c827 char buf[32], *spc, *choices; in sysctl_tc_choice() local
/openbsd-src/usr.bin/tmux/
H A Dwindow-customize.c663 char choices[256] = ""; window_customize_draw_option() local
[all...]
H A Dtmux.h1991 const char **choices; global() member
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1518 std::vector<std::string> choices) in ChoicesFieldDelegate()
2388 std::vector<std::string> choices) { in AddChoicesField()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dada-lang.c3132 get_selections (int *choices, int n_choices, int max_results, in get_selections()