/freebsd/contrib/llvm-project/llvm/include/llvm/LineEditor/ |
H A D | LineEditor.h | 105 const std::string &getPrompt() const { return Prompt; } in getPrompt() 106 void setPrompt(const std::string &P) { Prompt = P; } in setPrompt() 112 std::string Prompt;
|
/freebsd/sys/contrib/edk2/ |
H A D | MdePkg.dec | 1868 # @Prompt Disable Component Name Protocol. 1874 # @Prompt Disable Diagnostics Name protocol. 1880 # @Prompt Disable Component Name2 Protocol. 1886 # @Prompt Disable Diagnostics2 Name Protocol. 1892 # @Prompt Deprecate Global Variable LangCodes. 1898 # @Prompt Consume UGA Draw Protocol. 1905 # @Prompt Verify Node In List. 1912 # @Prompt Validate ORDERED_COLLECTION structure 1918 # @Prompt Progress Code for WatchDog Timer Expired. 1924 # @Prompt Progress Code for Invocation of SetVirtualAddressMap. [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/LineEditor/ |
H A D | LineEditor.cpp | 195 : 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()
|
/freebsd/usr.sbin/acpi/acpidb/ |
H A D | acpidb.c | 299 int Prompt) in aml_vm_space_handler() argument 321 if (Prompt) { in aml_vm_space_handler() 336 if (Prompt) { in aml_vm_space_handler()
|
/freebsd/contrib/tcsh/ |
H A D | tc.prompt.c | 140 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 D | ed.refresh.c | 357 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 D | src.desc | 50 tc.prompt.c: Prompt expansion.
|
H A D | ed.screen.c | 1164 for (promptc = Prompt; *promptc; promptc++); in so_write() 1165 prompt_len = promptc - Prompt; in so_write()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | UI_STRING.pod | 20 UIT_PROMPT, /* Prompt for a string */ 21 UIT_VERIFY, /* Prompt for a string and verify */ 22 UIT_BOOLEAN, /* Prompt for a yes/no response */
|
/freebsd/crypto/openssl/Configurations/ |
H A D | 50-win-onecore.conf | 53 # there are no "ARM Tool Command Prompt"s on Start menu, you have
|
/freebsd/usr.bin/mail/misc/ |
H A D | mail.tildehelp | 15 ~h Prompt for Subject and To, Cc, and Bcc lists
|
/freebsd/usr.sbin/ngctl/ |
H A D | main.c | 272 Prompt(EditLine *el __unused) in Prompt() function 302 el_set(el, EL_PROMPT, Prompt); in DoInteractive()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | os2 | 84 # 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 ?
|
/freebsd/usr.sbin/bsdconfig/password/share/ |
H A D | password.subr | 42 # Prompt the user to enter a password (twice). If the user does not cancel or
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
H A D | Editline.h | 299 const char *Prompt();
|
/freebsd/crypto/openssl/ |
H A D | NOTES-WINDOWS.md | 65 4. Use Visual Studio Developer Command Prompt with administrative privileges, 139 2. Open the RAD Studio Command Prompt.
|
/freebsd/usr.sbin/bsdconfig/share/ |
H A D | mustberoot.subr | 147 # sudo(8) access denied. Prompt for their password. 284 # Prompt for sudo(8) credentials.
|
/freebsd/usr.sbin/bsdconfig/share/media/ |
H A D | any.subr | 54 # Prompt the user to select amongst the known media types (included above).
|
H A D | options.subr | 47 # Prompt the user to confirm/edit various media settings. Returns success.
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ui.h.in | 304 UIT_PROMPT, /* Prompt for a string */ 305 UIT_VERIFY, /* Prompt for a string and verify */ 306 UIT_BOOLEAN, /* Prompt for a yes/no response */
|
/freebsd/usr.sbin/bsdconfig/usermgmt/share/ |
H A D | user_input.subr | 347 # 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
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | Editline.cpp | 539 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()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | nmake.mak | 3 # This can be run in Visual Studio 2005 Command Prompt
|
/freebsd/stand/forth/ |
H A D | check-password.4th | 148 \ Prompt for GEOM ELI (geli(8)) passphrase if enabled
|
/freebsd/sys/contrib/openzfs/contrib/initramfs/scripts/ |
H A D | zfs | 436 # Prompt with plymouth, if active 444 # Prompt with systemd, if active 452 # Prompt with ZFS tty, otherwise
|