HomeSort by: relevance | last modified time | path
    Searched refs:do_tc (Results 1 - 2 of 2) sorted by relevancy

  /src/games/warp/
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...]
term.c 462 do_tc(const char *s, int l) function in typeref:typename:void

Completed in 15 milliseconds