tag | line | file | source code |
prompt | 339 | drivers/sound/configure.c | think_positively (char *prompt, int def_answ, char *help) |
prompt | 345 | drivers/sound/configure.c | fprintf (stderr, prompt); |
prompt | 116 | scripts/lxdialog/checklist.c | dialog_checklist (const char *title, const char *prompt, int height, int width, |
prompt | 168 | scripts/lxdialog/checklist.c | print_autowrap (dialog, prompt, width - 2, 1, 3); |
prompt | 128 | scripts/lxdialog/dialog.h | void print_autowrap (WINDOW * win, const char *prompt, int width, int y, int x); |
prompt | 135 | scripts/lxdialog/dialog.h | int dialog_yesno (const char *title, const char *prompt, int height, int width); |
prompt | 136 | scripts/lxdialog/dialog.h | int dialog_msgbox (const char *title, const char *prompt, int height, |
prompt | 139 | scripts/lxdialog/dialog.h | int dialog_menu (const char *title, const char *prompt, int height, int width, |
prompt | 142 | scripts/lxdialog/dialog.h | int dialog_checklist (const char *title, const char *prompt, int height, |
prompt | 146 | scripts/lxdialog/dialog.h | int dialog_inputbox (const char *title, const char *prompt, int height, |
prompt | 148 | scripts/lxdialog/dialog.h | int dialog_guage (const char *title, const char *prompt, int height, int width, |
prompt | 46 | scripts/lxdialog/inputbox.c | dialog_inputbox (const char *title, const char *prompt, int height, int width, |
prompt | 80 | scripts/lxdialog/inputbox.c | print_autowrap (dialog, prompt, width - 2, 1, 3); |
prompt | 118 | scripts/lxdialog/menubox.c | dialog_menu (const char *title, const char *prompt, int height, int width, |
prompt | 154 | scripts/lxdialog/menubox.c | print_autowrap (dialog, prompt, width - 2, 1, 3); |
prompt | 29 | scripts/lxdialog/msgbox.c | dialog_msgbox (const char *title, const char *prompt, int height, int width, |
prompt | 53 | scripts/lxdialog/msgbox.c | print_autowrap (dialog, prompt, width - 2, 1, 2); |
prompt | 198 | scripts/lxdialog/util.c | print_autowrap (WINDOW * win, const char *prompt, int width, int y, int x) |
prompt | 204 | scripts/lxdialog/util.c | strcpy (tempstr, prompt); |
prompt | 44 | scripts/lxdialog/yesno.c | dialog_yesno (const char *title, const char *prompt, int height, int width) |
prompt | 74 | scripts/lxdialog/yesno.c | print_autowrap (dialog, prompt, width - 2, 1, 3); |