Home | History | Annotate | Download | only in tetris

Lines Matching defs:stop

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)
394 #define STOP (B_COLS - 3)
395 if (i > STOP || sp[1] != bp[1] || so != bp[1])
399 else if (i < STOP && so == bp[2] && sp[3] != bp[3]) {