Home | History | Annotate | Download | only in info

Lines Matching full:readline

343    Brian Fox is the author of the readline libraries providing
15620 GDB reads its input commands via the "Readline" interface. This GNU
15639 *Note Command Line Editing::, for more details about the Readline
15653 GDB uses the GNU History library, a part of the Readline package, to
15700 a tab to prevent it from being expanded. The readline history
17871 GDB output. The GDB input is still managed using readline.
17957 The TUI installs several key bindings in the readline keymaps (*note
18020 are not available for their normal use by readline unless the command
18022 other readline key bindings such as `C-p', `C-n', `C-b' and `C-f' to
23503 * Readline Interaction:: The minimum set of commands for editing a line.
23504 * Readline Init File:: Customizing Readline from a user's view.
23505 * Bindable Readline Commands:: A description of most of the Readline commands
23507 * Readline vi Mode:: A short description of how to make Readline
23511 File: gdb.info, Node: Introduction and Notation, Next: Readline Interaction, Up: Command Line Editing
23541 when seen in this text, or in an init file (*note Readline Init File::).
23547 File: gdb.info, Node: Readline Interaction, Next: Readline Init File, Prev: Introduction and Notation, Up: Command Line Editing
23549 31.2 Readline Interaction
23554 Readline library gives you a set of commands for manipulating the text
23565 * Readline Bare Essentials:: The least you need to know about Readline.
23566 * Readline Movement Commands:: Moving about the input line.
23567 * Readline Killing Commands:: How to delete text, and how to get it back!
23568 * Readline Arguments:: Giving numeric arguments to commands.
23572 File: gdb.info, Node: Readline Bare Essentials, Next: Readline Movement Commands, Up: Readline Interaction
23574 31.2.1 Readline Bare Essentials
23620 File: gdb.info, Node: Readline Movement Commands, Next: Readline Killing Commands, Prev: Readline Bare Essentials, Up: Readline Interaction
23622 31.2.2 Readline Movement Commands
23651 File: gdb.info, Node: Readline Killing Commands, Next: Readline Arguments, Prev: Readline Movement Commands, Up: Readline Interaction
23653 31.2.3 Readline Killing Commands
23704 File: gdb.info, Node: Readline Arguments, Next: Searching, Prev: Readline Killing Commands, Up: Readline Interaction
23706 31.2.4 Readline Arguments
23709 You can pass numeric arguments to Readline commands. Sometimes the
23725 File: gdb.info, Node: Searching, Prev: Readline Arguments, Up: Readline Interaction
23730 Readline provides commands for searching through the command history
23736 Readline displays the next entry from the history matching the string
23751 Any other key sequence bound to a Readline command will terminate the
23757 Readline remembers the last incremental search string. If two
23766 File: gdb.info, Node: Readline Init File, Next: Bindable Readline Commands, Prev: Readline Interaction, Up: Command Line Editing
23768 31.3 Readline Init File
23771 Although the Readline library comes with a set of Emacs-like
23773 of keybindings. Any user can customize programs that use Readline by
23779 When a program which uses the Readline library starts up, the init
23787 * Readline Init File Syntax:: Syntax for the commands in the inputrc file.
23794 File: gdb.info, Node: Readline Init File Syntax, Next: Conditional Init Constructs, Up: Readline Init File
23796 31.3.1 Readline Init File Syntax
23799 There are only a few basic constructs allowed in the Readline init
23806 You can modify the run-time behavior of Readline by altering the
23807 values of variables in Readline using the `set' command within the
23828 Controls what happens when Readline wants to ring the
23829 terminal bell. If set to `none', Readline never rings the
23830 bell. If set to `visible', Readline uses a visible bell if
23832 Readline attempts to ring the terminal's bell.
23835 If set to `on', Readline attempts to bind the control
23837 to their Readline equivalents.
23845 If set to `on', Readline performs filename matching and
23853 than this value, Readline will ask the user whether or not he
23856 equal to 0. A negative value means Readline should never ask.
23860 If set to `on', Readline will convert characters with the
23866 If set to `On', Readline will inhibit word completion.
23872 bindings is used. By default, Readline starts up in Emacs
23877 When set to `on', Readline will try to enable the application
23882 If set to `on', tilde expansion is performed when Readline
23898 If set to `on', Readline will enable eight-bit input (it will
23912 Sets Readline's idea of the current keymap for key binding
23925 This variable, when set to `on', causes Readline to display an
23935 This variable, when set to `on', causes Readline to match
23942 If set to `on', Readline will display characters with the
23947 If set to `on', Readline uses an internal `more'-like pager
23952 If set to `on', Readline will display completions with matches
23990 In addition to command names, readline allows keys to be bound to
24095 File: gdb.info, Node: Conditional Init Constructs, Next: Sample Init File, Prev: Readline Init File Syntax, Up: Readline Init File
24100 Readline implements a facility similar in spirit to the conditional
24108 Readline. The text of the test extends to the end of the line; no
24113 whether Readline is in `emacs' or `vi' mode. This may be
24116 `emacs-ctlx' keymaps only if Readline is starting out in
24130 Readline library sets the APPLICATION NAME, and you can test
24155 File: gdb.info, Node: Sample Init File, Prev: Conditional Init Constructs, Up: Readline Init File
24165 # programs that use the GNU Readline library. Existing
24265 File: gdb.info, Node: Bindable Readline Commands, Next: Readline vi Mode, Prev: Readline Init File, Up: Command Line Editing
24267 31.4 Bindable Readline Commands
24277 * Commands For Completion:: Getting Readline to do the typing for you.
24281 This section describes Readline commands that may be bound to key
24291 File: gdb.info, Node: Commands For Moving, Next: Commands For History, Up: Bindable Readline Commands
24325 File: gdb.info, Node: Commands For History, Next: Commands For Text, Prev: Commands For Moving, Up: Bindable Readline Commands
24398 File: gdb.info, Node: Commands For Text, Next: Commands For Killing, Prev: Commands For History, Up: Bindable Readline Commands
24455 `readline()' starts in insert mode.
24466 File: gdb.info, Node: Commands For Killing, Next: Numeric Arguments, Prev: Commands For Text, Up: Bindable Readline Commands
24532 File: gdb.info, Node: Numeric Arguments, Next: Commands For Completion, Prev: Commands For Killing, Up: Bindable Readline Commands
24555 File: gdb.info, Node: Commands For Completion, Next: Keyboard Macros, Prev: Numeric Arguments, Up: Bindable Readline Commands
24557 31.4.6 Letting Readline Type For You
24592 File: gdb.info, Node: Keyboard Macros, Next: Miscellaneous Commands, Prev: Commands For Completion, Up: Bindable Readline Commands
24610 File: gdb.info, Node: Miscellaneous Commands, Prev: Keyboard Macros, Up: Bindable Readline Commands
24671 Print all of the functions and their key bindings to the Readline
24678 Readline output stream. If a numeric argument is supplied, the
24683 Print all of the Readline key sequences bound to macros and the
24698 File: gdb.info, Node: Readline vi Mode, Prev: Bindable Readline Commands, Up: Command Line Editing
24700 31.5 Readline vi Mode
24703 While the Readline library does not have a full set of `vi' editing
24705 The Readline `vi' mode behaves as specified in the POSIX 1003.2
24710 `vi' mode and to vi-editing-mode in `emacs' mode). The Readline
24728 GNU Readline Library Manual.
25109 `gdb-7.1-android-gg2/readline'
25138 `readline', `mmalloc', and `libiberty' libraries, then `gdb' itself.
25160 `bfd', `readline', and other sibling directories of the `gdb'
32004 * bell-style: Readline Init File Syntax.
32006 * bind-tty-special-chars: Readline Init File Syntax.
32145 * command editing: Readline Bare Essentials.
32172 * comment-begin: Readline Init File Syntax.
32196 * completion-query-items: Readline Init File Syntax.
32230 * convert-meta: Readline Init File Syntax.
32347 * disable-completion: Readline Init File Syntax.
32415 * editing command lines: Readline Bare Essentials.
32418 * editing-mode: Readline Init File Syntax.
32431 * enable-keypad: Readline Init File Syntax.
32478 Readline Init File Syntax.
32724 * history-preserve-point: Readline Init File Syntax.
32736 * horizontal-scroll-mode: Readline Init File Syntax.
32853 * initialization file, readline: Readline Init File. (line 6)
32857 * input-meta: Readline Init File Syntax.
32870 * interaction, readline: Readline Interaction.
32895 * isearch-terminators: Readline Init File Syntax.
32907 * keymap: Readline Init File Syntax.
32912 * kill ring: Readline Killing Commands.
32922 * killing text: Readline Killing Commands.
33094 * mark-modified-lines: Readline Init File Syntax.
33096 * mark-symlinked-directories: Readline Init File Syntax.
33098 * match-hidden-files: Readline Init File Syntax.
33120 * meta-flag: Readline Init File Syntax.
33202 * notation, readline: Readline Bare Essentials.
33250 * output-meta: Readline Init File Syntax.
33277 * page-completions: Readline Init File Syntax.
33482 * readline: Editing. (line 6)
34021 * show-all-if-ambiguous: Readline Init File Syntax.
34023 * show-all-if-unmodified: Readline Init File Syntax.
34403 * variables, readline: Readline Init File Syntax.
34418 * visible-stats: Readline Init File Syntax.
34472 * yanking text: Readline Killing Commands.
34834 Node: Readline Interaction896238
34835 Node: Readline Bare Essentials897427
34836 Node: Readline Movement Commands899214
34837 Node: Readline Killing Commands900177
34838 Node: Readline Arguments902095
34840 Node: Readline Init File905286
34841 Node: Readline Init File Syntax906349
34844 Node: Bindable Readline Commands923927
34853 Node: Readline vi Mode940434