Searched refs:do_tc (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/games/warp/ |
| H A D | term.h | 292 #define clear() (do_tc(CL,LINES),real_y=real_x=0) 293 #define erase_eol() do_tc(CE,1) 294 #define backspace() (do_tc(BC,0),real_x--) 295 #define clear_rest() do_tc(CD,LINES) 296 #define underline() do_tc(US,1) 297 #define un_underline() do_tc(UE,1) 298 #define underchar() do_tc(UC,0) 299 #define standout() do_tc(SO,1) 300 #define un_standout() do_tc(SE,1) 301 #define up_line() do_tc(UP,1) [all …]
|
| H A D | term.c | 462 do_tc(const char *s, int l) in do_tc() function
|