Lines Matching refs:prompt
15 " - Using a "prompt" buffer; may use a terminal window for the program
29 " Opens a window with a prompt buffer to communicate with gdb.
42 " Need either the +terminal feature or +channel and the prompt buffer.
47 let s:way = 'prompt'
50 let s:err = 'Cannot debug, missing prompt buffer support'
158 let s:way = 'prompt'
161 if s:way == 'prompt'
233 " Add -quiet to avoid the intro message causing a hit-enter prompt.
326 " "Type <return> to continue" prompt.
338 " Open a window with a prompt buffer to run gdb in.
347 set buftype=prompt
358 " Add -quiet to avoid the intro message causing a hit-enter prompt.
404 " Since GDB runs in a prompt window, the environment has not been set to
481 if s:way == 'prompt'
490 if s:way == 'prompt'
506 " Function called when entering a line in the prompt buffer.
511 " Function called when pressing CTRL-C in the prompt buffer and when placing a
532 " Drop the gdb prompt, we have our own.
554 " Add the output above the current prompt.
808 if s:way == 'prompt'
933 if s:way == 'prompt'