HomeSort by: relevance | last modified time | path
    Searched refs:choices (Results 1 - 8 of 8) sorted by relevancy

  /src/lib/libform/
type_enum.c 53 char **choices; member in struct:__anon0f6d32f40108
88 char **choices; local in function:create_enum_args
94 new->choices = va_arg(*args, char **);
101 /* count the choices we have */
102 choices = new->choices;
104 while (*choices != NULL) {
106 new->num_choices, new->choices[new->num_choices]);
108 choices++;
110 _formi_dbg_printf("%s: have %u choices\n", __func__
    [all...]
  /src/games/phantasia/
io.c 171 getanswer(const char *choices, phbool def)
233 if (def || strchr(choices, ch) != NULL)
240 YELL: mvprintw(oldy + 1, 0, "Please choose one of : [%s]\n", choices);
250 return (*choices);
  /src/common/lib/libc/rpc/
xdr.c 692 const struct xdr_discrim *choices, /* [value, xdr proc] for each arm */
701 _DIAGASSERT(choices != NULL);
713 * search choices for a value that matches the discriminator.
716 for (; choices->proc != NULL_xdrproc_t; choices++) {
717 if (choices->value == dscm)
718 return ((*(choices->proc))(xdrs, unp));
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_vm.c 190 unsigned choices[2] = {}; local in function:radeon_vm_grab_id
214 choices[fence->ring == ring ? 0 : 1] = i;
219 if (choices[i]) {
220 vm_id->id = choices[i];
221 trace_radeon_vm_grab_id(choices[i], ring);
222 return rdev->vm_manager.active[choices[i]];
  /src/tools/host-mkdep/
configure 638 Use these variables to override the choices made by `configure' or to help
  /src/tools/make/
configure 1304 Use these variables to override the choices made by `configure' or to help
  /src/lib/librumpuser/
configure 1326 Use these variables to override the choices made by `configure' or to help
  /src/tools/compat/
configure 1345 Use these variables to override the choices made by 'configure' or to help

Completed in 28 milliseconds