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

  /src/games/tetris/
screen.c 124 stop("cannot clear screen");
126 stop("cannot do random cursor positioning");
180 * we stop while at it, stopset() above will longjmp back
198 stop(""); /* stop() supplies \n */
202 stop("tcgetattr() fails");
207 stop("tcsetattr() fails");
262 stop(const char *why) function in typeref:typename:void
394 #define STOP (B_COLS - 3)
395 if (i > STOP || sp[1] != bp[1] || so != bp[1]
    [all...]
  /src/sbin/fsck_lfs/
fsck.h 168 #define STOP 0x01
  /src/sys/lib/libkern/
entpool.c 170 * but we stop if we would have run the permutation.
611 enum { IN, OUT, STOP } t;
619 {STOP, {0}},
628 {STOP, {0}},
637 {STOP, {0}},
646 {STOP, {0}},
650 {STOP, {0}},
661 {STOP, {0}},
669 {STOP, {0}},
678 {STOP, {0}}
    [all...]
  /src/sbin/fsck_ext2fs/
fsck.h 227 #define STOP 0x01
  /src/sbin/fsck_ffs/
fsck.h 360 #define STOP 0x01

Completed in 14 milliseconds