Home
last modified time | relevance | path

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

/titanic_53/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dedit.c1492 #define ott ep->e_ott
1507 if((r=ioctl(fd,TCGETA,&ott)) >= 0)
1509 tt->c_lflag = ott.c_lflag;
1510 tt->c_oflag = ott.c_oflag;
1511 tt->c_iflag = ott.c_iflag;
1512 tt->c_cflag = ott.c_cflag;
1514 tt->c_cc[i] = ott.c_cc[i];
1528 ott.c_lflag = tt->c_lflag;
1529 ott.c_oflag = tt->c_oflag;
1530 ott.c_iflag = tt->c_iflag;
[all …]
/titanic_53/usr/src/cmd/Adm/
H A Dmime.types6 application/vnd.oasis.opendocument.text-template ott
/titanic_53/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()