Home
last modified time | relevance | path

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

/freebsd-13-stable/usr.bin/ul/
HDul.c109 const char *termtype; in main() local
115 termtype = getenv("TERM"); in main()
116 if (termtype == NULL || (argv[0][0] == 'c' && !isatty(1))) in main()
117 termtype = "lpr"; in main()
122 termtype = optarg; in main()
131 switch (tgetent(termcap, termtype)) { in main()
/freebsd-13-stable/contrib/mandoc/
HDterm.h25 enum termtype { enum
104 enum termtype type; /* Terminal, PS, or PDF. */
HDterm_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-13-stable/contrib/ncurses/include/
HDnc_alloc.h75 struct termtype;
HDMKterm.h.awk.in3 printf "typedef struct termtype%s { /* in-core form of terminfo data */\n", suffix;
/freebsd-13-stable/contrib/tcsh/
HDtc.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);