Searched refs:LINELENGTH (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/bin/stty/
H A Dstty.h54 #define LINELENGTH 72 macro
H A Dprint.c189 if (++cnt == LINELENGTH / 8) {
225 if ((col + strlen(s)) > LINELENGTH) {
/openbsd-current/games/caesar/
H A Dcaesar.c49 #define LINELENGTH 2048 macro
90 if (!(inbuf = malloc(LINELENGTH)))
101 while ((nread < LINELENGTH) && ((ch = getchar()) != EOF)) {
/openbsd-current/games/battlestar/
H A Dbattlestar.c50 char mainbuf[LINELENGTH];
H A Dcommand7.c43 char auxbuf[LINELENGTH];
60 next = getcom(auxbuf, LINELENGTH, "<fight!>-: ", NULL);
H A Dextern.h217 #define LINELENGTH 81 macro

Completed in 94 milliseconds