Searched refs:tty_term_ncodes (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/usr.bin/tmux/
H A Dcmd-show-messages.c69 for (i = 0; i < tty_term_ncodes(); i++)
H A Dtty-term.c291 tty_term_ncodes(void) function
397 for (i = 0; i < tty_term_ncodes(); i++) {
540 term->codes = xcalloc(tty_term_ncodes(), sizeof *term->codes);
550 for (j = 0; j < tty_term_ncodes(); j++) {
634 for (i = 0; i < tty_term_ncodes(); i++)
651 for (i = 0; i < tty_term_ncodes(); i++) {
695 for (i = 0; i < tty_term_ncodes(); i++) {
H A Dtmux.h2368 u_int tty_term_ncodes(void);

Completed in 208 milliseconds