Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_bt.c1540 char_u *lastnode = NULL; in regatom() local
1554 regtail(lastnode, br); in regatom()
1561 lastnode = regatom(flagp); in regatom()
1563 if (lastnode == NULL) in regatom()
1573 regtail(lastnode, br); in regatom()
1577 for (br = ret; br != lastnode; ) in regatom()