Searched refs:ts2 (Results 1 – 1 of 1) sorted by relevance
266 tabstop_eq(int *ts1, int *ts2) in tabstop_eq() argument270 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()