Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_tcl.c100 #define row2tcl(x) ((x) - (tclinfo.lbase==0)) macro
587 val1 = row2tcl(val1); in bufselfcmd()
829 (int)row2tcl(pos->lnum), (int)col2tcl(pos->col)); in bufselfcmd()
1047 …sprintf(buf, _("row %d column %d"), (int)row2tcl(win->w_cursor.lnum), (int)col2tcl(win->w_cursor.c… in winselfcmd()
1796 tclinfo.range_start = row2tcl(eap->line1); in tclinit()
1797 tclinfo.range_end = row2tcl(eap->line2); in tclinit()
1969 lnum = row2tcl(rs); in ex_tcldo()