Searched refs:rl_modifying (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/ |
H A D | manexamp.c | 99 rl_modifying (start, end);
|
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/examples/ |
H A D | manexamp.c | 99 rl_modifying (start, end);
|
/netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
H A D | undo.c | 312 rl_modifying (int start, int end) in rl_modifying() function
|
H A D | readline.h | 385 extern int rl_modifying PARAMS((int, int));
|
H A D | text.c | 1431 rl_modifying (start, end); in rl_change_case()
|
/netbsd-src/external/gpl3/gdb/dist/readline/readline/doc/ |
H A D | rltech.texi | 979 existing text (e.g., change its case), call @code{rl_modifying()} 983 @deftypefun int rl_modifying (int start, int end) 1485 rl_modifying (start, end);
|
H A D | readline.info | 2418 the existing text (e.g., change its case), call 'rl_modifying()' once, 2422 -- Function: int rl_modifying (int start, int end) 2882 rl_modifying (start, end); 5021 * rl_modifying: Allowing Undoing. (line 56)
|