Searched refs:curmatch (Results 1 – 1 of 1) sorted by relevance
55 static struct csmatch *curmatch; variable230 if (curmatch == NULL) { in csnextmatch()236 curmatch = TAILQ_FIRST(&r->matches); in csnextmatch()238 m = TAILQ_NEXT(curmatch, entry); in csnextmatch()246 curmatch = TAILQ_FIRST(&currecord->matches); in csnextmatch()249 curmatch = m; in csnextmatch()263 if (curmatch == NULL) in csprevmatch()266 m = TAILQ_PREV(curmatch, matches, entry); in csprevmatch()268 curmatch = m; in csprevmatch()276 curmatch = TAILQ_LAST(&currecord->matches, in csprevmatch()[all …]