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

  /src/distrib/utils/more/
ch.c 107 static int buffered __P((long));
137 * find it already buffered.
187 * Set an EOI marker in the buffered data itself. Then ensure the
250 buffered(block) function
272 if (!ispipe || pos == last_piped_pos || buffered(new_block)) {
304 * beginning of the pipe is no longer buffered.
375 if (ch_block <= 0 || (ispipe && !buffered(ch_block-1))) {
ch.c 107 static int buffered __P((long));
137 * find it already buffered.
187 * Set an EOI marker in the buffered data itself. Then ensure the
250 buffered(block) function
272 if (!ispipe || pos == last_piped_pos || buffered(new_block)) {
304 * beginning of the pipe is no longer buffered.
375 if (ch_block <= 0 || (ispipe && !buffered(ch_block-1))) {

Completed in 24 milliseconds