Searched defs:stio (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/ttymon/
H A Dstty.c71 static struct stio stio; variable in typeref:struct:stio
149 if ((term = get_ttymode(0, &ocb, &cb, &stio, &termiox, &winsize
223 if (set_ttymode(0, term, &ocb, &cb, &stio, &termiox, &winsize, &owinsize
240 m = stio.imode;
245 m = stio.omode;
252 m = stio.lmode;
563 pit((unsigned)stio.tab, "ctab", "\n");
/illumos-gate/usr/src/ucbcmd/stty/
H A Dstty.c47 static struct stio stio; variable in typeref:struct:stio
99 &ocb, &cb, &stio, &termiox, &winsize)) < 0) {
128 &ocb, &cb, &stio, &termiox, &winsize)) < 0) {
138 &ocb, &cb, &stio, &termiox, &winsize)) < 0) {
174 term, &ocb, &cb, &stio, &termiox, &winsize, &owinsize) == -1) {
188 m = stio.imode;
193 m = stio.omode;
200 m = stio.lmode;
513 pit((unsigned)stio
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dstermio.h56 struct stio { struct

Completed in 74 milliseconds