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

  /src/games/cribbage/
io.c 54 #define LINESIZE 128
67 static char linebuf[LINESIZE];
550 if (pos >= LINESIZE - 1 || !(isprint(c) || c == ' '))
  /src/usr.bin/fsplit/
fsplit.c 335 #define LINESIZE 80
337 char line[LINESIZE], *iptr = line;
  /src/usr.bin/last/
last.c 133 " [-H hostsize] [-h host] [-L linesize]\n"
151 int linesize = UT_LINESIZE; local in function:main
192 linesize = atoi(optarg);
193 if (linesize < 1)
253 wtmpx(file, namesize, linesize, hostsize, numeric);
255 wtmp(file, namesize, linesize, hostsize, numeric);
257 wtmpx(file, namesize, linesize, hostsize, numeric);
259 wtmp(file, namesize, linesize, hostsize, numeric);
378 #define LINESIZE UT_LINESIZE
385 #undef LINESIZE
    [all...]
  /src/usr.bin/mail/
def.h 76 #define LINESIZE BUFSIZ /* max readable line width */

Completed in 14 milliseconds