Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dex_cmds.c298 varnumber_T end_col_nr; // ending column number member
354 l1.st_u.line.end_col_nr - l1.st_u.line.start_col_nr + 1); in sort_compare()
355 sortbuf1[l1.st_u.line.end_col_nr - l1.st_u.line.start_col_nr] = 0; in sort_compare()
357 l2.st_u.line.end_col_nr - l2.st_u.line.start_col_nr + 1); in sort_compare()
358 sortbuf2[l2.st_u.line.end_col_nr - l2.st_u.line.start_col_nr] = 0; in sort_compare()
588 nrs[lnum - eap->line1].st_u.line.end_col_nr = end_col; in ex_sort()