Searched refs:ntabs (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/runtime/doc/ |
| H A D | makehtml.awk | 169 ntabs = split($0,p,"YXXY"); 363 { ntabs = split($0,tb," "); 364 for ( i=1; i < ntabs ; i++) { 369 this=tb[ntabs];
|
| /vim-8.2.3635/src/ |
| H A D | indent.c | 191 int *ntabs, in tabstop_fromto() argument 215 *ntabs = tabs; in tabstop_fromto() 237 *ntabs = 0; in tabstop_fromto() 242 *ntabs = 1; in tabstop_fromto() 254 ++*ntabs; in tabstop_fromto() 258 *ntabs += spaces / vts[tabcount]; in tabstop_fromto()
|
| /vim-8.2.3635/src/proto/ |
| H A D | indent.pro | 6 void tabstop_fromto(colnr_T start_col, colnr_T end_col, int ts_arg, int *vts, int *ntabs, int *nspc…
|