Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_bt.c157 #define BOW 15 // Match "" after [^a-zA-Z0-9_] macro
1287 ret = regnode(BOW); in regatom()
2556 else if ((OP(scan) == BOW in bt_regcomp()
2578 if ((flags & SPSTART || OP(scan) == BOW || OP(scan) == EOW) in bt_regcomp()
3441 case BOW: // \<word; rex.input points to w in regmatch()
5237 case BOW: in regprop()
/vim-8.2.3635/runtime/doc/
H A Dtodo.txt5524 newline). Add BOW, EOW, NEWL, NLORANY, NLBUTANY, magic 'n' and 'r', etc.