Searched defs:ott (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dedit.c1471 #define ott ep->e_ott macro
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
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_parser.c1472 dtrace_typeinfo_t ott; local
1479 if (exists && (dtrace_symbol_type(dtp, &sym, &dts, &ott) != 0 ||
1481 ott.dtt_ctfp, ott.dtt_type) != 0)) {
1487 dt_type_name(ott.dtt_ctfp, ott.dtt_type,

Completed in 56 milliseconds