Searched refs:NLINES (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_http.c52 * Detail lines: NLINES is the maximum number of content lines to print
56 #define NLINES 5 macro
87 for (p = line; p < endp && lineno < NLINES; p = q + 1) {
/illumos-gate/usr/src/ucbcmd/sed/
H A Dsed.h57 #define NLINES 256 macro
H A Dsed1.c56 long long tlno[NLINES];
H A Dsed0.c731 if(nlno >= NLINES)
/illumos-gate/usr/src/cmd/bnu/
H A Duucleanup.c851 /* NLINES - number of lines of D. file to read to determine type */
852 #define NLINES 10 macro
870 /* read first NLINES lines to determine file type */
872 for (i=0; i<NLINES; i++) {
996 for (i=0; i<NLINES; i++) {

Completed in 64 milliseconds