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

/openbsd-current/usr.bin/tmux/
H A Dtty-term.c55 static const struct tty_term_code_entry tty_term_codes[] = { variable in typeref:struct:tty_term_code_entry
293 return (nitems(tty_term_codes));
398 ent = &tty_term_codes[i];
551 ent = &tty_term_codes[j];
696 ent = &tty_term_codes[i];
766 log_debug("could not expand %s", tty_term_codes[code].name);
779 log_debug("could not expand %s", tty_term_codes[code].name);
793 log_debug("could not expand %s", tty_term_codes[code].name);
806 log_debug("could not expand %s", tty_term_codes[code].name);
820 log_debug("could not expand %s", tty_term_codes[cod
[all...]

Completed in 108 milliseconds