Lines Matching refs:line_start
144 char_u *line_start = NULL; // init to shut up gcc in readfile() local
1166 line_start = buffer; in readfile()
1379 line_start = buffer; in readfile()
1584 line_start = ptr - linerest; in readfile()
1585 mch_memmove(line_start, buffer, (size_t)linerest); in readfile()
1982 line_start = dest - linerest; in readfile()
1983 mch_memmove(line_start, buffer, (size_t)linerest); in readfile()
2165 len = (colnr_T) (ptr - line_start + 1); in readfile()
2166 if (ml_append(lnum, line_start, len, newfile) == FAIL) in readfile()
2173 sha256_update(&sha_ctx, line_start, len); in readfile()
2179 line_start = ptr; // nothing left to write in readfile()
2185 line_start = ptr + 1; in readfile()
2203 len = (colnr_T)(ptr - line_start + 1); in readfile()
2206 if (ptr > line_start && ptr[-1] == CAR) in readfile()
2236 if (ml_append(lnum, line_start, len, newfile) == FAIL) in readfile()
2243 sha256_update(&sha_ctx, line_start, len); in readfile()
2249 line_start = ptr; // nothing left to write in readfile()
2255 line_start = ptr + 1; in readfile()
2259 linerest = (long)(ptr - line_start); in readfile()
2278 && *line_start == Ctrl_Z in readfile()
2279 && ptr == line_start + 1)) in readfile()
2285 len = (colnr_T)(ptr - line_start + 1); in readfile()
2286 if (ml_append(lnum, line_start, len, newfile) == FAIL) in readfile()
2292 sha256_update(&sha_ctx, line_start, len); in readfile()