Searched refs:PROMPT (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Devent-top.c321 if (!PREFIX (0) || !PROMPT (0) || !SUFFIX (0))
371 PROMPT (0) = savestring (prompt, strlen (prompt));
373 PROMPT (0) = savestring (PROMPT (-1), strlen (PROMPT (-1)));
384 if (strcmp (PROMPT (0), ""))
389 if (strcmp (PROMPT (0), PROMPT (-1)))
391 xfree (PROMPT (-1));
392 PROMPT (
[all...]
H A Devent-top.h73 #define PROMPT(X) the_prompts.prompt_stack[the_prompts.top + X].prompt macro
H A Dtop.c1371 return PROMPT (0);
1382 PROMPT (0) = savestring (s, strlen (s));
1666 PROMPT (0) = savestring (DEFAULT_PROMPT, strlen (DEFAULT_PROMPT));
1672 new_async_prompt = savestring (PROMPT (0), strlen (PROMPT (0)));
/openbsd-current/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dpxssh.py141 self.PROMPT = self.UNIQUE_PROMPT
286 manually set the :attr:`PROMPT` attribute.
434 self.before, self.PROMPT,))
455 set the :attr:`PROMPT` attribute to a regex that it will use for
468 i = self.expect([self.PROMPT, TIMEOUT], timeout=timeout)
485 :attr:`PROMPT` attribute to a regular expression. After that, the
491 i = self.expect ([TIMEOUT, self.PROMPT], timeout=10)
494 i = self.expect([TIMEOUT, self.PROMPT], timeout=10)
/openbsd-current/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbpexpect.py18 PROMPT = "(lldb) " variable in class:PExpectTest
21 self.child.expect_exact(self.PROMPT)
/openbsd-current/usr.bin/sdiff/
H A Dsdiff.c482 goto PROMPT;
492 PROMPT:
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DFirstTime.pm1706 PROMPT: while ($ans = prompt("CPAN build and cache directory?",$default)) { label
1716 next PROMPT;
1727 next PROMPT;
1733 next PROMPT;
1736 last PROMPT;
/openbsd-current/usr.bin/openssl/
H A Dreq.c93 #define PROMPT "prompt" macro
1135 tmp = NCONF_get_string(req_conf, SECTION, PROMPT);
/openbsd-current/gnu/usr.bin/perl/
H A Dconfigure.com610 $ READ SYS$COMMAND/PROMPT="Continue? [n] " ans
664 $ READ SYS$COMMAND/PROMPT="''sub_rp'" ans
824 $ READ SYS$COMMAND/PROMPT="Type carriage return to continue " ans
839 $ READ SYS$COMMAND/PROMPT="Type carriage return to continue " ans
865 $ READ SYS$COMMAND/PROMPT="Type carriage return to continue " ans
988 $! READ SYS$COMMAND/PROMPT="Which of these apply, if any? " ans
1645 $ READ SYS$COMMAND/PROMPT= -
2769 $ READ SYS$COMMAND/PROMPT="Which ""MMS"" do you use? " ans
2905 $ READ SYS$COMMAND/PROMPT="Continue? [n] " ans
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dperl5db.pl10265 =head1 PRE-AND-POST-PROMPT COMMANDS AND ACTIONS

Completed in 222 milliseconds