Home
last modified time | relevance | path

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

/NextBSD/contrib/libreadline/
HDkill.c178 text = rl_copy_text (from, to);
418 text = rl_copy_text (rl_point, rl_mark);
HDutil.c140 rl_copy_text (from, to) in rl_copy_text() function
HDundo.c280 char *temp = rl_copy_text (start, end);
HDtext.c138 text = rl_copy_text (from, to);
1354 word1 = rl_copy_text (w1_beg, w1_end);
1355 word2 = rl_copy_text (w2_beg, w2_end);
HDreadline.h396 extern char *rl_copy_text PARAMS((int, int));
HDcomplete.c1669 text = rl_copy_text (start, end);
2159 orig_text = rl_copy_text (orig_start, orig_end);
/NextBSD/contrib/libreadline/doc/
HDrltech.texi977 @deftypefun {char *} rl_copy_text (int start, int end)