Home
last modified time | relevance | path

Searched refs:tty_term_string (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/tmux/dist/
H A Dtty-term.c433 acs = tty_term_string(term, TTYC_ACSC); in tty_term_find()
483 tty_term_string(struct tty_term *term, enum tty_code_code code) in tty_term_string() function
496 return (tparm(tty_term_string(term, code), a, 0, 0, 0, 0, 0, 0, 0, 0)); in tty_term_string1()
502 return (tparm(tty_term_string(term, code), a, b, 0, 0, 0, 0, 0, 0, 0)); in tty_term_string2()
508 return (tparm(tty_term_string(term, code), (intptr_t)a, 0, 0, 0, 0, 0, 0, 0, 0)); in tty_term_ptr1()
514 return (tparm(tty_term_string(term, code), (intptr_t)a, (intptr_t)b, 0, 0, 0, 0, 0, 0, 0)); in tty_term_ptr2()
H A Dtty.c274 tty_raw(tty, tty_term_string(tty->term, TTYC_RMACS)); in tty_stop_tty()
275 tty_raw(tty, tty_term_string(tty->term, TTYC_SGR0)); in tty_stop_tty()
276 tty_raw(tty, tty_term_string(tty->term, TTYC_RMKX)); in tty_stop_tty()
277 tty_raw(tty, tty_term_string(tty->term, TTYC_CLEAR)); in tty_stop_tty()
280 tty_raw(tty, tty_term_string(tty->term, TTYC_SE)); in tty_stop_tty()
284 tty_raw(tty, tty_term_string(tty->term, TTYC_CR)); in tty_stop_tty()
286 tty_raw(tty, tty_term_string(tty->term, TTYC_CNORM)); in tty_stop_tty()
297 tty_raw(tty, tty_term_string(tty->term, TTYC_RMCUP)); in tty_stop_tty()
364 tty_puts(tty, tty_term_string(tty->term, code)); in tty_putcode()
H A Dserver-fn.c251 tty_raw(&c->tty, tty_term_string(c->tty.term, TTYC_SMCUP)); in server_lock_client()
252 tty_raw(&c->tty, tty_term_string(c->tty.term, TTYC_CLEAR)); in server_lock_client()
253 tty_raw(&c->tty, tty_term_string(c->tty.term, TTYC_E3)); in server_lock_client()
H A Dtty-keys.c373 s = tty_term_string(tty->term, tdkc->code); in tty_keys_build()
H A Dtmux.h1684 const char *tty_term_string(struct tty_term *, enum tty_code_code);