| /vim-8.2.3635/src/proto/ |
| H A D | window.pro | 6 int win_valid_popup(win_T *win); 7 int win_valid(win_T *win); 8 win_T *win_find_by_id(int id); 9 int win_valid_any_tab(win_T *win); 12 void win_move_after(win_T *win1, win_T *win2); 20 win_T *winframe_remove(win_T *win, int *dirp, tabpage_T *tp); 40 void win_goto(win_T *wp); 41 win_T *win_find_nr(int winnr); 43 win_T *win_vert_neighbor(tabpage_T *tp, win_T *wp, int up, long count); 44 win_T *win_horz_neighbor(tabpage_T *tp, win_T *wp, int left, long count); [all …]
|
| H A D | popupwin.pro | 5 void popup_drag(win_T *wp); 6 void popup_set_firstline(win_T *wp); 9 int popup_top_extra(win_T *wp); 10 int popup_left_extra(win_T *wp); 11 int popup_height(win_T *wp); 12 int popup_width(win_T *wp); 13 int popup_extra_width(win_T *wp); 14 int parse_previewpopup(win_T *wp); 31 void popup_hide(win_T *wp); 33 void popup_show(win_T *wp); [all …]
|
| H A D | fold.pro | 2 void copyFoldingState(win_T *wp_from, win_T *wp_to); 3 int hasAnyFolding(win_T *win); 8 int foldmethodIsManual(win_T *wp); 9 int foldmethodIsIndent(win_T *wp); 10 int foldmethodIsExpr(win_T *wp); 11 int foldmethodIsMarker(win_T *wp); 12 int foldmethodIsSyntax(win_T *wp); 13 int foldmethodIsDiff(win_T *wp); 25 void clearFolding(win_T *win); 27 void foldUpdateAll(win_T *win); [all …]
|
| H A D | move.pro | 3 void redraw_for_cursorline(win_T *wp); 7 void check_cursor_moved(win_T *wp); 9 void changed_window_setting_win(win_T *wp); 10 void set_topline(win_T *wp, linenr_T lnum); 14 void changed_line_abv_curs_win(win_T *wp); 16 void validate_botline_win(win_T *wp); 18 void invalidate_botline_win(win_T *wp); 19 void approximate_botline_win(win_T *wp); 24 void validate_virtcol_win(win_T *wp); 27 int win_col_off(win_T *wp); [all …]
|
| H A D | screen.pro | 2 int conceal_cursor_line(win_T *wp); 4 int get_wcr_attr(win_T *wp); 6 int compute_foldcolumn(win_T *wp, int col); 7 size_t fill_foldcolumn(char_u *p, win_T *wp, int closed, linenr_T lnum); 12 void draw_vsep_win(win_T *wp, int row); 14 int stl_connected(win_T *wp); 15 int get_keymap_str(win_T *wp, char_u *fmt, char_u *buf, int len); 16 void win_redr_custom(win_T *wp, int draw_ruler); 50 int fillchar_status(int *attr, win_T *wp); 55 int number_width(win_T *wp); [all …]
|
| H A D | evalwindow.pro | 2 win_T *win_id2wp(int id); 3 win_T *win_id2wp_tp(int id, tabpage_T **tpp); 5 win_T *find_win_by_nr(typval_T *vp, tabpage_T *tp); 6 win_T *find_win_by_nr_or_id(typval_T *vp); 7 win_T *find_tabwin(typval_T *wvp, typval_T *tvp, tabpage_T **ptp); 35 int switch_win(win_T **save_curwin, tabpage_T **save_curtab, win_T *win, tabpage_T *tp, int no_disp… 36 int switch_win_noblock(win_T **save_curwin, tabpage_T **save_curtab, win_T *win, tabpage_T *tp, int… 37 void restore_win(win_T *save_curwin, tabpage_T *save_curtab, int no_display); 38 void restore_win_noblock(win_T *save_curwin, tabpage_T *save_curtab, int no_display);
|
| H A D | diff.pro | 3 void diff_buf_adjust(win_T *win); 13 void diff_win_options(win_T *wp, int addbuf); 16 int diff_check(win_T *wp, linenr_T lnum); 17 int diff_check_fill(win_T *wp, linenr_T lnum); 18 void diff_set_topline(win_T *fromwin, win_T *towin); 23 int diff_find_change(win_T *wp, linenr_T lnum, int *startp, int *endp); 24 int diff_infold(win_T *wp, linenr_T lnum); 30 linenr_T diff_lnum_win(linenr_T lnum, win_T *wp);
|
| H A D | match.pro | 2 void clear_matches(win_T *wp); 3 void init_search_hl(win_T *wp, match_T *search_hl); 4 void prepare_search_hl(win_T *wp, match_T *search_hl, linenr_T lnum); 5 int prepare_search_hl_line(win_T *wp, linenr_T lnum, colnr_T mincol, char_u **line, match_T *search… 6 int update_search_hl(win_T *wp, linenr_T lnum, colnr_T col, char_u **line, match_T *search_hl, int … 7 int get_prevcol_hl_flag(win_T *wp, match_T *search_hl, long curcol); 8 void get_search_match_hl(win_T *wp, match_T *search_hl, long col, int *char_attr);
|
| H A D | quickfix.pro | 2 int qf_init(win_T *wp, char_u *efile, char_u *errorformat, int newlist, char_u *qf_title, char_u *e… 4 void qf_free_all(win_T *wp); 6 void copy_loclist_stack(win_T *from, win_T *to); 11 void qf_mark_adjust(win_T *wp, linenr_T line1, linenr_T line2, long amount, long amount_after); 17 linenr_T qf_current_entry(win_T *wp); 30 int set_errorlist(win_T *wp, list_T *list, int action, char_u *title, dict_T *what);
|
| H A D | spell.pro | 2 int spell_check(win_T *wp, char_u *ptr, hlf_T *attrp, int *capcol, int docount); 8 int spell_move_to(win_T *wp, int dir, int allwords, int curline, hlf_T *attrp); 18 char *did_set_spelllang(win_T *wp); 27 int spell_iswordp(char_u *p, win_T *wp); 28 int spell_iswordp_nmw(char_u *p, win_T *wp); 29 int spell_casefold(win_T *wp, char_u *str, int len, char_u *buf, int buflen); 41 char_u *spell_to_word_end(char_u *start, win_T *win);
|
| H A D | drawscreen.pro | 3 int statusline_row(win_T *wp); 5 void win_redr_ruler(win_T *wp, int always, int ignore_pum); 9 void updateWindow(win_T *wp); 13 void redraw_win_later(win_T *wp, int type); 24 void redrawWinline(win_T *wp, linenr_T lnum);
|
| H A D | syntax.pro | 3 void syntax_start(win_T *wp, linenr_T lnum); 10 void reset_synblock(win_T *wp); 13 int syntax_present(win_T *win); 18 int syn_get_id(win_T *wp, long lnum, colnr_T col, int trans, int *spellp, int keep_state); 22 int syn_get_foldlevel(win_T *wp, long lnum);
|
| H A D | mark.pro | 24 void cleanup_jumplist(win_T *wp, int loadfiles); 25 void copy_jumplist(win_T *from, win_T *to); 26 void free_jumplist(win_T *wp); 27 void set_last_cursor(win_T *win);
|
| H A D | terminal.pro | 5 int term_write_session(FILE *fd, win_T *wp, hashtab_T *terminal_bufs); 25 int term_do_update_window(win_T *wp); 26 void term_update_window(win_T *wp); 30 int term_get_attr(win_T *wp, linenr_T lnum, int col); 31 void term_reset_wincolor(win_T *wp); 32 void term_update_wincolor(win_T *wp);
|
| H A D | option.pro | 6 void set_local_options_default(win_T *wp, int do_buffer); 55 void win_copy_options(win_T *wp_from, win_T *wp_to); 56 void after_copy_winopt(win_T *wp); 77 char_u *get_showbreak_value(win_T *win); 79 int fill_culopt_flags(char_u *val, win_T *wp);
|
| H A D | misc1.pro | 5 int plines_win(win_T *wp, linenr_T lnum, int winheight); 7 int plines_win_nofill(win_T *wp, linenr_T lnum, int winheight); 8 int plines_win_nofold(win_T *wp, linenr_T lnum); 9 int plines_win_col(win_T *wp, linenr_T lnum, long column); 10 int plines_m_win(win_T *wp, linenr_T first, linenr_T last);
|
| H A D | charset.pro | 20 int win_linetabsize(win_T *wp, char_u *line, colnr_T len); 33 int win_lbr_chartabsize(win_T *wp, char_u *line, char_u *s, colnr_T col, int *headp); 34 void getvcol(win_T *wp, pos_T *pos, colnr_T *start, colnr_T *cursor, colnr_T *end); 36 void getvvcol(win_T *wp, pos_T *pos, colnr_T *start, colnr_T *cursor, colnr_T *end); 37 void getvcols(win_T *wp, pos_T *pos1, pos_T *pos2, colnr_T *left, colnr_T *right);
|
| /vim-8.2.3635/src/ |
| H A D | window.c | 13 static void win_init(win_T *newp, win_T *oldp, int flags); 14 static void win_init_some(win_T *newp, win_T *oldp); 47 static void win_append(win_T *after, win_T *wp); 65 static win_T *win_alloc(win_T *after, int hidden); 123 win_T *wp; in do_window() 1362 win_init(win_T *newp, win_T *oldp, int flags UNUSED) in win_init() 1435 win_init_some(win_T *newp, win_T *oldp) in win_init_some() 1486 win_T * 1829 win_move_after(win_T *win1, win_T *win2) in win_move_after() 5232 win_append(win_T *after, win_T *wp) in win_append() [all …]
|
| H A D | evalwindow.c | 22 win_T *wp; in win_getid() 56 win_T *wp; in win_id2tabwin() 84 win_T * 93 win_T * 96 win_T *wp; in win_id2wp_tp() 147 win_T *wp; in win_findbuf() 159 win_T * 164 win_T *wp; in find_win_by_nr() 205 win_T * 219 win_T * [all …]
|
| H A D | popupwin.c | 159 win_T *textwp; in set_mousemoved_columns() 1827 win_T *wp; in popup_terminal_exists() 1850 win_T *wp; in popup_create() 2242 win_T *owp; in popup_close_and_callback() 2307 check_mouse_moved(win_T *wp, win_T *mouse_wp) in check_mouse_moved() 2376 win_T *wp; in f_popup_filter_menu() 2441 win_T *wp; in f_popup_filter_yesno() 2533 win_T *wp; in f_popup_close() 3185 win_T * 4193 win_T * [all …]
|
| H A D | fold.c | 103 copyFoldingState(win_T *wp_from, win_T *wp_to) in copyFoldingState() 138 win_T *win, in hasFoldingWin() 474 win_T *wp; in newFoldLevel() 1259 win_T *wp; in setManualFold() 1293 win_T *wp, in setManualFoldWin() 1492 win_T *wp, in foldMarkAdjust() 1669 win_T *win, in check_closed() 1709 win_T *wp, in checkSmall() 1902 win_T *wp, in get_foldtext() 3292 win_T *win; in foldlevelExpr() [all …]
|
| H A D | match.c | 29 win_T *wp, in match_add() 285 clear_matches(win_T *wp) in clear_matches() 417 win_T *win, in next_search_hl() 628 win_T *wp, in prepare_search_hl_line() 710 win_T *wp, in update_search_hl() 962 win_T *win; in f_clearmatches() 983 win_T *win; in f_getmatches() 1056 win_T *win; in f_setmatches() 1180 win_T *win = curwin; in f_matchadd() 1236 win_T *win = curwin; in f_matchaddpos() [all …]
|
| H A D | quickfix.c | 2335 copy_loclist_stack(win_T *from, win_T *to) in copy_loclist_stack() 2826 win_T *wp; in qf_find_help_win() 2852 win_T *wp; in jump_to_help_window() 2903 win_T *wp; in qf_find_win_with_loclist() 2918 win_T *wp; in qf_find_win_with_normal_buf() 2935 win_T *wp; in qf_goto_tabwin_with_file() 3915 win_T *wp, in qf_mark_adjust() 6159 win_T *wp, in vgr_process_files() 6663 win_T *wp, in get_errorlist() 7626 win_T *wp, in set_errorlist() [all …]
|
| H A D | evalbuffer.c | 151 win_T *curwin_save = NULL; in set_buffer_lines() 249 win_T *wp; in set_buffer_lines() 459 win_T *wp; in buf_win_common() 506 win_T *curwin_save = NULL; in f_deletebufline() 508 win_T *wp; in f_deletebufline() 594 win_T *wp; in get_buffer_info() 917 win_T **wp, in find_win_for_buf() 935 win_T **save_curwinp, in switch_to_win_for_buf() 939 win_T *wp; in switch_to_win_for_buf() 953 win_T *save_curwin, in restore_win_for_buf()
|
| H A D | if_ruby.c | 991 ruby_window_free(win_T *win) in ruby_window_free() 1576 return sizeof(win_T); in window_dsize() 1581 window_new(win_T *win) in window_new() 1600 static win_T * 1603 win_T *win; in get_win() 1652 win_T *w; in window_s_count() 1663 win_T *w; in window_s_aref() 1675 win_T *win = get_win(self); in window_buffer() 1683 win_T *win = get_win(self); in window_height() 1692 win_T *savewin = curwin; in window_set_height() [all …]
|