Home
last modified time | relevance | path

Searched refs:linecopy (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dcindent.c2042 char_u *linecopy; in get_c_indent() local
2084 linecopy = vim_strsave(ml_get(cur_curpos.lnum)); in get_c_indent()
2085 if (linecopy == NULL) in get_c_indent()
2094 && curwin->w_cursor.col < (colnr_T)STRLEN(linecopy) in get_c_indent()
2095 && linecopy[curwin->w_cursor.col] == ')') in get_c_indent()
2096 linecopy[curwin->w_cursor.col] = NUL; in get_c_indent()
2098 theline = skipwhite(linecopy); in get_c_indent()
2125 if (*theline == '#' && (*linecopy == '#' || in_cinkeys('#', ' ', TRUE))) in get_c_indent()
3857 vim_free(linecopy); in get_c_indent()
H A Dbuffer.c5452 char_u *linecopy; // local copy of any modeline found in chk_modeline() local
5497 s = linecopy = vim_strsave(s); // copy the line, it will change in chk_modeline()
5498 if (linecopy == NULL) in chk_modeline()
5566 vim_free(linecopy); in chk_modeline()
H A Dscreen.c3035 linecopy(int to, int from, win_T *wp) in linecopy() function
3780 linecopy(j + line_count, j, wp); in screen_ins_lines()
4001 linecopy(j - line_count, j, wp); in screen_del_lines()
/vim-8.2.3635/runtime/syntax/
H A Daml.vim29 …e line2pt linea[djustment] linecl[osureangle] linecolor linecolorr[amp] linecopy linecopyl[ayer] l…