Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dhardcopy.c133 linenr_T file_line; // line nr in the buffer member
685 page_prtpos.file_line = eap->line1; in ex_hardcopy()
748 prtpos.file_line); in ex_hardcopy()
759 STRLEN(skipwhite(ml_get(prtpos.file_line))); in ex_hardcopy()
760 if (++prtpos.file_line > eap->line2) in ex_hardcopy()
773 if (prtpos.file_line > eap->line2) in ex_hardcopy()
781 if (prtpos.file_line > eap->line2 && settings.duplex in ex_hardcopy()
789 if (settings.duplex && prtpos.file_line <= eap->line2) in ex_hardcopy()
839 prt_line_number(psettings, page_line, ppos->file_line); in hardcopy_line()
850 line = ml_get(ppos->file_line); in hardcopy_line()
[all …]
H A Dsearch.c3351 char_u *file_line; in find_pattern_in_path() local
3374 file_line = alloc(LSIZE); in find_pattern_in_path()
3375 if (file_line == NULL) in find_pattern_in_path()
3753 else if (vim_fgets(line = file_line, in find_pattern_in_path()
3937 && vim_fgets(line = file_line, LSIZE, files[depth].fp)) in find_pattern_in_path()
4002 vim_free(file_line); in find_pattern_in_path()