Searched refs:lastp (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | fold.pro | 4 int hasFolding(linenr_T lnum, linenr_T *firstp, linenr_T *lastp); 5 int hasFoldingWin(win_T *win, linenr_T lnum, linenr_T *firstp, linenr_T *lastp, int cache, foldinfo…
|
| /vim-8.2.3635/src/ |
| H A D | sign.c | 568 sign_entry_T **lastp; // pointer to pointer to current sign in buf_delsign() local 573 lastp = &buf->b_signlist; in buf_delsign() 583 *lastp = next; in buf_delsign() 602 lastp = &sign->se_next; in buf_delsign() 743 sign_entry_T **lastp; // pointer to pointer to current sign in buf_delete_signs() local 754 lastp = &buf->b_signlist; in buf_delete_signs() 760 *lastp = next; in buf_delete_signs() 768 lastp = &sign->se_next; in buf_delete_signs()
|
| H A D | message.c | 2571 msgchunk_T **lastp; in clear_sb_text() local 2574 lastp = &last_msgchunk; in clear_sb_text() 2579 lastp = &last_msgchunk->sb_prev; in clear_sb_text() 2582 while (*lastp != NULL) in clear_sb_text() 2584 mp = (*lastp)->sb_prev; in clear_sb_text() 2585 vim_free(*lastp); in clear_sb_text() 2586 *lastp = mp; in clear_sb_text()
|
| H A D | fold.c | 130 hasFolding(linenr_T lnum, linenr_T *firstp, linenr_T *lastp) in hasFolding() argument 132 return hasFoldingWin(curwin, lnum, firstp, lastp, TRUE, NULL); in hasFolding() 141 linenr_T *lastp, in hasFoldingWin() argument 233 if (lastp != NULL) in hasFoldingWin() 234 *lastp = last; in hasFoldingWin()
|
| H A D | quickfix.c | 2076 qfline_T **lastp; // pointer to qf_last or NULL in qf_add_entry() local 2124 lastp = &qfl->qf_last; in qf_add_entry() 2134 qfp->qf_prev = *lastp; in qf_add_entry() 2135 (*lastp)->qf_next = qfp; in qf_add_entry() 2139 *lastp = qfp; in qf_add_entry()
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | tmux.vim | 105 \ lock-server lock-session lockc last-pane lastp locks ls last last-window
|