Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/ul/
H A Dul.c101 const char *termtype; in main() local
104 termtype = getenv("TERM"); in main()
105 if (termtype == NULL || (argv[0][0] == 'c' && !isatty(1))) in main()
106 termtype = "lpr"; in main()
112 termtype = optarg; in main()
125 setupterm(termtype, 0, NULL); in main()
/netbsd-src/external/bsd/mdocml/dist/
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()