Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_bt.c3301 status = RA_CONT; in regmatch()
4322 if (status != RA_CONT) in regmatch()
4424 status = RA_CONT; in regmatch()
4427 if (status == RA_CONT) in regmatch()
4440 status = RA_CONT; in regmatch()
4452 status = RA_CONT; in regmatch()
4457 if (status == RA_CONT) in regmatch()
4679 status = RA_CONT; in regmatch()
4683 if (status != RA_CONT) in regmatch()
4696 if (status == RA_CONT || rp == (regitem_T *) in regmatch()
[all …]
H A Dregexp.c91 #define RA_CONT 2 // continue in inner loop macro