Home
last modified time | relevance | path

Searched refs:Prompt (Results 1 – 25 of 45) sorted by relevance

12

/src/sys/contrib/edk2/
H A DMdePkg.dec2019 # @Prompt Disable Component Name Protocol.
2025 # @Prompt Disable Diagnostics Name protocol.
2031 # @Prompt Disable Component Name2 Protocol.
2037 # @Prompt Disable Diagnostics2 Name Protocol.
2043 # @Prompt Deprecate Global Variable LangCodes.
2049 # @Prompt Consume UGA Draw Protocol.
2056 # @Prompt Verify Node In List.
2063 # @Prompt Validate ORDERED_COLLECTION structure
2069 # @Prompt Progress Code for WatchDog Timer Expired.
2075 # @Prompt Progress Code for Invocation of SetVirtualAddressMap.
[all …]
/src/contrib/llvm-project/llvm/include/llvm/LineEditor/
H A DLineEditor.h105 const std::string &getPrompt() const { return Prompt; } in getPrompt()
106 void setPrompt(const std::string &P) { Prompt = P; } in setPrompt()
112 std::string Prompt;
/src/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp195 : Prompt((ProgName + "> ").str()), HistoryPath(std::string(HistoryPath)), in LineEditor()
283 : Prompt((ProgName + "> ").str()), Data(new InternalData) { in LineEditor()
296 ::fprintf(Data->Out, "%s", Prompt.c_str()); in readLine()
/src/usr.sbin/acpi/acpidb/
H A Dacpidb.c299 int Prompt) in aml_vm_space_handler() argument
321 if (Prompt) { in aml_vm_space_handler()
336 if (Prompt) { in aml_vm_space_handler()
/src/contrib/tcsh/
H A Dtc.prompt.c140 xfree(Prompt); in printprompt()
141 Prompt = NULL; in printprompt()
142 Prompt = tprintf(FMT_PROMPT, cp, str, lclock, NULL); in printprompt()
144 for (cp = Prompt; *cp ; ) in printprompt()
H A Ded.refresh.c357 reprintf("Prompt = :%s:\r\n", short2str(Prompt)); in Refresh()
373 RefreshPromptpart(Prompt); in Refresh()
1150 for (cp = Prompt; cp != NULL && *cp; ) { /* do prompt */ in RefCursor()
1155 w = NLSClassify(*cp & CHAR, cp == Prompt, 0); in RefCursor()
H A Dsrc.desc50 tc.prompt.c: Prompt expansion.
/src/crypto/openssl/doc/man3/
H A DUI_STRING.pod20 UIT_PROMPT, /* Prompt for a string */
21 UIT_VERIFY, /* Prompt for a string and verify */
22 UIT_BOOLEAN, /* Prompt for a yes/no response */
/src/crypto/openssl/Configurations/
H A D50-win-onecore.conf52 # there are no "ARM Tool Command Prompt"s on Start menu, you have
/src/usr.bin/mail/misc/
H A Dmail.tildehelp15 ~h Prompt for Subject and To, Cc, and Bcc lists
/src/usr.sbin/ngctl/
H A Dmain.c308 Prompt(EditLine *el __unused) in Prompt() function
337 el_set(el, EL_PROMPT, Prompt); in DoInteractive()
/src/contrib/file/magic/Magdir/
H A Dos284 # message type: E~Error H~Help I~Information P~Prompt W~Warning ?
105 # message type: E~Error H~Help I~Information P~Prompt W~Warning ?
/src/usr.sbin/bsdconfig/password/share/
H A Dpassword.subr42 # Prompt the user to enter a password (twice). If the user does not cancel or
/src/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h299 const char *Prompt();
/src/usr.sbin/bsdconfig/share/
H A Dmustberoot.subr147 # sudo(8) access denied. Prompt for their password.
284 # Prompt for sudo(8) credentials.
/src/usr.sbin/bsdconfig/share/media/
H A Dany.subr54 # Prompt the user to select amongst the known media types (included above).
H A Doptions.subr47 # Prompt the user to confirm/edit various media settings. Returns success.
/src/usr.sbin/bsdinstall/scripts/
H A Dpkgbase.in263 -- Prompt the user for what to install.
/src/crypto/openssl/include/openssl/
H A Dui.h.in308 UIT_PROMPT, /* Prompt for a string */
309 UIT_VERIFY, /* Prompt for a string and verify */
310 UIT_BOOLEAN, /* Prompt for a yes/no response */
/src/usr.sbin/bsdconfig/usermgmt/share/
H A Duser_input.subr347 # Prompt the user to enter a password (twice). If the user does not cancel or
815 # Prompt the user to confirm creation of a given login's home directory. If the
838 # Prompt the user to confirm deletion of a given login's primary group. If the
877 # Prompt the user to confirm deletion of a given login's home directory. If the
900 # Prompt the user to confirm population of a given login's home directory with
/src/crypto/openssl/
H A DNOTES-WINDOWS.md65 4. Use Visual Studio Developer Command Prompt with administrative privileges,
162 2. Open the RAD Studio Command Prompt.
/src/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp539 m_prompt_ansi_prefix.c_str(), Prompt(), in GetCharacter()
610 const char *Editline::Prompt() { in Prompt() function in Editline
1164 return Editline::InstanceFor(editline)->Prompt(); in ConfigureEditor()
/src/contrib/wpa/wpa_supplicant/
H A Dnmake.mak3 # This can be run in Visual Studio 2005 Command Prompt
/src/stand/forth/
H A Dcheck-password.4th148 \ Prompt for GEOM ELI (geli(8)) passphrase if enabled
/src/sys/contrib/openzfs/contrib/initramfs/scripts/
H A Dzfs472 # Prompt with plymouth, if active
483 # Prompt with systemd, if active
495 # Prompt with ZFS tty, otherwise

12