Home
last modified time | relevance | path

Searched refs:line_end (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dhardcopy.c1705 int line_end; member
1716 idx = prt_resfile.line_end + 1; in prt_resfile_next_line()
1731 prt_resfile.line_end = idx; in prt_resfile_next_line()
1740 if (len > (prt_resfile.line_end - (prt_resfile.line_start + offset))) in prt_resfile_strncmp()
1753 while (idx < prt_resfile.line_end) in prt_resfile_skip_nonws()
1768 while (idx < prt_resfile.line_end) in prt_resfile_skip_ws()
1820 p_dsc_line->len = prt_resfile.line_end - (prt_resfile.line_start + offset); in prt_next_dsc()
1859 prt_resfile.line_end = -1; in prt_open_resource()
H A Duserfunc.c1404 char_u *line_end; in get_lambda_tv() local
1420 line_end = vim_strchr(start, '\n'); in get_lambda_tv()
1421 if (line_end == NULL || line_end > end) in get_lambda_tv()
1422 line_end = end; in get_lambda_tv()
1425 len = 7 + (int)(line_end - start) + 1; in get_lambda_tv()
1433 if (line_end != end) in get_lambda_tv()
1437 while (*line_end == '\n') in get_lambda_tv()
1441 start = line_end + 1; in get_lambda_tv()
1442 line_end = vim_strchr(start, '\n'); in get_lambda_tv()
1443 if (line_end == NULL) in get_lambda_tv()
[all …]