Searched refs:termtype (Results 1 – 3 of 3) sorted by relevance
101 const char *termtype; in main() local104 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()
25 enum termtype { enum104 enum termtype type; /* Terminal, PS, or PDF. */
114 static struct termp *pspdf_alloc(const struct manoutput *, enum termtype);527 pspdf_alloc(const struct manoutput *outopts, enum termtype type) in pspdf_alloc()