Home
last modified time | relevance | path

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

/coreutils/src/
Duniq.c362 char *thisfield; in check_file() local
369 thisfield = find_field (thisline); in check_file()
370 thislen = thisline->length - 1 - (thisfield - thisline->buffer); in check_file()
373 || different (thisfield, prevfield, thislen, prevlen)); in check_file()
388 prevfield = thisfield; in check_file()
411 char *thisfield; in check_file() local
419 thisfield = find_field (thisline); in check_file()
420 thislen = thisline->length - 1 - (thisfield - thisline->buffer); in check_file()
421 match = !different (thisfield, prevfield, thislen, prevlen); in check_file()
451 prevfield = thisfield; in check_file()