Searched refs:pbuf_end (Results 1 – 1 of 1) sorted by relevance
3321 char_u *pbuf_end; in jumpto_tag() local3363 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()