Home | History | Annotate | Download | only in infocmp

Lines Matching refs:TERMINAL

220 load_ents(TIENT *ents, TERMINAL *t, char type)
431 static TERMINAL *
434 TERMINAL *t;
446 "no terminal definition found in internal database");
449 "no terminal definition found in %s.db", _ti_database);
453 show_missing(TERMINAL *t1, TERMINAL *t2, char type)
495 find_userdef(TERMINAL *term, const char *id)
506 use_terms(TERMINAL *term, size_t nuse, char **uterms)
508 TERMINAL **terms;
515 errx(EXIT_FAILURE, "cannot use same terminal");
518 errx(EXIT_FAILURE, "cannot use same terminal");
648 TERMINAL *t, *t2;