Searched refs:bufp (Results 1 – 10 of 10) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | netbeans.c | 528 buf_T *bufp; member 575 if (buf.bufp != NULL && buf_valid(buf.bufp)) in nb_free() 614 if (buf_list[i].bufp == bufp) in nb_getbufno() 717 buf_T *bufp; in count_changed_buffers() local 1544 if (buf->bufp != NULL && buf->bufp->b_was_netbeans_file) in nb_do_cmd() 1558 buf->bufp->b_fnum, buf->bufp->b_fnum, TRUE); in nb_do_cmd() 1616 buf->bufp = bufp; in nb_do_cmd() 1743 buf_store_time(buf->bufp, &st, buf->bufp->b_ffname); in nb_do_cmd() 3335 if (!bufp->b_p_eol && (bufp->b_p_bin || !bufp->b_p_fixeol)) in get_buf_size() 3423 msg_add_fname(buf->bufp, buf->bufp->b_ffname); in print_read_msg() [all …]
|
| H A D | termlib.c | 401 bufp = buffer; in tgoto() 406 *bufp++ = c; in tgoto() 410 bufp = _addfmt(bufp, "%d", line); in tgoto() 414 bufp = _addfmt(bufp, "%02d", line); in tgoto() 418 bufp = _addfmt(bufp, "%03d", line); in tgoto() 440 *bufp++=line; in tgoto() 454 *bufp++='%'; in tgoto() 482 *bufp++ = *ptr++; in tgoto() 493 *bufp++ = *ptr++; in tgoto() 496 *bufp++='\b'; in tgoto() [all …]
|
| H A D | filepath.c | 70 vim_free(*bufp); in get_short_pathname() 105 char_u **bufp, in shortpath_for_invalid_fname() argument 171 vim_free(*bufp); in shortpath_for_invalid_fname() 212 char_u **bufp, in shortpath_for_partial() argument 274 vim_free(*bufp); in shortpath_for_partial() 276 *bufp = pbuf; in shortpath_for_partial() 461 *bufp = pbuf; in modify_fname() 477 vim_free(*bufp); in modify_fname() 478 *bufp = s; in modify_fname() 677 *bufp = s; in modify_fname() [all …]
|
| H A D | clipboard.c | 992 char_u *bufp; in clip_copy_modeless_selection() local 1094 *bufp++ = NL; in clip_copy_modeless_selection() 1108 *bufp++ = 0x8e; in clip_copy_modeless_selection() 1109 *bufp++ = ScreenLines2[LineOffset[row] + i]; in clip_copy_modeless_selection() 1113 *bufp++ = p[i]; in clip_copy_modeless_selection() 1115 *bufp++ = p[++i]; in clip_copy_modeless_selection() 1130 *bufp++ = ScreenLines[off + i]; in clip_copy_modeless_selection() 1133 bufp += utf_char2bytes(ScreenLinesUC[off + i], bufp); in clip_copy_modeless_selection() 1140 bufp); in clip_copy_modeless_selection() 1152 bufp += end_col - start_col; in clip_copy_modeless_selection() [all …]
|
| H A D | term.c | 5927 char_u **bufp, in replace_termcodes() argument 5953 *bufp = NULL; in replace_termcodes() 6130 if ((*bufp = vim_strsave(result)) != NULL) in replace_termcodes() 6131 from = *bufp; in replace_termcodes()
|
| H A D | window.c | 12 static void cmd_with_count(char *cmd, char_u *bufp, size_t bufsize, long Prenum); 758 char_u *bufp, in cmd_with_count() argument 763 vim_snprintf((char *)bufp, bufsize, "%s %ld", cmd, Prenum); in cmd_with_count() 765 STRCPY(bufp, cmd); in cmd_with_count()
|
| H A D | quickfix.c | 7757 buf_T **bufp, in cbuffer_process_args() argument 7795 *bufp = buf; in cbuffer_process_args()
|
| /vim-8.2.3635/src/proto/ |
| H A D | netbeans.pro | 3 int isNetbeansBuffer(buf_T *bufp); 4 int isNetbeansModified(buf_T *bufp); 15 void netbeans_file_activated(buf_T *bufp); 16 void netbeans_file_opened(buf_T *bufp); 17 void netbeans_file_killed(buf_T *bufp); 18 void netbeans_inserted(buf_T *bufp, linenr_T linenr, colnr_T col, char_u *txt, int newlen); 19 void netbeans_removed(buf_T *bufp, linenr_T linenr, colnr_T col, long len); 20 void netbeans_unmodified(buf_T *bufp); 23 void netbeans_save_buffer(buf_T *bufp); 24 void netbeans_deleted_all_lines(buf_T *bufp);
|
| H A D | filepath.pro | 2 int modify_fname(char_u *src, int tilde_file, int *usedlen, char_u **fnamep, char_u **bufp, int *fn…
|
| H A D | term.pro | 82 char_u *replace_termcodes(char_u *from, char_u **bufp, int flags, int *did_simplify);
|