Lines Matching refs:linenr_T
18 typedef long linenr_T; typedef
28 linenr_T lnum; // line number
39 linenr_T lnum; // line number
89 linenr_T sc_lnum; // line number
392 linenr_T ue_top; // number of line above undo block
393 linenr_T ue_bot; // number of line below undo block
394 linenr_T ue_lcount; // linecount when u_save called
727 linenr_T ip_low; // lowest lnum in this block
728 linenr_T ip_high; // highest lnum in this block
752 linenr_T ml_line_count; // number of lines in the buffer
767 linenr_T ml_line_lnum; // line number of cached line, 0 if not valid
771 linenr_T ml_locked_low; // first line in ml_locked
772 linenr_T ml_locked_high; // last line in ml_locked
841 linenr_T se_lnum; // line number which has this sign
1020 linenr_T throw_lnum; // line number of the throw point
1083 linenr_T sst_lnum; // line number for this state
1094 linenr_T sst_change_lnum;// when non-zero, change in this line
1726 linenr_T breakpoint; // next line with breakpoint or zero
1993 linenr_T firstline; // first line of range
1994 linenr_T lastline; // last line of range
2256 linenr_T ch_buf_top; // next line to send
2257 linenr_T ch_buf_bot; // last line to send
2391 linenr_T jo_in_top;
2392 linenr_T jo_in_bot;
2633 linenr_T b_sst_check_lnum;
2729 linenr_T b_mod_top; // topmost lnum that was changed
2730 linenr_T b_mod_bot; // lnum below last changed line, AFTER the
2812 linenr_T b_u_line_lnum; // line number of line in u_line
3039 linenr_T b_no_eol_lnum; // non-zero lnum when last line of next binary
3184 linenr_T df_lnum[DB_COUNT]; // line number in buffer
3185 linenr_T df_count[DB_COUNT]; // nr of inserted/changed lines
3259 linenr_T wl_lnum; // buffer line number for logical line
3264 linenr_T wl_lastlnum; // last buffer line number for logical line
3304 linenr_T lnum; // the line to search for a match
3307 linenr_T first_lnum; // first lnum to search for multi-line pat
3325 linenr_T lnum; // line number
3339 linenr_T toplnum; // top buffer line
3340 linenr_T botlnum; // bottom buffer line
3436 linenr_T w_last_cursorline; // where last time 'cursorline' was drawn
3443 linenr_T w_old_cursor_lnum; // last known end of visual part
3446 linenr_T w_old_visual_lnum; // last known start of visual part
3456 linenr_T w_topline; // buffer line number of the line at the
3461 linenr_T w_botline; // number of the line below the bottom of
3535 linenr_T w_popup_last_curline; // last known w_cursor.lnum of window
3543 linenr_T w_popup_lnum; // close popup if cursor not on this line
3641 linenr_T w_redraw_top; // when != 0: first line needing redraw
3642 linenr_T w_redraw_bot; // when != 0: last line needing redraw
3649 linenr_T w_ru_topline; // topline shown in ruler
3650 linenr_T w_ru_line_count; // line count used for ruler
3762 linenr_T w_nrwidth_line_count; // line count when ml_nrwidth_width
4356 linenr_T y_size; // number of lines in y_array
4388 linenr_T sa_stop_lnum; // stop after this line number when != 0
4407 linenr_T sourcing_lnum; // line number of the source file
4414 linenr_T breakpoint; // next line with breakpoint or zero