Lines Matching refs:TERMINAL
45 #define BUFINC 128 /* Size to increment the terminal buffer by */
51 static TERMINAL *dumbterm; /* For non thread safe functions */
97 checkbuf(TERMINAL *term, size_t len)
113 ochar(TERMINAL *term, int c)
125 onum(TERMINAL *term, const char *fmt, int num, size_t len)
189 _ti_tiparm(TERMINAL *term, const char *str, int va_type, va_list parms)
204 If not passed a terminal, malloc a dummy one.
205 This means we can preserve buffers and variables per terminal and
554 ti_tiparm(TERMINAL *term, const char *str, ...)
584 ti_tlparm(TERMINAL *term, const char *str, ...)