Home
last modified time | relevance | path

Searched refs:prompt (Results 1 – 25 of 43) sorted by relevance

12

/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A Dmenu.c135 if (prompt) { in menu_add_prop()
139 prompt++; in menu_add_prop()
172 prop->text = prompt; in menu_add_prop()
335 basedep = parent->prompt ? parent->prompt->visible.expr : NULL; in menu_finalize()
340 dep = menu->prompt ? menu->prompt->visible.expr : menu->dep; in menu_finalize()
373 if (!menu->prompt) in menu_finalize()
408 if (menu->list && (!menu->prompt || !menu->prompt->text)) { in menu_finalize()
441 if (!menu->prompt) in menu_has_prompt()
468 if (!menu->prompt) in menu_is_visible()
502 if (menu->prompt) in menu_get_prompt()
[all …]
A Dmconf.c488 prop = menu->prompt; in build_conf()
495 prompt = _(prompt); in build_conf()
499 indent + 1, ' ', prompt); in build_conf()
502 indent + 1, ' ', prompt, in build_conf()
510 if (prompt) { in build_conf()
518 if (prompt) { in build_conf()
633 if (menu->prompt->type == P_MENU) { in build_conf()
649 const char *prompt = menu_get_prompt(menu); in conf() local
669 res = dialog_menu(prompt ? _(prompt) : _("Main Menu"), in conf()
828 res = dialog_checklist(prompt ? _(prompt) : _("Main Menu"), in conf_choice()
[all …]
A Dzconf.y81 %type <string> prompt
166 if (current_entry->prompt)
237 | T_EQUAL prompt { $$ = $2; }
351 menu: T_MENU prompt T_EOL
381 source_stmt: T_SOURCE prompt T_EOL
389 comment: T_COMMENT prompt T_EOL
446 | prompt if_expr
451 prompt: T_WORD
513 rootmenu.prompt->text = _(rootmenu.prompt->text);
514 rootmenu.prompt->text = sym_expand_string_value(rootmenu.prompt->text);
[all …]
A Dnconf.c746 prop = menu->prompt; in build_conf()
751 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in build_conf()
755 prompt = _(prompt); in build_conf()
771 if (prompt) { in build_conf()
776 _(prompt)); in build_conf()
780 if (prompt) { in build_conf()
784 _(prompt)); in build_conf()
906 if (menu->prompt && menu->prompt->type == P_MENU) { in build_conf()
1087 show_menu(prompt ? _(prompt) : _("Main Menu"), in conf()
1271 show_menu(prompt ? _(prompt) : _("Choice Menu"), in conf_choice()
[all …]
A Dqconf.cc120 QString prompt; in updateMenu() local
127 prompt = ".."; in updateMenu()
219 prompt = QString("%1: %2").arg(prompt).arg(data); in updateMenu()
221 prompt = QString("(%2) %1").arg(prompt).arg(data); in updateMenu()
437 type = menu->prompt ? menu->prompt->type : P_UNKNOWN; in updateSelection()
558 type = menu && menu->prompt ? menu->prompt->type : P_UNKNOWN; in setRootMenu()
615 type = child->prompt ? child->prompt->type : P_UNKNOWN; in updateMenuList()
687 type = menu->prompt ? menu->prompt->type : P_UNKNOWN; in keyPressEvent()
746 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in contentsMouseReleaseEvent()
797 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in contentsMouseDoubleClickEvent()
[all …]
A Dkconfig-language.txt40 the config option, input prompt, dependencies, help text and default
42 name, but every definition can have only a single input prompt and the
54 definition optionally accepts an input prompt, so these two examples
60 prompt "Networking support"
62 - input prompt: "prompt" <prompt> ["if" <expr>]
74 value was set by the user (via the input prompt above). If an input
120 similar to a conditional "prompt" attribute for individual menu
298 "comment" <prompt>
307 "menu" <prompt>
327 "source" <prompt>
[all …]
A Dconf.c139 printf("%*s%s ", indent - 1, "", _(menu->prompt->text)); in conf_string()
172 printf("%*s%s ", indent - 1, "", _(menu->prompt->text)); in conf_sym()
364 prop = menu->prompt; in conf()
366 const char *prompt; in conf() local
379 prompt = menu_get_prompt(menu); in conf()
380 if (prompt) in conf()
383 indent, '*', _(prompt), in conf()
A Dgconf.c212 gtk_window_set_title(GTK_WINDOW(main_wnd), rootmenu.prompt->text); in init_main_window()
395 const char *prompt = _(menu_get_prompt(menu)); in text_insert_help() local
406 gtk_text_buffer_insert_with_tags(buffer, &end, prompt, -1, tag1, in text_insert_help()
736 ptype = current->prompt ? current->prompt->type : P_UNKNOWN; in on_back_clicked()
934 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in on_treeview2_button_press_event()
1087 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in fill_row()
1371 prop = child->prompt; in display_tree()
1457 if (child->prompt && child->prompt->type == P_MENU) { in fixup_rootmenu()
A Dlkc.h115 struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *d…
116 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep);
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/lxdialog/
A Ddialog.h223 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x);
231 int dialog_yesno(const char *title, const char *prompt, int height, int width);
232 int dialog_msgbox(const char *title, const char *prompt, int height,
241 int dialog_menu(const char *title, const char *prompt,
243 int dialog_checklist(const char *title, const char *prompt, int height,
245 int dialog_inputbox(const char *title, const char *prompt, int height,
A Dyesno.c42 int dialog_yesno(const char *title, const char *prompt, int height, int width) in dialog_yesno() argument
74 print_autowrap(dialog, prompt, width - 2, 1, 3); in dialog_yesno()
/l4re-core-master/ned/
A DMakefile4 TARGET = lib server ned-prompt
9 ned-prompt server: lib
/l4re-core-master/ned/ned-prompt/src/
A DMakefile4 TARGET = ned-prompt
5 SRC_CC = ned-prompt.cc
A Dned-prompt.cc53 static void run_cmds(char const* prompt) in run_cmds() argument
57 snprintf(fullprompt, sizeof(fullprompt), "%s ", prompt); in run_cmds()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/unistd/
A Dgetpass.c36 char * getpass (const char *prompt) in getpass() argument
73 fputs(prompt, out); in getpass()
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/Configs/
A DConfig.mips18 prompt "Target ABI"
36 prompt "Target Processor Architecture"
A DConfig.arc14 prompt "Target Processor Type"
A DConfig.c6x16 prompt "Target Processor Type"
A DConfig.avr3218 prompt "Target CPU Type"
A DConfig.h830018 prompt "Target Processor"
A DConfig.metag20 prompt "Target Processor Type"
A DConfig.sparc17 prompt "Target Processor Type"
A DConfig.cris17 prompt "Target Architecture Type"
A DConfig.powerpc18 prompt "Target Processor Type"
/l4re-core-master/ned/doc/
A Dned.dox155 \subsection l4re_ned_interactive Using the interactive ned prompt
157 Ned can be used in interactive mode by connecting the small ned-prompt helper
167 l:start({caps = {log = L4.Env.log, svr = cmd}}, "rom/ned-prompt")
172 The script hands in ned's own log capability to `ned-prompt`. This ensures that
173 input and output of ned and the prompt appear on the same console.
175 `ned-prompt` needs to be added to your modules list.
196 Ned does not terminate if only Return is entered at ned's prompt.

Completed in 30 milliseconds

12