HelenOS sources
nchoice_t 136 uspace/app/fdisk/fdisk.c nchoice_t *choice = NULL;
nchoice_t 269 uspace/app/fdisk/fdisk.c nchoice_t *choice = NULL;
nchoice_t 377 uspace/app/fdisk/fdisk.c nchoice_t *choice = NULL;
nchoice_t 579 uspace/app/fdisk/fdisk.c nchoice_t *choice)
nchoice_t 732 uspace/app/fdisk/fdisk.c nchoice_t *choice = NULL;
nchoice_t 835 uspace/app/fdisk/fdisk.c nchoice_t *choice = NULL;
nchoice_t 905 uspace/app/fdisk/fdisk.c nchoice_t *choice = NULL;
nchoice_t 98 uspace/app/shutdown/shutdown.c nchoice_t *nchoice = NULL;
nchoice_t 67 uspace/lib/clui/include/nchoice.h extern errno_t nchoice_create(nchoice_t **);
nchoice_t 68 uspace/lib/clui/include/nchoice.h extern void nchoice_destroy(nchoice_t *);
nchoice_t 69 uspace/lib/clui/include/nchoice.h extern errno_t nchoice_set_prompt(nchoice_t *, const char *);
nchoice_t 70 uspace/lib/clui/include/nchoice.h extern errno_t nchoice_add(nchoice_t *, const char *, void *, nchoice_flag_t);
nchoice_t 71 uspace/lib/clui/include/nchoice.h extern errno_t nchoice_get(nchoice_t *, void **);
nchoice_t 45 uspace/lib/clui/src/nchoice.c errno_t nchoice_create(nchoice_t **rchoice)
nchoice_t 47 uspace/lib/clui/src/nchoice.c nchoice_t *choice = NULL;
nchoice_t 50 uspace/lib/clui/src/nchoice.c choice = calloc(1, sizeof(nchoice_t));
nchoice_t 74 uspace/lib/clui/src/nchoice.c void nchoice_destroy(nchoice_t *choice)
nchoice_t 84 uspace/lib/clui/src/nchoice.c errno_t nchoice_set_prompt(nchoice_t *choice, const char *prompt)
nchoice_t 98 uspace/lib/clui/src/nchoice.c errno_t nchoice_add(nchoice_t *choice, const char *opttext, void *arg,
nchoice_t 129 uspace/lib/clui/src/nchoice.c errno_t nchoice_get(nchoice_t *choice, void **rarg)
HelenOS homepage, sources at GitHub