Home | History | Annotate | Download | only in tetris

Lines Matching defs:putstr

81  * putstr() is for unpadded strings (either as in termcap(5) or
85 #define putstr(s) (void)fputs(s, stdout)
217 putstr(tstr);
219 putstr(tstr);
245 putstr(tstr);
250 putstr(tstr);
252 putstr(tstr);
327 moveto(r-1, c-1); putstr(" ");
328 moveto(r, c-1); putstr(" ");
329 moveto(r+1, c-1); putstr(" ");
330 moveto(r+2, c-1); putstr(" ");
333 putstr("Next shape:");
339 putstr(" ");
348 putstr(" ");
379 putstr(buf);
381 putstr(" ");
384 putstr(so ? "XX" : " ");
424 putstr(s);