Home
last modified time | relevance | path

Searched refs:ptr2cells (Results 1 – 21 of 21) sorted by relevance

/vim-8.2.3635/src/
H A Dcharset.c702 ptr2cells(char_u *p) in ptr2cells() function
735 size += ptr2cells(s); in vim_strnsize()
759 return ptr2cells(p);
769 return ptr2cells(p);
1174 n = ptr2cells(s); in win_nolbr_chartabsize()
H A Dpopupmenu.c483 w = ptr2cells(p); in pum_redraw()
1254 item->cells += ptr2cells(p); in split_message()
1306 if ((cells += ptr2cells(p)) > BALLOON_MIN_WIDTH) in split_message()
H A Dchange.c1843 old_size += ptr2cells(p); in open_line()
1863 if (ptr2cells(p) > 1) in open_line()
1924 if (ptr2cells(p) > 1) in open_line()
H A Dmessage.c270 n = ptr2cells(s + e); in trunc_string()
294 n -= ptr2cells(s + i); in trunc_string()
307 n = ptr2cells(s + half); in trunc_string()
317 i - 1 >= 0 && len + (n = ptr2cells(s + i - 1)) <= room; --i) in trunc_string()
H A Dversion.c8696 clen += ptr2cells(p + l); in do_intro_line()
H A Dindent.c452 count += ptr2cells(ptr); in get_indent_str()
482 count += ptr2cells(ptr); in get_indent_str_vtab()
H A Dbuffer.c4340 l -= ptr2cells(t + n); in build_stl_str_hl()
4801 l -= ptr2cells(t); in build_stl_str_hl()
4931 width += ptr2cells(s); in build_stl_str_hl()
4956 width -= ptr2cells(s + n); in build_stl_str_hl()
H A Dex_getln.c2695 return ptr2cells(ccline.cmdbuff + idx); in cmdline_charsize()
2947 vcol += ptr2cells(p); in getexmodeline()
3512 i = ptr2cells(ccline.cmdbuff + ccline.cmdpos); in put_on_cmdline()
H A Dscreen.c886 len += ptr2cells(s); in status_match_len()
1049 clen += ptr2cells(s); in win_redr_status_matches()
4517 len -= ptr2cells(p); in draw_tabline()
H A Dgetchar.c3282 && ptr2cells(typebuf.tb_buf + typebuf.tb_off in vgetorpeek()
3312 && ptr2cells(typebuf.tb_buf + typebuf.tb_off in vgetorpeek()
H A Dregister.c2403 for (p = yb->y_array[j]; *p && (n -= ptr2cells(p)) >= 0; in ex_display()
2494 && (n -= ptr2cells(p)) >= 0) in dis_msg()
H A Dtag.c919 if (msg_col + ptr2cells(p) >= Columns) in print_tag_list()
967 if (msg_col + (*p == TAB ? 1 : ptr2cells(p)) > Columns) in print_tag_list()
H A Dinsexpand.c3548 space -= ptr2cells(e); in ins_compl_next()
3551 space += ptr2cells(s); in ins_compl_next()
H A Dmark.c667 len += ptr2cells(p); in mark_line()
H A Dedit.c2662 ? ptr2cells(ptr) : 1)); in oneright()
2726 && ptr2cells(ptr) > 1) in oneleft()
H A Doptionstr.c1495 if (ptr2cells(s) != 1) in did_set_string_option()
H A Dmbyte.c4298 && ptr2cells(p + lp->col) > 1) in mb_adjustpos()
H A Dgui_x11.c2377 cells += ptr2cells(p); in gui_mch_draw_string()
H A Dfold.c1988 else if (ptr2cells(p) > 1) in get_foldtext()
/vim-8.2.3635/src/proto/
H A Dcharset.pro14 int ptr2cells(char_u *p);
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt6876 msg_outtrans_len_attr() use char2cells() instead of ptr2cells().