Searched refs:ts_arg (Results 1 – 2 of 2) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | indent.pro | 3 int tabstop_padding(colnr_T col, int ts_arg, int *vts); 6 void tabstop_fromto(colnr_T start_col, colnr_T end_col, int ts_arg, int *vts, int *ntabs, int *nspc…
|
| /vim-8.2.3635/src/ |
| H A D | indent.c | 97 tabstop_padding(colnr_T col, int ts_arg, int *vts) in tabstop_padding() argument 99 int ts = ts_arg == 0 ? 8 : ts_arg; in tabstop_padding() 189 int ts_arg, in tabstop_fromto() argument 199 int ts = ts_arg == 0 ? curbuf->b_p_ts : ts_arg; in tabstop_fromto()
|