Home
last modified time | relevance | path

Searched refs:tabstop_copy (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dindent.pro7 int *tabstop_copy(int *oldts);
/vim-8.2.3635/src/
H A Dbeval.c166 beval->vts = tabstop_copy((*winp)->w_buffer->b_p_vts_array); in get_beval_info()
H A Dindent.c289 tabstop_copy(int *oldts) in tabstop_copy() function