Home
last modified time | relevance | path

Searched refs:c_insert (Results 1 – 8 of 8) sorted by relevance

/src/contrib/tcsh/
H A Ded.chared.c111 void c_insert (int);
162 c_insert(int num) in c_insert() function
1281 c_insert(2); /* prompt + '\n' */ in v_search()
1436 c_insert(Argument * n); in e_insert_str()
1467 c_insert(1); in e_insert()
1482 c_insert(Argument); in e_insert()
1505 c_insert(len); in InsertStr()
1546 c_insert(1); in e_digit()
2227 c_insert(len); in e_dabbrev_expand()
2256 c_insert(len); /* open the space, */ in e_yank_kill()
[all …]
H A DFixes656 38. make c_insert not static so that it can be used from win32 (amol)
/src/contrib/libedit/
H A Dchared.h144 libedit_private void c_insert(EditLine *, int);
H A Demacs.c139 c_insert(el, in em_yank()
455 c_insert(el, (int)(el->el_line.cursor - cp)); in em_copy_prev_word()
H A Dvi.c116 c_insert(el, (int)len); in cv_paste()
916 c_insert(el, 1); in vi_comment_out()
1119 c_insert(el, len + 1); in vi_history_word()
H A Dcommon.c93 c_insert(el, 1); in ed_insert()
99 c_insert(el, el->el_state.argument); in ed_insert()
H A Dchared.c99 c_insert(EditLine *el, int num) in c_insert() function
611 c_insert(el, (int)len); in el_winsertstr()
H A DChangeLog247 * emacs.c: Retrieve the cursor position after calling c_insert,
248 because c_insert could enlarge the line buffer making the old