Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_bt.c242 #define WORST 0 // Worst case. macro
1270 *flagp = WORST; // Tentatively. in regatom()
2109 *flagp = (WORST | SPSTART | (flags & (HASNL | HASLOOKBH))); in regpiece()
2140 *flagp = (WORST | HASWIDTH | (flags & (HASNL | HASLOOKBH))); in regpiece()
2239 *flagp = WORST; // Tentatively. in regconcat()
2315 *flagp = WORST | HASNL; // Tentatively. in regbranch()