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

  /src/games/hack/
hack.topl.c 145 if (tlx + (int)strlen(s) > CO)
159 if (tlx + 8 > CO)
233 n0 + (int)strlen(toplines) + 3 < CO - 8 && /* leave room for
248 if (n0 >= CO) {
251 for (n = 0; n < CO; n++)
255 for (n = 0; n < CO - 1; n++)
259 n0 = CO - 2;
301 if (curx == CO)
302 putsym('\n'); /* 1 <= curx <= CO; avoid CO */
    [all...]
hack.terminfo.c 79 int CO, LI; /* used in pri.c and whatis.c */
87 CO = columns;
89 if (CO < COLNO || LI < ROWNO + 2)
hack.pager.c 153 bufr = alloc(CO);
154 bufr[CO - 1] = 0;
155 while (fgets(bufr, CO - 1, fp) && (!strip || *bufr == '\t') && !got_intrup) {
313 lth = CO - maxlen - 2; /* Use full screen width */
hack.h 213 extern int CO, LI; /* usually COLNO and 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
main.c 445 * Derived from code from Michael Hancock <michaelh@cet.co.jp>
569 if (CO)
  /src/libexec/ld.aout_so/
ld.so.vax.uue 51 M`-!05]T@^P'OP;D``-!05M2F"-#O=;X``%#05F#!5@CO:;X``(H!IA306F;5
  /src/share/terminfo/
terminfo 1881 # Created by Dave Millen <dmill@globalnet.co.uk> 22.07.98
4265 # http://stackoverflow.com/questions/24613237/terminal-retains-bg-color-after-closing-vim-using-color-scheme-and-putty-256co/37869114#37869114
5436 colors#0x1000000, pairs#0x10000, CO#8,
5451 colors#0x1000000, pairs#0x10000, CO#8,
5516 CO#16,
5529 CO#0x100,
5788 # From: Mark Sheppard <kimble@mistral.co.uk>, 4 May 1996
5985 kterm-color|kterm-co|kterm with ANSI colors,
12245 # https://web.archive.org/web/19970712022641/http://www.wyse.co.uk/support/appnotes/idxappnt.htm
17893 # guys were co-owners of the Terminal Brain Damage Hall Of Fame along wit
    [all...]

Completed in 33 milliseconds