Home
last modified time | relevance | path

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

/vim-8.2.3635/runtime/syntax/
H A Dfocexec.vim26 syn keyword focexecModify GOTO CASE ENDCASE TYPE NOMATCH REJECT INCLUDE
/vim-8.2.3635/src/
H A Dregexp_bt.c151 #define NOMATCH 10 // node check for no match with operand macro
2152 case '!': lop = NOMATCH; break; // \@! in regpiece()
4240 case NOMATCH: in regmatch()
4448 if (status == (rp->rs_no == NOMATCH ? RA_MATCH : RA_NOMATCH)) in regmatch()
5524 case NOMATCH: in regprop()