Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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;
/openbsd-src/usr.bin/vi/docs/
H A Dev11 ^A/ / Prompt and execute a forward search.
12 ^A: : Prompt and execute an ex command.
13 ^A? ? Prompt and execute a backward search.
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DPrompt.pm3 package CPAN::Prompt;
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DEditline.h297 const char *Prompt();
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DEditline.cpp551 ANSI_FAINT, Prompt(), ANSI_UNFAINT); in GetCharacter()
621 const char *Editline::Prompt() { in Prompt() function in Editline
1162 return Editline::InstanceFor(editline)->Prompt(); in ConfigureEditor()
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/
H A DCPAN.pm32 use CPAN::Prompt;
264 my $oprompt = shift || CPAN::Prompt->new;
/openbsd-src/usr.bin/file/magdir/
H A Dlinux99 >>506 leshort 0xFFFD Prompt for Videomode
/openbsd-src/gnu/llvm/llvm/docs/
H A DGettingStartedVS.rst86 8. Run a "Developer Command Prompt for VS 2019" **as administrator**. This command
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DCoreProperties.td63 def Prompt: Property<"prompt", "String">,
/openbsd-src/gnu/llvm/libcxx/docs/
H A DBuildingLibcxx.rst120 Prompt (for getting the environment variables pointing to the headers and
/openbsd-src/gnu/llvm/lldb/docs/resources/
H A Dbuild.rst129 Prompt for VS <https://docs.microsoft.com/en-us/visualstudio/ide/reference/command-prompt-powershel…
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperldebug.pod966 =item Prompt
/openbsd-src/gnu/usr.bin/cvs/doc/
H A Dcvs.info-7513 Prompt for password for authenticating server. See *Note Password
H A Dcvs.info-5922 Prompt for the text if interaction is possible; see `-I'.
H A Dcvs.texinfo8479 Prompt for the text if interaction is possible; see
10840 Prompt for password for authenticating server. See
/openbsd-src/gnu/llvm/clang/docs/
H A DUsersManual.rst3978 Command Prompt or a regular Command Prompt where the environment has been set
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A DChangeLog-19914893 (nindy_before_main_loop): Prompt user for tty name if they
/openbsd-src/gnu/usr.bin/binutils/gdb/doc/
H A Dgdbint.texinfo5661 @subheading Prompt for @file{gdb/NEWS}
/openbsd-src/gnu/usr.bin/texinfo/
H A DChangeLog.469818 * emacs/texnfo-tex.el (texinfo-tex-buffer): Prompt for original file
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/
H A DChangeLog10114 * gdb.base/watchpoint.c (main): Prompt before calling read().