Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dconsole.c50 #define MAXLINES 48 macro
238 else if (*r > MAXLINES) in console_get_size()
/illumos-gate/usr/src/cmd/fmt/
H A Dfmt.c49 #define MAXLINES 100 /* maximum mail header lines to verify */ macro
84 wchar_t *hdrbuf[MAXLINES]; /* buffer to hold potential mail header lines */
795 if (h_lines >= MAXLINES) { in fill_hdrbuf()
/illumos-gate/usr/src/uts/common/io/
H A Dwscons.c143 #define MAXLINES 48 macro