Home
last modified time | relevance | path

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

/coreutils/src/
Dcomm.c271 int alt[2][3]; in compare_files() local
289 alt[i][0] = 0; in compare_files()
290 alt[i][1] = 0; in compare_files()
291 alt[i][2] = 0; in compare_files()
298 thisline[i] = readlinebuffer_delim (all_line[i][alt[i][0]], streams[i], in compare_files()
365 alt[i][2] = alt[i][1]; in compare_files()
366 alt[i][1] = alt[i][0]; in compare_files()
367 alt[i][0] = (alt[i][0] + 1) & 0x03; in compare_files()
369 thisline[i] = readlinebuffer_delim (all_line[i][alt[i][0]], in compare_files()
373 check_order (all_line[i][alt[i][1]], thisline[i], i + 1); in compare_files()
[all …]