Searched defs:termtype (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_data.c86 unsigned char termtype[ONMSZ]; variable
127 (unsigned char *)"term", 0, OTERM, 0, 0, termtype,
130 (unsigned char *)"ttytype", (unsigned char *)"tty", OTERM, 0, 0, termtype,
/illumos-gate/usr/src/cmd/ul/
H A Dul.c87 char *termtype; local
105 termtype = getenv("TERM");
106 if (termtype == NULL || (argv[0][0] == 'c' && !isatty(1)))
107 termtype = "lpr";
113 termtype = optarg;
127 switch (tgetent(termcap, termtype)) {
/illumos-gate/usr/src/cmd/mandoc/
H A Dterm.h25 enum termtype { enum
52 enum termtype type;
/illumos-gate/usr/src/uts/common/io/usb/clients/audio/usb_ac/
H A Dusb_ac.c1545 "termtype=0x%x assoc=0x%x #ch=%d "
1570 "termtype=0x%x assoc=0x%x sourceID=0x%x iterm=0x%x",
1766 usb_ac_lookup_port_type(ushort_t termtype) argument
1774 ASSERT(termtype != USB_AUDIO_TERM_TYPE_STREAMING);
1782 if (usb_ac_term_type_map[i].term_type == termtype) {
1834 * starting from a streaming termtype find all

Completed in 61 milliseconds