Home
last modified time | relevance | path

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

/coreutils/src/
Dtac.c195 bool first_time = true; in tac_seekable() local
355 if (!first_time || match_end != past_end) in tac_seekable()
358 first_time = false; in tac_seekable()