Lines Matching refs:do_tc
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)
302 #define dingaling() do_tc(VB,1)
316 void do_tc(const char *, int);