Searched refs:termtype (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/vi/port/ |
H A D | ex_data.c | 86 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,
|
H A D | ex_tty.c | 78 extern unsigned char termtype[]; in setterm() 88 if (*termtype) { in setterm() 90 if (trace) fprintf(trace, "CALLED del_curterm with %s\n", termtype); in setterm() 97 strcpy(termtype, type); in setterm()
|
H A D | ex_v.c | 306 extern unsigned char termtype[]; in vop() 312 … merror(gettext("I don't know what kind of terminal you are on - all I have is '%s'."), termtype); in vop()
|
/titanic_41/usr/src/cmd/ul/ |
H A D | ul.c | 87 char *termtype; in main() local 105 termtype = getenv("TERM"); in main() 106 if (termtype == NULL || (argv[0][0] == 'c' && !isatty(1))) in main() 107 termtype = "lpr"; in main() 113 termtype = optarg; in main() 127 switch (tgetent(termcap, termtype)) { in main()
|
/titanic_41/usr/src/cmd/mandoc/ |
H A D | term.h | 31 enum termtype { enum 55 enum termtype type;
|
/titanic_41/usr/src/uts/common/io/usb/clients/audio/usb_ac/ |
H A D | usb_ac.c | 1766 usb_ac_lookup_port_type(ushort_t termtype) in usb_ac_lookup_port_type() argument 1774 ASSERT(termtype != USB_AUDIO_TERM_TYPE_STREAMING); in usb_ac_lookup_port_type() 1782 if (usb_ac_term_type_map[i].term_type == termtype) { in usb_ac_lookup_port_type()
|