Searched refs:rl_newline (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/lib/libedit/edit/readline/
H A Dreadline.h185 int rl_newline(int, int);
/freebsd-9.3-release/contrib/libreadline/
H A Dfunmap.c61 { "accept-line", rl_newline },
H A Dvi_keymap.c46 { ISFUNC, rl_newline }, /* Control-j */
49 { ISFUNC, rl_newline }, /* Control-m */
326 { ISFUNC, rl_newline }, /* Control-j */
329 { ISFUNC, rl_newline }, /* Control-m */
H A Dreadline.c427 rl_newline (1, '\n');
437 the only character typed was something bound to rl_newline, do so. */
438 if (rl_erase_empty_line && rl_done && rl_last_func == rl_newline &&
H A Dvi_mode.c635 return (rl_newline (1, '\n'));
1637 vi_replace_map[RETURN].function = rl_newline;
1638 vi_replace_map[NEWLINE].function = rl_newline;
H A Dreadline.h106 extern int rl_newline PARAMS((int, int));
570 rl_newline. */
H A Demacs_keymap.c46 { ISFUNC, rl_newline }, /* Control-j */
49 { ISFUNC, rl_newline }, /* Control-m */
H A Dtext.c922 rl_newline (count, key) function
1189 rl_newline (1, '\n');
/freebsd-9.3-release/contrib/gdb/gdb/tui/
H A Dtui.c119 rl_newline (1, '\n');
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dtop.c1149 return rl_newline (1, key);
/freebsd-9.3-release/lib/libedit/
H A Dreadline.c1874 rl_newline(int count, int c) function

Completed in 191 milliseconds