Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/tset/
H A Dtset.c782 TTY mode, oldmode; in main() local
859 oldmode = mode; in main()
888 if (send_init_strings(my_fd, &oldmode)) { in main()
895 update_tty_settings(&oldmode, &mode); in main()
909 print_tty_chars(&oldmode, &mode); in main()
/openbsd-src/usr.bin/tput/
H A Dtput.c169 TTY oldmode = *settings; in tput_cmd() local
190 if (send_init_strings(fd, &oldmode)) { in tput_cmd()
194 update_tty_settings(&oldmode, settings); in tput_cmd()
/openbsd-src/gnu/gcc/gcc/
H A Dpretty-print.h330 pp_wrapping_mode_t oldmode = pp_wrapping_mode (pp); in pp_set_verbatim_wrapping_() local
333 return oldmode; in pp_set_verbatim_wrapping_()
H A Dpretty-print.c582 pp_wrapping_mode_t oldmode = pp_set_verbatim_wrapping (pp); in pp_base_format_verbatim() local
589 pp_wrapping_mode (pp) = oldmode; in pp_base_format_verbatim()
H A Dexpr.c742 convert_modes (enum machine_mode mode, enum machine_mode oldmode, rtx x, int unsignedp) in convert_modes() argument
755 oldmode = GET_MODE (x); in convert_modes()
757 if (mode == oldmode) in convert_modes()
772 if (oldmode != VOIDmode in convert_modes()
773 && HOST_BITS_PER_WIDE_INT > GET_MODE_BITSIZE (oldmode)) in convert_modes()
775 int width = GET_MODE_BITSIZE (oldmode); in convert_modes()
792 && GET_MODE_CLASS (oldmode) == MODE_INT in convert_modes()
794 || (GET_MODE_SIZE (mode) <= GET_MODE_SIZE (oldmode) in convert_modes()
806 if (GET_CODE (x) == CONST_INT && oldmode != VOIDmode in convert_modes()
807 && GET_MODE_SIZE (mode) > GET_MODE_SIZE (oldmode)) in convert_modes()
[all …]
H A Dregrename.c1389 enum machine_mode oldmode = vd->e[i].mode; in find_oldest_value_reg() local
1397 new = maybe_mode_change (oldmode, vd->e[regno].mode, mode, i, regno); in find_oldest_value_reg()
H A Doptabs.c209 widen_operand (rtx op, enum machine_mode mode, enum machine_mode oldmode, in widen_operand() argument
224 return convert_modes (mode, oldmode, op, unsignedp); in widen_operand()
/openbsd-src/gnu/usr.bin/cvs/diff/
H A Dio.c102 int oldmode = setmode (current->desc, O_BINARY); local
109 if (oldmode != O_BINARY)
113 setmode (current->desc, oldmode);
/openbsd-src/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A DReadKey.xs780 int oldmode; in ReadMode() local
845 oldmode=SvIV(*temp); in ReadMode()
1088 if(DisableFlush || oldmode<=mode) in ReadMode()
1241 if(DisableFlush || oldmode<=mode) in ReadMode()
1376 if(DisableFlush || oldmode<=mode) in ReadMode()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dgo32-nat.c726 int oldmode, newmode; in device_mode() local
734 newmode = oldmode = regs.x.dx; in device_mode()
741 if (oldmode & 0x80) /* Only for character dev */ in device_mode()
750 return (oldmode & 0x20) == 0x20; in device_mode()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dexpr.c1376 convert_modes (mode, oldmode, x, unsignedp) in convert_modes() argument
1377 enum machine_mode mode, oldmode; in convert_modes()
1392 oldmode = GET_MODE (x);
1394 if (mode == oldmode)
1409 if (oldmode != VOIDmode
1410 && HOST_BITS_PER_WIDE_INT > GET_MODE_BITSIZE (oldmode))
1412 int width = GET_MODE_BITSIZE (oldmode);
1429 && GET_MODE_CLASS (oldmode) == MODE_INT
1431 || (GET_MODE_SIZE (mode) <= GET_MODE_SIZE (oldmode)
1443 if (GET_CODE (x) == CONST_INT && oldmode != VOIDmode
[all …]
H A Dregrename.c1386 enum machine_mode oldmode = vd->e[i].mode; local
1390 && (new = maybe_mode_change (oldmode, vd->e[regno].mode, mode, i,
H A Doptabs.c216 widen_operand (op, mode, oldmode, unsignedp, no_extend) in widen_operand() argument
218 enum machine_mode mode, oldmode;
234 return convert_modes (mode, oldmode, op, unsignedp);
/openbsd-src/gnu/usr.bin/cvs/src/
H A Dserver.c6577 int oldmode; local
6588 oldmode = _setmode (_fileno (stdout), OPEN_BINARY);
6589 if (oldmode < 0)
6603 if (_setmode (_fileno (stdout), oldmode) != OPEN_BINARY)
/openbsd-src/gnu/usr.bin/perl/win32/
H A Dwin32.c3923 int oldmode = win32_setmode(fd, O_BINARY); in win32_chsize()
3935 win32_setmode(fd, oldmode); in win32_chsize()
3912 int oldmode = win32_setmode(fd, O_BINARY); win32_chsize() local