Searched refs:prompt (Results 176 - 198 of 198) sorted by relevance

12345678

/openbsd-current/usr.bin/vi/vi/
H A Dv_txt.c65 v_tcmd(SCR *sp, VICMD *vp, CHAR_T prompt, u_int flags) argument
91 if (v_txt(sp, vp, NULL, NULL, 0, prompt, 0, 1, flags))
242 CHAR_T prompt, recno_t ai_line, u_long rcount, u_int32_t flags)
359 /* If getting a command buffer from the user, there may be a prompt. */
361 tp->lb[tp->cno++] = prompt;
978 /* If can erase over the prompt, return. */
241 v_txt(SCR *sp, VICMD *vp, MARK *tm, const char *lp, size_t len, CHAR_T prompt, recno_t ai_line, u_long rcount, u_int32_t flags) argument
/openbsd-current/bin/ksh/
H A Dc_sh.c303 /* at&t ksh says it prints prompt on fd if it's open
361 /* set prompt in case this is
365 pprompt(prompt, 0);
/openbsd-current/gnu/llvm/lldb/examples/python/
H A Dbsd.py207 '''Interactive prompt for exploring contents of BSD archive files, type
214 self.intro = ('Interactive BSD archive prompt, type "help" to see a '
217 self.prompt = '% '
H A Dmach_o.py1679 self.prompt = 'mach-o: %s %% ' % mach.path
/openbsd-current/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp140 SetEventName(eBroadcastBitResetPrompt, "reset-prompt");
3264 const char *prompt, IOHandlerDelegate &delegate, void *baton) {
3269 llvm::StringRef(prompt), // Prompt
3270 llvm::StringRef(), // Continuation prompt
3283 const char *prompt, IOHandlerDelegate &delegate, void *baton) {
3288 llvm::StringRef(prompt), // Prompt
3289 llvm::StringRef(), // Continuation prompt
3341 llvm::StringRef(), // Continuation prompt
3263 GetLLDBCommandsFromIOHandler( const char *prompt, IOHandlerDelegate &delegate, void *baton) argument
3282 GetPythonCommandsFromIOHandler( const char *prompt, IOHandlerDelegate &delegate, void *baton) argument
/openbsd-current/usr.bin/ssh/
H A Dssh-agent.c830 char *fp = NULL, *pin = NULL, *prompt = NULL; local
937 xasprintf(&prompt, "Enter PIN%sfor %s key %s: ",
941 pin = read_passphrase(prompt, RP_USE_ASKPASS);
973 free(prompt);
H A Dssh-keygen.c245 ask_filename(struct passwd *pw, const char *prompt) argument
290 printf("%s (%s): ", prompt, identity_file);
2566 char *pin = NULL, *prompt = NULL; local
2576 xasprintf(&prompt, "Enter PIN for %s key: ",
2578 if ((pin = read_passphrase(prompt,
2640 free(prompt);
H A Dsftp.c1795 prompt(EditLine *el) function
2197 el_set(el, EL_PROMPT, prompt);
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dmonitor.c389 we expected, like an extra prompt, or a portmaster sending telnet negotiations.
653 /* Keep discarding input until we see the MONITOR prompt.
655 The convention for dealing with the prompt is that you
657 o *then* wait for the prompt.
661 wait for the prompt, because the terminal is being handed over to
663 a monitor_wait which does wait for the prompt. Note that this
670 monitor_debug ("MON Expecting prompt\n");
671 return monitor_expect (current_monitor->prompt, buf, buflen);
811 but we hope to get a prompt at the end of it all. */
1249 the normal prompt
[all...]
H A Dada-lang.c3141 const char *prompt;
3145 prompt = getenv ("PS2");
3146 if (prompt == NULL)
3147 prompt = ">";
3149 printf_unfiltered ("%s ", prompt);
3136 const char *prompt; local
H A DChangeLog-3.x1805 upper case. Modify description of the "set prompt" command.
2747 * utils.c (fprintf_filtered): Call prompt for continue instead of
3320 * main.c (gdb_read_line): Modified to take prompt as argument and
3649 * infcmd.c (run_command): Does not prompt to restart if command is
/openbsd-current/usr.bin/telnet/
H A Dcommands.c2014 printf("%s> ", prompt);
2029 printf("%s> ", prompt);
H A Dtelnet.c105 char *prompt = NULL; variable
/openbsd-current/gnu/usr.bin/perl/utils/
H A Dperlbug.PL299 $opt{S} = 1; # don't prompt for send
495 "file", and $0 will prompt you to enter the name of the file
836 # Report is done, prompt for further action
1036 my ($explanation, $prompt, $default) = (@_);
1041 print $prompt. ($default ? " [$default]" :''). ": ";
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMakeMaker.pm38 our @EXPORT = qw(&WriteMakefile $Verbose &prompt &os_unsupported);
200 sub prompt ($;$) { ## no critic subroutine
202 confess("prompt function called without an argument")
3309 =item prompt
3311 my $value = prompt($message);
3312 my $value = prompt($message, $default);
3314 The C<prompt()> function provides an easy way to request user input
3315 used to write a makefile. It displays the $message as a prompt for
3319 If C<prompt()> detects that it is not running interactively and there
3360 If set to a true value then MakeMaker's prompt functio
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/
H A DCPAN.pm48 use ExtUtils::MakeMaker qw(prompt); # for some unknown reason,
265 my $prompt = $oprompt;
336 print $prompt;
345 defined ($_ = $term->readline($prompt, $commandline));
356 $prompt = " > ";
369 $prompt = $oprompt;
430 $prompt = $oprompt;
1576 =head2 CPAN::shell([$prompt, $command]) Starting Interactive Mode
1594 prompt, the second the default initial command line (the latter
1806 file, does not use the metadata file, and has a different prompt
[all...]
/openbsd-current/gnu/usr.bin/perl/ext/VMS-Stdio/
H A DStdio.pm469 Enables use of the prompt specified by pmt=usr-prmpt on input from the
/openbsd-current/usr.bin/systat/
H A Dengine.c1179 mvprintw(home_line, 0, "%s: ", curr_cmd->prompt);
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DShell.pm1621 my $ans = ExtUtils::MakeMaker::prompt($foo,$bar);
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc6482 INTERCEPTOR(char *, getpass, const char *prompt) {
6484 COMMON_INTERCEPTOR_ENTER(ctx, getpass, prompt);
6485 if (prompt)
6486 COMMON_INTERCEPTOR_READ_RANGE(ctx, prompt, internal_strlen(prompt)+1);
6487 char *res = REAL(getpass)(prompt);
/openbsd-current/gnu/usr.bin/perl/cpan/Term-ANSIColor/lib/Term/
H A DANSIColor.pm832 at having their prompt and typing changed to weird colors.
/openbsd-current/distrib/miniroot/
H A Dinstall.sub762 # value. Normally, the caller function will then reprint any prompt and call
881 # Capture a user password and save it in $resp, optionally showing prompt $1.
895 # Ask for a password twice showing prompt $1. Ensure both inputs are identical
919 # Ask for a passphrase once showing prompt $1. Ensure input is not empty
1871 # show a reduced prompt.
3686 At any prompt except password prompts you can escape to a shell by
3737 # Fall through to .profile which leaves us at the command prompt.
3738 echo "To boot the new system, enter 'reboot' at the command prompt."
/openbsd-current/gnu/usr.bin/perl/
H A DConfigure2422 You may also start interactively and then answer '& -d' at any prompt to turn
7349 : Probably not worth prompting for this since we prompt for all
7350 : the directories individually, and the prompt would be too long and
7516 echo '"su" will (probably) prompt you for '"$ans's password."
8673 # No dynamic loading being used, so don't bother even to prompt.
22075 : In case none of those worked, prompt the user.
22121 : In case none of those worked, prompt the user.
22159 : In case none of those worked, prompt the user.
22945 : In case none of those worked, prompt the user.

Completed in 535 milliseconds

12345678