Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/ul/
H A Dul.c103 char *termtype; in main() local
112 termtype = getenv("TERM"); in main()
113 if (termtype == NULL || (argv[0][0] == 'c' && !isatty(1))) in main()
114 termtype = "lpr"; in main()
119 termtype = optarg; in main()
132 switch (tgetent(termcap, termtype)) { in main()
/openbsd-src/usr.bin/mandoc/
H A Dterm.h25 enum termtype { enum
105 enum termtype type; /* Terminal, PS, or PDF. */
H A Dterm_ps.c110 static struct termp *pspdf_alloc(const struct manoutput *, enum termtype);
523 pspdf_alloc(const struct manoutput *outopts, enum termtype type) in pspdf_alloc()
/openbsd-src/lib/libcurses/
H A Dnc_alloc.h77 struct termtype;
H A Dterm.h686 typedef struct termtype { /* in-core form of terminfo data */ struct