Lines Matching refs:outleft
537 static off_t outleft; /* Maximum number of lines to be output. */ variable
674 if (outleft in prpending()
726 for (n = 0; p < lim && n < outleft; n++) in prtext()
771 outleft--; in grepbuf()
772 if (!outleft || done_on_match) in grepbuf()
784 outleft -= n; in grepbuf()
785 if (!outleft) in grepbuf()
794 outleft -= n; in grepbuf()
837 outleft = max_count; in grep()
886 if (outleft) in grep()
890 if((!outleft && !pending) || (nlines && done_on_match && !out_invert)) in grep()
927 if (outleft) in grep()
1035 off_t required_offset = outleft ? bufoffset : after_last_match; in grepfile()