Searched refs:oldmode (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/usr.bin/tset/
H A Dextern.h33 extern struct termios mode, oldmode;
H A Dtset.c62 struct termios mode, oldmode; variable in typeref:struct:
84 oldmode = mode;
182 if (memcmp(&mode, &oldmode, sizeof(mode)))
245 old = oldmode.c_cc[which];
H A Dset.c247 if (oldmode.c_oflag & (TAB3 | ONLCR | OCRNL | ONLRET)) {
248 oldmode.c_oflag &= (TAB3 | ONLCR | OCRNL | ONLRET);
249 tcsetattr(STDERR_FILENO, TCSADRAIN, &oldmode);
/freebsd-9.3-release/bin/mv/
H A Dmv.c279 mode_t oldmode; local
318 oldmode = sbp->st_mode & ALLPERMS;
322 if (oldmode & (S_ISUID | S_ISGID)) {
325 to, oldmode);
330 warn("%s: set mode (was: 0%03o)", to, oldmode);
/freebsd-9.3-release/contrib/ncurses/progs/
H A Dtset.c139 static TTY mode, oldmode, original; variable
985 if (oldmode.c_oflag & (TAB3 | ONLCR | OCRNL | ONLRET)) {
986 oldmode.c_oflag &= (TAB3 | ONLCR | OCRNL | ONLRET);
987 SET_TTY(STDERR_FILENO, &oldmode);
1067 older = oldmode.c_cc[which];
1243 original = oldmode = mode;
1283 if (memcmp(&mode, &oldmode, sizeof(mode))) {
/freebsd-9.3-release/contrib/cvs/diff/
H A Dio.c104 int oldmode = setmode (current->desc, O_BINARY);
111 if (oldmode != O_BINARY)
115 setmode (current->desc, oldmode);
102 int oldmode = setmode (current->desc, O_BINARY); local
/freebsd-9.3-release/contrib/gcc/
H A Dpretty-print.c582 pp_wrapping_mode_t oldmode = pp_set_verbatim_wrapping (pp); local
589 pp_wrapping_mode (pp) = oldmode;
H A Dexpr.c744 convert_modes (enum machine_mode mode, enum machine_mode oldmode, rtx x, int unsignedp)
757 oldmode = GET_MODE (x);
759 if (mode == oldmode)
774 if (oldmode != VOIDmode
775 && HOST_BITS_PER_WIDE_INT > GET_MODE_BITSIZE (oldmode))
777 int width = GET_MODE_BITSIZE (oldmode);
794 && GET_MODE_CLASS (oldmode) == MODE_INT
796 || (GET_MODE_SIZE (mode) <= GET_MODE_SIZE (oldmode)
808 if (GET_CODE (x) == CONST_INT && oldmode != VOIDmode
809 && GET_MODE_SIZE (mode) > GET_MODE_SIZE (oldmode))
742 convert_modes(enum machine_mode mode, enum machine_mode oldmode, rtx x, int unsignedp) argument
[all...]
H A Dregrename.c1390 enum machine_mode oldmode = vd->e[i].mode;
1398 new = maybe_mode_change (oldmode, vd->e[regno].mode, mode, i, regno);
1389 enum machine_mode oldmode = vd->e[i].mode; local
H A Doptabs.c211 widen_operand (rtx op, enum machine_mode mode, enum machine_mode oldmode,
226 return convert_modes (mode, oldmode, op, unsignedp);
209 widen_operand(rtx op, enum machine_mode mode, enum machine_mode oldmode, int unsignedp, int no_extend) argument
/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-int.h143 bpf_u_int32 oldmode; /* mode to restore when turning monitor mode off */ member in struct:pcap_md
H A Dpcap-linux.c1112 ireq.u.mode = handle->md.oldmode;
4522 handle->md.oldmode = ireq.u.mode;
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgo32-nat.c724 int oldmode, newmode; local
732 newmode = oldmode = regs.x.dx;
739 if (oldmode & 0x80) /* Only for character dev */
748 return (oldmode & 0x20) == 0x20;
/freebsd-9.3-release/sys/dev/en/
H A Dmidway.c1170 uint32_t oldmode, newmode; local
1205 oldmode = slot->mode;
1207 slot->mode = MIDV_SETMODE(oldmode, newmode);
1256 uint32_t oldmode, newmode; local
1283 oldmode = en_read(sc, MID_VC(cl->vci));
1284 newmode = MIDV_SETMODE(oldmode, MIDV_TRASH) & ~MIDV_INSERVICE;
1285 en_write(sc, MID_VC(cl->vci), (newmode | (oldmode & MIDV_INSERVICE)));
/freebsd-9.3-release/contrib/cvs/src/
H A Dserver.c6575 int oldmode;
6593 oldmode = _setmode (_fileno (stdout), OPEN_BINARY);
6594 if (oldmode < 0)
6608 if (_setmode (_fileno (stdout), oldmode) != OPEN_BINARY)
6554 int oldmode; local

Completed in 299 milliseconds