| /vim-8.2.3635/src/proto/ |
| H A D | memline.pro | 24 int ml_append(linenr_T lnum, char_u *line, colnr_T len, int newfile);
|
| /vim-8.2.3635/src/ |
| H A D | memline.c | 1521 ml_append(lnum++, (char_u *)_("???MANY LINES MISSING"), in ml_recover() 1537 ml_append(lnum++, (char_u *)_("???LINE COUNT WRONG"), in ml_recover() 1544 ml_append(lnum++, (char_u *)_("???EMPTY BLOCK"), in ml_recover() 1570 ml_append(lnum++, (char_u *)_("???LINES MISSING"), in ml_recover() 1608 ml_append(lnum++, (char_u *)_("???BLOCK MISSING"), in ml_recover() 1624 ml_append(lnum++, (char_u *)_("??? from here until ???END lines may be messed up"), in ml_recover() 1640 ml_append(lnum++, (char_u *)_("??? from here until ???END lines may have been inserted/deleted"), in ml_recover() 1657 ml_append(lnum++, p, (colnr_T)0, TRUE); in ml_recover() 1660 ml_append(lnum++, (char_u *)_("???END"), in ml_recover() 3337 ml_append( in ml_append() function
|
| H A D | terminal.c | 5029 ml_append(curbuf->b_ml.ml_line_count, ga_text.ga_data, in read_dump_file() 5211 ml_append(curbuf->b_ml.ml_line_count, ga_text.ga_data, in read_dump_file() 5394 ml_append(curbuf->b_ml.ml_line_count, textline, 0, FALSE); in term_load_dump() 5401 ml_append(curbuf->b_ml.ml_line_count, textline, 0, FALSE); in term_load_dump() 5507 ml_append(term->tl_top_diff_rows + lnum, textline, 0, FALSE); in term_load_dump() 5518 ml_append(term->tl_top_diff_rows + lnum, textline, 0, FALSE); in term_load_dump() 5572 ml_append(bot_start, p, 0, FALSE); in term_swap_diff() 5584 ml_append(lnum - 1, p, 0, FALSE); in term_swap_diff() 5592 ml_append(line_count - top_rows - 1, p, 0, FALSE); in term_swap_diff() 5601 ml_append(bot_rows, p, 0, FALSE); in term_swap_diff()
|
| H A D | register.c | 1681 ml_append(curwin->w_cursor.lnum, ptr, (colnr_T)0, FALSE); in do_put() 1836 if (ml_append(curbuf->b_ml.ml_line_count, (char_u *)"", in do_put() 2112 ml_append(lnum, newp, (colnr_T)0, FALSE); in do_put() 2134 if (ml_append(lnum, y_array[i], (colnr_T)0, FALSE) in do_put()
|
| H A D | popupmenu.c | 876 ml_append(lnum++, p, 0, FALSE); in pum_set_selected() 882 ml_append(lnum++, p, (int)(e - p + 1), FALSE); in pum_set_selected()
|
| H A D | ex_cmds.c | 630 if (ml_append(lnum++, sortbuf1, (colnr_T)0, FALSE) == FAIL) in ex_sort() 721 ml_append(dest + l - line1, str, (colnr_T)0, FALSE); in do_move() 854 ml_append(curwin->w_cursor.lnum, p, (colnr_T)0, FALSE); in ex_copy() 3363 ml_append(lnum, theline, (colnr_T)0, FALSE); in ex_append() 4575 ml_append(lnum - 1, new_start, plen, FALSE); in ex_substitute()
|
| H A D | alloc.c | 863 ml_append(curwin->w_cursor.lnum++, gap->ga_data, 0, FALSE); in append_ga_line()
|
| H A D | if_tcl.c | 727 if (ml_append((linenr_T)(n - 1), in bufselfcmd() 858 if (ml_append((linenr_T)val1, (char_u *)line, 0, FALSE) != OK) in bufselfcmd()
|
| H A D | fileio.c | 2166 if (ml_append(lnum, line_start, len, newfile) == FAIL) in readfile() 2236 if (ml_append(lnum, line_start, len, newfile) == FAIL) in readfile() 2286 if (ml_append(lnum, line_start, len, newfile) == FAIL) in readfile() 3998 if (p == NULL || ml_append(lnum - 1, p, 0, FALSE) == FAIL) in move_lines()
|
| H A D | job.c | 1551 ml_append(lnum, (char_u *)"", 0, FALSE); in invoke_prompt_callback() 1630 ml_append(curbuf->b_ml.ml_line_count, prompt, 0, FALSE); in init_prompt()
|
| H A D | evalbuffer.c | 237 if (ml_append(lnum - 1, line, (colnr_T)0, FALSE) == OK) in set_buffer_lines()
|
| H A D | if_mzsch.c | 2686 if (ml_append((linenr_T)(lo + i - 1), in set_buffer_line_list() 2771 else if (ml_append((linenr_T)n, (char_u *)str, 0, FALSE) == FAIL) in insert_buffer_line_list() 2830 if (ml_append((linenr_T)(n + i), (char_u *)array[i], in insert_buffer_line_list()
|
| H A D | spell.c | 3927 ml_append(lnum++, IObuff, (colnr_T)0, FALSE); in spell_dump_compl() 3946 ml_append(lnum++, IObuff, (colnr_T)0, FALSE); in spell_dump_compl() 4129 ml_append(lnum, p, (colnr_T)0, FALSE); in dump_word()
|
| H A D | help.c | 912 ml_append(lnum, cp, (colnr_T)0, FALSE); in fix_help_buffer()
|
| H A D | if_ruby.c | 1533 ml_append(n, (char_u *) line, (colnr_T) 0, FALSE); in buffer_append()
|
| H A D | if_perl.xs | 1966 ml_append(lnum, (char_u *)line, (colnr_T)0, FALSE);
|
| H A D | if_py_both.h | 4652 if (ml_append((linenr_T)(lo + i - 1), in SetBufferLineList() 4740 else if (ml_append((linenr_T)n, (char_u *)str, 0, FALSE) == FAIL) in InsertBufferLines() 4796 if (ml_append((linenr_T)(n + i), in InsertBufferLines()
|
| H A D | change.c | 2101 if (ml_append(curwin->w_cursor.lnum, p_extra, (colnr_T)0, FALSE) in open_line()
|
| H A D | netbeans.c | 1420 ml_append((linenr_T)(lnum - 1), args, in nb_do_cmd()
|
| H A D | if_lua.c | 1537 else if (ml_append(n, luaV_toline(L, 2), 0, FALSE) == FAIL) in luaV_buffer_insert()
|
| H A D | diff.c | 2818 ml_append(lnum + i - 1, p, 0, FALSE); in ex_diffgetput()
|
| H A D | ex_getln.c | 4329 ml_append(lnum++, get_histentry(histtype)[i].hisstr, in open_cmdwin()
|
| H A D | ops.c | 1137 ml_append(curwin->w_cursor.lnum++, after_p, 0, FALSE); in op_replace()
|
| H A D | channel.c | 2674 ml_append(lnum, msg, 0, FALSE); in append_to_buffer()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | todo.txt | 6141 - Optimize ml_append() for speed, esp. for reading a file.
|