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

  /src/games/hack/
hack.terminfo.c 79 int CO, LI; /* used in pri.c and whatis.c */
87 CO = columns;
89 if (CO < COLNO || LI < ROWNO + 2)
  /src/games/worms/
worms.c 203 int CO, LI, last, bottom, ch, number, trail;
378 CO = COLS;
381 if (CO == 0 || LI == 0) {
383 errx(1, "screen must be a rectangle, not (%dx%d)", CO, LI);
388 * that a LI * CO * sizeof(short *) cannot overflow an int
390 if (CO >= (int)(INT_MAX / (2 * sizeof(short *)) / LI)) {
392 errx(1, "screen (%dx%d) too large for worms", CO, LI);
395 /* now known that LI*CO cannot overflow an int => also not a long */
397 if (LI < 3 || CO < 3 || LI * CO < 40)
    [all...]
  /src/games/backgammon/common_source/
fancy.c 75 static int CO; /* number of columns */
605 tputs(CL, CO, addbuf); /* put CL in buffer */
664 tputs(CD, CO - curr, addbuf);
724 CO = tgetnum("co"); /* get number of columns */
725 if (CO == -1)
726 CO = 65;
751 if (LI < 24 || CO < 72 || !(CL && UP && ND)) {
  /src/libexec/getty/
gettytab.h 151 #define CO gettyflags[6].value

Completed in 102 milliseconds