Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmemfile.c238 bhdr_T *hp, *nextp; in mf_close() local
250 for (hp = mfp->mf_used_first; hp != NULL; hp = nextp) in mf_close()
253 nextp = hp->bh_next; in mf_close()
H A Dviminfo.c976 char_u *nextp = NULL; in barline_parse() local
1049 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()
H A Dvim9compile.c2687 may_peek_next_line(cctx_T *cctx, char_u *arg, char_u **nextp) in may_peek_next_line() argument
2691 *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()