Searched refs:lastnode (Results 1 – 1 of 1) sorted by relevance
1540 char_u *lastnode = NULL; in regatom() local1554 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()