Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dindent.c266 tabstop_eq(int *ts1, int *ts2) in tabstop_eq() argument
270 if ((ts1 == 0 && ts2) || (ts1 && ts2 == 0)) in tabstop_eq()
272 if (ts1 == ts2) in tabstop_eq()
274 if (ts1[0] != ts2[0]) in tabstop_eq()
278 if (ts1[t] != ts2[t]) in tabstop_eq()