Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtag.c3321 char_u *pbuf_end; in jumpto_tag() local
3363 for (pbuf_end = pbuf; *str && *str != '\n' && *str != '\r'; ) in jumpto_tag()
3369 *pbuf_end++ = *str++; in jumpto_tag()
3370 if (pbuf_end - pbuf + 1 >= LSIZE) in jumpto_tag()
3373 *pbuf_end = NUL; in jumpto_tag()
3385 pbuf_end = str; in jumpto_tag()
3386 *pbuf_end = NUL; in jumpto_tag()
3536 if (str > pbuf_end - 1) // search command with nothing following in jumpto_tag()