Searched refs:PUTRAW (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | ed.h | 242 # define PUTRAW putraw macro 253 static __inline void PUTRAW(int c) { in PUTRAW() function
|
H A D | ed.screen.c | 658 (void) tputs(scap, 1, PUTRAW); in EchoTC() 673 (void) tputs(tgoto(scap, arg_cols, arg_rows), 1, PUTRAW); in EchoTC() 704 (void) tputs(tgoto(scap, arg_cols, arg_rows), arg_rows, PUTRAW); in EchoTC()
|