termtype
enum termtype type; /* Terminal, PS, or PDF. */
static struct termp *pspdf_alloc(const struct manoutput *, enum termtype);
pspdf_alloc(const struct manoutput *outopts, enum termtype type)
termtype = getenv("TERM");
if (termtype == NULL || (argv[0][0] == 'c' && !isatty(1)))
termtype = "lpr";
termtype = optarg;
switch (tgetent(termcap, termtype)) {
char *termtype;
(unsigned char *)"term", 0, OTERM, 0, 0, termtype,
(unsigned char *)"ttytype", (unsigned char *)"tty", OTERM, 0, 0, termtype,
unsigned char termtype[ONMSZ];
extern unsigned char termtype[];
if (*termtype) {
if (trace) fprintf(trace, "CALLED del_curterm with %s\n", termtype);
strcpy(termtype, type);
extern unsigned char termtype[];
merror(gettext("I don't know what kind of terminal you are on - all I have is '%s'."), termtype);
usb_ac_lookup_port_type(ushort_t termtype)
ASSERT(termtype != USB_AUDIO_TERM_TYPE_STREAMING);
if (usb_ac_term_type_map[i].term_type == termtype) {