Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/shared/readline/
A Dreadline.h42 int readline(vstr_t *line, const char *prompt);
45 void readline_init(vstr_t *line, const char *prompt);
46 void readline_note_newline(const char *prompt);
A Dreadline.c97 const char *prompt; member
230 mp_hal_stdout_tx_str(rl.prompt); in readline_process_char()
485 void readline_note_newline(const char *prompt) { in readline_note_newline() argument
488 rl.prompt = prompt; in readline_note_newline()
489 mp_hal_stdout_tx_str(prompt); in readline_note_newline()
495 void readline_init(vstr_t *line, const char *prompt) { in readline_init() argument
502 rl.prompt = prompt; in readline_init()
503 mp_hal_stdout_tx_str(prompt); in readline_init()
509 int readline(vstr_t *line, const char *prompt) { in readline() argument
510 readline_init(line, prompt); in readline()
/AliOS-Things-master/components/py_engine/engine/extmod/webrepl/
A Dwebrepl_setup.py11 def input_choice(prompt, choices): argument
13 resp = input(prompt)
18 def getpass(prompt): argument
19 return input(prompt)
/AliOS-Things-master/components/ble_host/script/Kconfiglib-10.21.0/
A Dmenuconfig.py1273 if not _show_all or (node.prompt and expr_value(node.prompt[1])):
1338 menu_prompts.append(menu.prompt[0] if menu.prompt else
1404 (node.prompt and expr_value(node.prompt[1]) and not
1440 if not (node.prompt and expr_value(node.prompt[1])):
1657 if not (sel_node.prompt and expr_value(sel_node.prompt[1])):
1921 node.prompt and search(node.prompt[0].lower())):
2039 key=lambda node: node.prompt[0] if node.prompt else "")
2049 return mc.prompt[0]
2409 if node.prompt:
2607 path = " -> " + (node.prompt[0] if node.prompt else
[all …]
A Dkconfiglib.py2843 if node.prompt:
2848 if prompt != prompt.strip():
2854 prompt = prompt.strip()
2856 node.prompt = (prompt, self._parse_cond())
3195 cur.prompt = (cur.prompt[0],
3201 cur.prompt = (cur.prompt[0],
5120 if self.prompt:
5174 if self.prompt:
5264 if self.prompt:
5635 if node.prompt:
[all …]
A DREADME.rst537 …<configuration with 13711 symbols, main menu prompt "Linux/x86 4.14.0-rc7 Kernel Configuration", s…
541 …<menu node for menu, prompt "Linux/$ARCH $KERNELVERSION Kernel Configuration" (visibility y), deps…
554 prompt "64-bit kernel" if ARCH = "x86"
572 prompt "Enable MPS table" if (ACPI || SFI) && X86_LOCAL_APIC
/AliOS-Things-master/components/ble_mesh/script/Kconfiglib-10.21.0/
A Dmenuconfig.py1273 if not _show_all or (node.prompt and expr_value(node.prompt[1])):
1338 menu_prompts.append(menu.prompt[0] if menu.prompt else
1404 (node.prompt and expr_value(node.prompt[1]) and not
1440 if not (node.prompt and expr_value(node.prompt[1])):
1657 if not (sel_node.prompt and expr_value(sel_node.prompt[1])):
1921 node.prompt and search(node.prompt[0].lower())):
2039 key=lambda node: node.prompt[0] if node.prompt else "")
2049 return mc.prompt[0]
2409 if node.prompt:
2607 path = " -> " + (node.prompt[0] if node.prompt else
[all …]
A Dkconfiglib.py2843 if node.prompt:
2848 if prompt != prompt.strip():
2854 prompt = prompt.strip()
2856 node.prompt = (prompt, self._parse_cond())
3195 cur.prompt = (cur.prompt[0],
3201 cur.prompt = (cur.prompt[0],
5120 if self.prompt:
5174 if self.prompt:
5264 if self.prompt:
5635 if node.prompt:
[all …]
A DREADME.rst537 …<configuration with 13711 symbols, main menu prompt "Linux/x86 4.14.0-rc7 Kernel Configuration", s…
541 …<menu node for menu, prompt "Linux/$ARCH $KERNELVERSION Kernel Configuration" (visibility y), deps…
554 prompt "64-bit kernel" if ARCH = "x86"
572 prompt "Enable MPS table" if (ACPI || SFI) && X86_LOCAL_APIC
/AliOS-Things-master/components/amp/jslib/src/
A Drepl.js111 var prompt = ""; variable
806 REPL.puts(prompt);
807 term_cursor_x = ucs_length(prompt) % term_width;
818 prompt = pstate;
821 prompt += dupstr(" ", plen - prompt.length);
822 prompt += ps2;
828 prompt += t.substring(0, t.length - 4) + "." + t.substring(t.length - 4);
830 plen = prompt.length;
831 prompt += ps1;
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Drepl.js110 var prompt = ""; variable
798 std.puts(prompt);
799 term_cursor_x = ucs_length(prompt) % term_width;
810 prompt = pstate;
813 prompt += dupstr(" ", plen - prompt.length);
814 prompt += ps2;
820 prompt += t.substring(0, t.length - 4) + "." + t.substring(t.length - 4);
822 plen = prompt.length;
823 prompt += ps1;
/AliOS-Things-master/components/ble_host/bt_host/
A DKconfig19 prompt "Bluetooth Stack Selection"
47 prompt "Bluetooth HCI driver"
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/dotzlib/
A Dreadme.txt35 Open a command prompt with access to the build environment and run nant
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/utils/at/
A Dmodule_at.c198 int prompt = 0; in native_atRegisterCmdCallback() local
/AliOS-Things-master/components/SDL2/src/
A DSDL_assert.c242 var reply = window.prompt(str, "i"); in SDL_PromptAssertion()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/gregbook/
A DREADME102 README file) into a folder, open a "DOS shell" or "command prompt"
114 directory. Then double-click to open the new DOS-prompt window with
/AliOS-Things-master/components/ble_host/bt_host/port/core/settings/
A DKconfig46 prompt "Storage back-end"
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dmakeproj.mac24 choose folder with prompt ">>> Select IJG source folder <<<"
27 choose folder with prompt ">>> Select MetroWerks folder <<<"
A Dinstall.txt1029 1. Open the command prompt, change to the main directory and execute the
1054 1. Open the command prompt, change to the main directory and execute the
/AliOS-Things-master/components/amp/components/at/src/
A Dat.c1077 at_reply_config_t prompt = {NULL, AT_SEND_DEFAULT_DATA_PROMPT, NULL}; in at_send_wait_reply() local
1078 if (at_yield(fd, NULL, 0, &prompt, dev->_prompt_timeout_ms) < 0) { in at_send_wait_reply()
/AliOS-Things-master/components/SDL2/docs/
A DREADME-winrt.md464 prompt will show up on the ARM device, asking for a Microsoft Account. You

Completed in 49 milliseconds