Home
last modified time | relevance | path

Searched refs:nspcs (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dindent.c192 int *nspcs) in tabstop_fromto() argument
216 *nspcs = spaces; in tabstop_fromto()
238 *nspcs = spaces; in tabstop_fromto()
251 *nspcs = spaces; in tabstop_fromto()
259 *nspcs = spaces % vts[tabcount]; in tabstop_fromto()
/vim-8.2.3635/src/proto/
H A Dindent.pro6 …d tabstop_fromto(colnr_T start_col, colnr_T end_col, int ts_arg, int *vts, int *ntabs, int *nspcs);