Lines Matching refs:ml_get_curline
392 return get_indent_str_vtab(ml_get_curline(), (int)curbuf->b_p_ts, in get_indent()
395 return get_indent_str(ml_get_curline(), (int)curbuf->b_p_ts, FALSE); in get_indent()
529 p = oldline = ml_get_curline(); in set_indent()
1010 for (col = 0, ptr = ml_get_curline(); VIM_ISWHITE(*ptr); ++col) in inindent()
1056 l = skipwhite(ml_get_curline()); in op_reindent()
1238 orig_line = vim_strsave(ml_get_curline()); // Deal with NULL below in change_indent()
1309 ptr = ml_get_curline(); in change_indent()
1404 new_line = vim_strsave(ml_get_curline()); in change_indent()
1551 line_len = (int)STRLEN(ml_get_curline()) + 1; in copy_indent()
1560 mch_memmove(p, ml_get_curline(), (size_t)line_len); in copy_indent()
1930 for (that = ml_get_curline(); *that != NUL; ++that) in get_lisp_indent()
1979 that = ml_get_curline(); in get_lisp_indent()