Searched refs:termtype (Results 1 – 5 of 5) sorted by relevance
103 char *termtype; in main() local112 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()
25 enum termtype { enum105 enum termtype type; /* Terminal, PS, or PDF. */
110 static struct termp *pspdf_alloc(const struct manoutput *, enum termtype);523 pspdf_alloc(const struct manoutput *outopts, enum termtype type) in pspdf_alloc()
77 struct termtype;
686 typedef struct termtype { /* in-core form of terminfo data */ struct