Home
last modified time | relevance | path

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

12

/freebsd-12.1/sys/contrib/edk2/
H A DMdePkg.dec1723 # @Prompt Verify Node In List.
1963 # @Prompt Spin Lock Timeout (us).
1973 # @Prompt Debug Property.
2010 # @Prompt Value to Clear Memory.
2022 # @Prompt Post Code Property.
2027 # @Prompt Port80 Data Width
2032 # @Prompt FSB Clock.
2090 # @Prompt Default UART Data Bit.
2101 # @Prompt Default UART Parity.
2120 # @Prompt Default Terminal Type.
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/LineEditor/
H A DLineEditor.h106 const std::string &getPrompt() const { return Prompt; } in getPrompt()
107 void setPrompt(const std::string &P) { Prompt = P; } in setPrompt()
113 std::string Prompt;
/freebsd-12.1/contrib/llvm/lib/LineEditor/
H A DLineEditor.cpp201 : Prompt((ProgName + "> ").str()), HistoryPath(HistoryPath), in LineEditor()
289 : Prompt((ProgName + "> ").str()), Data(new InternalData) { in LineEditor()
302 ::fprintf(Data->Out, "%s", Prompt.c_str()); in readLine()
/freebsd-12.1/usr.sbin/acpi/acpidb/
H A Dacpidb.c301 int Prompt) in aml_vm_space_handler() argument
323 if (Prompt) { in aml_vm_space_handler()
338 if (Prompt) { in aml_vm_space_handler()
/freebsd-12.1/contrib/tcsh/
H A Dtc.prompt.c144 xfree(Prompt); in printprompt()
145 Prompt = NULL; in printprompt()
146 Prompt = tprintf(FMT_PROMPT, cp, str, lclock, NULL); in printprompt()
148 for (cp = Prompt; *cp ; ) in printprompt()
H A Ded.refresh.c361 reprintf("Prompt = :%s:\r\n", short2str(Prompt)); in Refresh()
377 RefreshPromptpart(Prompt); in Refresh()
1154 for (cp = Prompt; cp != NULL && *cp; ) { /* do prompt */ in RefCursor()
1159 w = NLSClassify(*cp & CHAR, cp == Prompt, 0); in RefCursor()
H A Dsrc.desc50 tc.prompt.c: Prompt expansion.
H A Ded.screen.c1168 for (promptc = Prompt; *promptc; promptc++); in so_write()
1169 prompt_len = promptc - Prompt; in so_write()
/freebsd-12.1/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 */
/freebsd-12.1/usr.bin/mail/misc/
H A Dmail.tildehelp15 ~h Prompt for Subject and To, Cc, and Bcc lists
/freebsd-12.1/usr.sbin/pc-sysinstall/doc/
H A Dhelp-start-autoinstall25 - Prompt on the console to begin installation. Defaults to YES.
/freebsd-12.1/usr.sbin/ngctl/
H A Dmain.c275 Prompt(EditLine *el __unused) in Prompt() function
305 el_set(el, EL_PROMPT, Prompt); in DoInteractive()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DEditline.h276 const char *Prompt();
/freebsd-12.1/usr.sbin/bsdconfig/password/share/
H A Dpassword.subr43 # Prompt the user to enter a password (twice). If the user does not cancel or
/freebsd-12.1/usr.sbin/bsdconfig/share/
H A Dmustberoot.subr148 # sudo(8) access denied. Prompt for their password.
285 # Prompt for sudo(8) credentials.
/freebsd-12.1/usr.sbin/bsdconfig/share/media/
H A Dany.subr57 # Prompt the user to select amongst the known media types (included above).
H A Doptions.subr49 # Prompt the user to confirm/edit various media settings. Returns success.
H A Dftp.subr65 # Prompt the user to select from a range of ``built-in'' FTP servers or specify
469 # Prompt the user to enter/confirm the username/password variables that will
/freebsd-12.1/contrib/apr/
H A DREADME.cmake46 Studio Command Prompt")
/freebsd-12.1/usr.sbin/bsdconfig/usermgmt/share/
H A Duser_input.subr348 # Prompt the user to enter a password (twice). If the user does not cancel or
816 # Prompt the user to confirm creation of a given login's home directory. If the
839 # Prompt the user to confirm deletion of a given login's primary group. If the
878 # Prompt the user to confirm deletion of a given login's home directory. If the
901 # Prompt the user to confirm population of a given login's home directory with
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DEditline.cpp484 ANSI_FAINT, Prompt(), ANSI_UNFAINT); in GetCharacter()
549 const char *Editline::Prompt() { in Prompt() function in Editline
988 return Editline::InstanceFor(editline)->Prompt(); in ConfigureEditor()
/freebsd-12.1/release/picobsd/tinyware/oinit/
H A DREADME72 Prompt tells you:
/freebsd-12.1/contrib/wpa/wpa_supplicant/
H A Dnmake.mak3 # This can be run in Visual Studio 2005 Command Prompt
/freebsd-12.1/stand/forth/
H A Dcheck-password.4th149 \ Prompt for GEOM ELI (geli(8)) passphrase if enabled
H A Dmenu-commands.4th247 \ Escape to Prompt

12