Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_bt.c158 #define EOW 16 // Match "" at [^a-zA-Z0-9_] macro
1291 ret = regnode(EOW); in regatom()
2557 || OP(scan) == EOW in bt_regcomp()
2578 if ((flags & SPSTART || OP(scan) == BOW || OP(scan) == EOW) in bt_regcomp()
3463 case EOW: // word\>; rex.input points after d in regmatch()
5240 case EOW: in regprop()
/vim-8.2.3635/runtime/doc/
H A Dtodo.txt5524 newline). Add BOW, EOW, NEWL, NLORANY, NLBUTANY, magic 'n' and 'r', etc.