Home
last modified time | relevance | path

Searched refs:ott (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/lib/libshell/common/edit/
H A Dedit.c1471 #define ott ep->e_ott
1486 if((r=ioctl(fd,TCGETA,&ott)) >= 0)
1488 tt->c_lflag = ott.c_lflag;
1489 tt->c_oflag = ott.c_oflag;
1490 tt->c_iflag = ott.c_iflag;
1491 tt->c_cflag = ott.c_cflag;
1493 tt->c_cc[i] = ott.c_cc[i];
1507 ott.c_lflag = tt->c_lflag;
1508 ott.c_oflag = tt->c_oflag;
1509 ott.c_iflag = tt->c_iflag;
[all …]
/titanic_44/usr/src/cmd/Adm/
H A Dmime.types6 application/vnd.oasis.opendocument.text-template ott
/titanic_44/usr/src/lib/libdtrace/common/
H A Ddt_parser.c1472 dtrace_typeinfo_t ott; in dt_node_decl() local
1479 if (exists && (dtrace_symbol_type(dtp, &sym, &dts, &ott) != 0 || in dt_node_decl()
1481 ott.dtt_ctfp, ott.dtt_type) != 0)) { in dt_node_decl()
1487 dt_type_name(ott.dtt_ctfp, ott.dtt_type, in dt_node_decl()