Home
last modified time | relevance | path

Searched refs:rl_modifying (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/
H A Dmanexamp.c99 rl_modifying (start, end);
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/examples/
H A Dmanexamp.c99 rl_modifying (start, end);
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dundo.c312 rl_modifying (int start, int end) in rl_modifying() function
H A Dreadline.h385 extern int rl_modifying PARAMS((int, int));
H A Dtext.c1431 rl_modifying (start, end); in rl_change_case()
/netbsd-src/external/gpl3/gdb/dist/readline/readline/doc/
H A Drltech.texi979 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 Dreadline.info2418 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)