HomeSort by: relevance | last modified time | path
    Searched defs:last_piped_pos (Results 1 - 1 of 1) sorted by relevancy

  /src/distrib/utils/more/
ch.c 94 static off_t last_piped_pos; variable in typeref:typename:off_t
161 if (pos != last_piped_pos) {
181 last_piped_pos += n;
217 last_piped_pos -= p - t;
272 if (!ispipe || pos == last_piped_pos || buffered(new_block)) {
423 last_piped_pos = (off_t)0;

Completed in 12 milliseconds