Searched refs:botlnum (Results 1 – 2 of 2) sorted by relevance
106 linenr_T botlnum = 0; in match_add() local173 if (botlnum == 0 || lnum >= botlnum) in match_add()174 botlnum = lnum + 1; in match_add()184 if (wp->w_buffer->b_mod_bot < botlnum) in match_add()185 wp->w_buffer->b_mod_bot = botlnum; in match_add()191 wp->w_buffer->b_mod_bot = botlnum; in match_add()195 m->pos.botlnum = botlnum; in match_add()264 if (wp->w_buffer->b_mod_bot < cur->pos.botlnum) in match_delete()265 wp->w_buffer->b_mod_bot = cur->pos.botlnum; in match_delete()271 wp->w_buffer->b_mod_bot = cur->pos.botlnum; in match_delete()
3340 linenr_T botlnum; // bottom buffer line member