Home
last modified time | relevance | path

Searched refs:ml_append (Results 1 – 25 of 43) sorted by relevance

12

/dports/net-mgmt/collectd5/collectd-5.12.0/src/liboconfig/
H A Dscanner.l54 static void ml_append (char *);
129 ml_append (yytext);
143 ml_append(yytext);
146 ml_append(yytext);
153 static void ml_append (char *string)
H A Dscanner.c3359 static void ml_append (char *);
3750 ml_append (yytext);
3773 ml_append(yytext);
3781 ml_append(yytext);
4774 static void ml_append (char *string) in ml_append() function
/dports/editors/vim/vim-8.2.3745/src/proto/
H A Dmemline.pro24 int ml_append(linenr_T lnum, char_u *line, colnr_T len, int newfile);
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dmemline.c1059 ml_append(lnum++, (char_u *)_("???MANY LINES MISSING"), in ml_recover()
1071 ml_append(lnum++, (char_u *)_("???LINE COUNT WRONG"), in ml_recover()
1077 ml_append(lnum++, (char_u *)_("???EMPTY BLOCK"), in ml_recover()
1099 ml_append(lnum++, (char_u *)_("???LINES MISSING"), in ml_recover()
1129 ml_append(lnum++, (char_u *)_("???BLOCK MISSING"), in ml_recover()
1138 ml_append(lnum++, in ml_recover()
1155 ml_append(lnum++, in ml_recover()
1172 ml_append(lnum++, p, (colnr_T)0, true); in ml_recover()
1175 ml_append(lnum++, (char_u *)_("???END"), (colnr_T)0, true); in ml_recover()
1943 int ml_append(linenr_T lnum, char_u *line, colnr_T len, bool newfile) in ml_append() function
H A Dpopupmnu.c765 ml_append(lnum++, p, 0, false); in pum_set_selected()
769 ml_append(lnum++, p, (int)(e - p + 1), false); in pum_set_selected()
H A Dterminal.c1474 ml_append(0, (uint8_t *)term->textbuf, 0, false); in refresh_scrollback()
1492 ml_append(buf_index, (uint8_t *)term->textbuf, 0, false); in refresh_scrollback()
1528 ml_append(linenr - 1, (uint8_t *)term->textbuf, 0, false); in refresh_screen()
H A Dex_cmds.c676 if (ml_append(lnum++, sortbuf1, (colnr_T)0, false) == FAIL) { in ex_sort()
950 ml_append(dest + l - line1, str, (colnr_T)0, false); in do_move()
1085 ml_append(curwin->w_cursor.lnum, p, (colnr_T)0, false); in ex_copy()
3011 ml_append(lnum, theline, (colnr_T)0, false); in ex_append()
4134 ml_append(lnum - 1, new_start, in do_sub()
5447 ml_append(lnum, cp, (colnr_T)0, false); in fix_help_buffer()
5963 ml_append(linenr_preview, (char_u *)str, (colnr_T)line_size, false); in show_sub()
H A Dfileio.c1581 if (ml_append(lnum, line_start, len, newfile) == FAIL) { in readfile()
1637 if (ml_append(lnum, line_start, len, newfile) == FAIL) { in readfile()
1685 if (ml_append(lnum, line_start, len, newfile) == FAIL) { in readfile()
4868 if (ml_append(lnum - 1, p, 0, false) == FAIL) { in move_lines()
H A Dops.c1901 ml_append(curwin->w_cursor.lnum++, after_p, (int)after_p_len, false); in op_replace()
3068 ml_append(curwin->w_cursor.lnum, ptr, (colnr_T)0, false); in do_put()
3214 if (ml_append(curbuf->b_ml.ml_line_count, (char_u *)"", in do_put()
3456 ml_append(lnum, newp, (colnr_T)0, false); in do_put()
3473 && ml_append(lnum, y_array[i], (colnr_T)0, false) in do_put()
/dports/editors/vim/vim-8.2.3745/src/
H A Dmemline.c1521 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()
3338 ml_append( in ml_append() function
H A Dregister.c1665 ml_append(curwin->w_cursor.lnum, ptr, (colnr_T)0, FALSE); in do_put()
1820 if (ml_append(curbuf->b_ml.ml_line_count, (char_u *)"", in do_put()
2107 ml_append(lnum, newp, (colnr_T)0, FALSE); in do_put()
2129 if (ml_append(lnum, y_array[i], (colnr_T)0, FALSE) in do_put()
H A Dpopupmenu.c876 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 Dalloc.c865 ml_append(curwin->w_cursor.lnum++, gap->ga_data, 0, FALSE); in append_ga_line()
H A Dterminal.c5048 ml_append(curbuf->b_ml.ml_line_count, ga_text.ga_data, in read_dump_file()
5230 ml_append(curbuf->b_ml.ml_line_count, ga_text.ga_data, in read_dump_file()
5413 ml_append(curbuf->b_ml.ml_line_count, textline, 0, FALSE); in term_load_dump()
5420 ml_append(curbuf->b_ml.ml_line_count, textline, 0, FALSE); in term_load_dump()
5526 ml_append(term->tl_top_diff_rows + lnum, textline, 0, FALSE); in term_load_dump()
5537 ml_append(term->tl_top_diff_rows + lnum, textline, 0, FALSE); in term_load_dump()
5591 ml_append(bot_start, p, 0, FALSE); in term_swap_diff()
5603 ml_append(lnum - 1, p, 0, FALSE); in term_swap_diff()
5611 ml_append(line_count - top_rows - 1, p, 0, FALSE); in term_swap_diff()
5620 ml_append(bot_rows, p, 0, FALSE); in term_swap_diff()
H A Dex_cmds.c630 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()
3361 ml_append(lnum, theline, (colnr_T)0, FALSE); in ex_append()
4573 ml_append(lnum - 1, new_start, plen, FALSE); in ex_substitute()
H A Dif_tcl.c735 if (ml_append((linenr_T)(n - 1), in bufselfcmd()
866 if (ml_append((linenr_T)val1, (char_u *)line, 0, FALSE) != OK) in bufselfcmd()
H A Djob.c1551 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 Devalbuffer.c237 if (ml_append(lnum - 1, line, (colnr_T)0, FALSE) == OK) in set_buffer_lines()
H A Dfileio.c2166 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 Dif_mzsch.c2686 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 Dhelp.c911 ml_append(lnum, cp, (colnr_T)0, FALSE); in fix_help_buffer()
H A Dspell.c3927 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()
/dports/editors/neovim/neovim-0.6.1/src/nvim/os/
H A Dshell.c1145 ml_append(curwin->w_cursor.lnum++, (char_u *)output, (int)off + 1, in write_output()
1164 ml_append(curwin->w_cursor.lnum++, (char_u *)output, 0, false); in write_output()
/dports/editors/neovim/neovim-0.6.1/src/nvim/api/
H A Dbuffer.c481 if (ml_append((linenr_T)lnum, (char_u *)lines[i], 0, false) == FAIL) { in nvim_buf_set_lines()
720 if (ml_append((linenr_T)lnum, (char_u *)lines[i], 0, false) == FAIL) { in nvim_buf_set_text()
/dports/devel/clewn/clewn-1.14/
H A Dgdb_lvl2.c913 if (ml_append(lnum, displine, 0, 0) == OK)

12