Home
last modified time | relevance | path

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

/coreutils/src/
Dtac.c351 char *match_end = match_start + match_length; in tac_seekable() local
355 if (!first_time || match_end != past_end) in tac_seekable()
356 output (match_end, past_end); in tac_seekable()
357 past_end = match_end; in tac_seekable()