Searched refs:thisfield (Results 1 – 1 of 1) sorted by relevance
362 char *thisfield; in check_file() local369 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() local419 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()