Home
last modified time | relevance | path

Searched refs:termtype (Results 1 – 6 of 6) sorted by relevance

/freebsd/usr.bin/ul/
H A Dul.c97 const char *termtype; in main() local
103 termtype = getenv("TERM"); in main()
104 if (termtype == NULL || (argv[0][0] == 'c' && !isatty(1))) in main()
105 termtype = "lpr"; in main()
110 termtype = optarg; in main()
119 switch (tgetent(termcap, termtype)) { in main()
/freebsd/contrib/mandoc/
H A Dterm.h25 enum termtype { enum
104 enum termtype type; /* Terminal, PS, or PDF. */
H A Dterm_ps.c114 static struct termp *pspdf_alloc(const struct manoutput *, enum termtype);
527 pspdf_alloc(const struct manoutput *outopts, enum termtype type) in pspdf_alloc()
/freebsd/contrib/ncurses/include/
H A Dnc_alloc.h75 struct termtype;
H A DMKterm.h.awk.in3 printf "typedef struct termtype%s { /* in-core form of terminfo data */\n", suffix;
/freebsd/contrib/tcsh/
H A Dtc.func.c2095 char *termtype; local
2103 termtype = (v[1] == NULL ? getenv("TERM") : short2str(v[1]));
2104 if (termtype == NULL) {
2119 if (tgetent(termcap_buffer, termtype) == 1) {
2120 xprintf("%s\n", termtype);