Searched refs:firstpos (Results 1 – 1 of 1) sorted by relevance
8032 pos_T firstpos; in search_cmn() local8091 CLEAR_FIELD(firstpos); in search_cmn()8105 if (firstpos.lnum != 0 && EQUAL_POS(pos, firstpos)) in search_cmn()8111 firstpos = pos; in search_cmn()8531 pos_T firstpos; in do_searchpair() local8574 CLEAR_POS(&firstpos); in do_searchpair()8588 if (n == FAIL || (firstpos.lnum != 0 && EQUAL_POS(pos, firstpos))) in do_searchpair()8592 if (firstpos.lnum == 0) in do_searchpair()8593 firstpos = pos; in do_searchpair()