Searched refs:nextp (Results 1 – 3 of 3) sorted by relevance
238 bhdr_T *hp, *nextp; in mf_close() local250 for (hp = mfp->mf_used_first; hp != NULL; hp = nextp) in mf_close()253 nextp = hp->bh_next; in mf_close()
976 char_u *nextp = NULL; in barline_parse() local1049 nextp = virp->vir_line + 2 + todo; in barline_parse()1130 if (nextp != NULL) in barline_parse()1133 p = nextp; in barline_parse()1134 nextp = NULL; in barline_parse()
2687 may_peek_next_line(cctx_T *cctx, char_u *arg, char_u **nextp) in may_peek_next_line() argument2691 *nextp = NULL; in may_peek_next_line()2694 *nextp = peek_next_line_from_context(cctx); in may_peek_next_line()2695 if (*nextp != NULL) in may_peek_next_line()2696 return *nextp; in may_peek_next_line()