Home
last modified time | relevance | path

Searched refs:get_showbreak_value (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/src/
H A Dcharset.c952 if (!curwin->w_p_lbr && *get_showbreak_value(curwin) == NUL in lbr_chartabsize()
1013 if (!wp->w_p_lbr && !wp->w_p_bri && *get_showbreak_value(wp) == NUL) in win_lbr_chartabsize()
1087 sbr = get_showbreak_value(wp); in win_lbr_chartabsize()
1261 && !wp->w_p_lbr && *get_showbreak_value(wp) == NUL && !wp->w_p_bri in getvcol()
H A Ddrawline.c1186 && n_extra == 0 && *get_showbreak_value(wp) != NUL) in win_line()
1261 sbr = get_showbreak_value(wp); in win_line()
1988 n_extra -= MB_CHARLEN(get_showbreak_value(wp)); in win_line()
2099 char_u *sbr = get_showbreak_value(wp); in win_line()
H A Dindent.c981 bri -= vim_strsize(get_showbreak_value(wp)); in get_breakindent_win()
H A Dmove.c1028 sbr = get_showbreak_value(curwin); in curs_columns()
H A Dnormal.c2677 if (virtcol > (colnr_T)width1 && *get_showbreak_value(curwin) != NUL) in nv_screengo()
2678 virtcol -= vim_strsize(get_showbreak_value(curwin)); in nv_screengo()
H A Dedit.c2710 if ((*get_showbreak_value(curwin) == NUL && !curwin->w_p_bri in oneleft()
H A Doption.c7073 get_showbreak_value(win_T *win) in get_showbreak_value() function
/vim-8.2.3635/src/proto/
H A Doption.pro77 char_u *get_showbreak_value(win_T *win);