Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_data.c84 unsigned char termtype[ONMSZ]; variable
125 (unsigned char *)"term", 0, OTERM, 0, 0, termtype,
128 (unsigned char *)"ttytype", (unsigned char *)"tty", OTERM, 0, 0, termtype,
H A Dex_tty.c76 extern unsigned char termtype[]; in setterm()
86 if (*termtype) { in setterm()
88 if (trace) fprintf(trace, "CALLED del_curterm with %s\n", termtype); in setterm()
95 strcpy(termtype, type); in setterm()
H A Dex_v.c304 extern unsigned char termtype[]; in vop()
310 … merror(gettext("I don't know what kind of terminal you are on - all I have is '%s'."), termtype); in vop()
/illumos-gate/usr/src/cmd/ul/
H A Dul.c89 char *termtype; in main() local
107 termtype = getenv("TERM"); in main()
108 if (termtype == NULL || (argv[0][0] == 'c' && !isatty(1))) in main()
109 termtype = "lpr"; in main()
115 termtype = optarg; in main()
129 switch (tgetent(termcap, termtype)) { in main()
/illumos-gate/usr/src/cmd/mandoc/
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()
/illumos-gate/usr/src/uts/common/io/usb/clients/audio/usb_ac/
H A Dusb_ac.c1770 usb_ac_lookup_port_type(ushort_t termtype) in usb_ac_lookup_port_type() argument
1778 ASSERT(termtype != USB_AUDIO_TERM_TYPE_STREAMING); in usb_ac_lookup_port_type()
1786 if (usb_ac_term_type_map[i].term_type == termtype) { in usb_ac_lookup_port_type()