Home
last modified time | relevance | path

Searched refs:origmode (Results 1 – 25 of 33) sorted by relevance

12

/dports/devel/monotone/monotone-1.1/src/win32/
H A Dread_password.cc22 DWORD origmode, pwmode = 0; in read_password() local
29 if (GetConsoleMode(mt_stdin, &origmode) == 0) in read_password()
40 pwmode = origmode & (~ENABLE_ECHO_INPUT); in read_password()
51 I(SetConsoleMode(mt_stdin, origmode) != 0); in read_password()
/dports/graphics/grx/grx249/src/vdrivers/
H A Du_egavga.c106 static int origmode = (-1); variable
111 origmode = _GrViDrvGetCurrentEGAVGAmode(); in _GrViDrvInitEGAVGA()
119 if((origmode != (-1)) && DRVINFO->moderestore) { in _GrViDrvResetEGAVGA()
120 setmode(origmode,FALSE); in _GrViDrvResetEGAVGA()
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dssh.py1163 origmode = os.stat(full).st_mode
1194 origmode = None
1244 if origmode:
1245 os.chmod(full, origmode)
1366 origmode = os.stat(full).st_mode
1369 os.chmod(full, origmode)
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/source/
H A Dnames.c804 char *origmode = mode_string; local
1592 if (*compmode) snprintf(origmode, modelen, "%s %s", compmode, compline);
1593 else *origmode = '\0';
1594 if (*origmode && origmode[strlen(origmode) - 1] == ' ')
1595 origmode[strlen(origmode) - 1] = '\0';
1597 else strmcpy(origmode, tmporigmode, modelen);
/dports/editors/emacs/emacs-27.2/lisp/
H A Dso-long.el1603 (let ((origmode (so-long-original 'major-mode)))
1607 (and origmode
1609 (indirect-function origmode)))))
/dports/editors/emacs-devel/emacs-4d1968b/lisp/
H A Dso-long.el1765 (let ((origmode (so-long-original 'major-mode)))
1769 (and origmode
1771 (indirect-function origmode)))))
/dports/lang/python310/Python-3.10.1/Lib/
H A Dgzip.py181 origmode = mode
192 if origmode is None:
/dports/lang/python39/Python-3.9.9/Lib/
H A Dgzip.py180 origmode = mode
191 if origmode is None:
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Dgzip.py181 origmode = mode
192 if origmode is None:
/dports/irc/p5-POE-Component-Server-IRC/POE-Component-Server-IRC-1.54/lib/POE/Component/Server/
H A DIRC.pm5357 my $origmode = $chanrec->{mode};
5395 if (keys %$common && ($reply || $origmode)) {
5396 $origmode = join '', grep { $chanmode !~ /$_/ }
5397 split //, ($origmode || '');
5398 $chanrec->{mode} =~ s/[$origmode]//g if $origmode;
5399 $reply = '-' . $origmode . $reply if $origmode;
5400 if ($origmode && $origmode =~ /k/) {
5404 if ($origmode and $origmode =~ /l/) {
/dports/irc/p5-POE-Component-IRC/POE-Component-IRC-6.93/t/inc/POE/Component/Server/
H A DIRC.pm5357 my $origmode = $chanrec->{mode};
5395 if (keys %$common && ($reply || $origmode)) {
5396 $origmode = join '', grep { $chanmode !~ /$_/ }
5397 split //, ($origmode || '');
5398 $chanrec->{mode} =~ s/[$origmode]//g if $origmode;
5399 $reply = '-' . $origmode . $reply if $origmode;
5400 if ($origmode && $origmode =~ /k/) {
5404 if ($origmode and $origmode =~ /l/) {
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dsimplify-rtx.c4050 enum machine_mode origmode = GET_MODE (XEXP (op, 0)); in simplify_subreg() local
4051 if (outermode == origmode) in simplify_subreg()
4053 if (GET_MODE_BITSIZE (outermode) <= GET_MODE_BITSIZE (origmode)) in simplify_subreg()
4054 return simplify_gen_subreg (outermode, XEXP (op, 0), origmode, in simplify_subreg()
4056 origmode)); in simplify_subreg()
4059 XEXP (op, 0), origmode); in simplify_subreg()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dsimplify-rtx.c631 enum machine_mode origmode = GET_MODE (XEXP (op, 0)); in simplify_truncation() local
632 if (mode == origmode) in simplify_truncation()
634 else if (precision <= GET_MODE_UNIT_PRECISION (origmode)) in simplify_truncation()
636 XEXP (op, 0), origmode); in simplify_truncation()
639 XEXP (op, 0), origmode); in simplify_truncation()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dsimplify-rtx.c631 enum machine_mode origmode = GET_MODE (XEXP (op, 0)); in simplify_truncation() local
632 if (mode == origmode) in simplify_truncation()
634 else if (precision <= GET_MODE_UNIT_PRECISION (origmode)) in simplify_truncation()
636 XEXP (op, 0), origmode); in simplify_truncation()
639 XEXP (op, 0), origmode); in simplify_truncation()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dsimplify-rtx.c651 machine_mode origmode = GET_MODE (XEXP (op, 0)); in simplify_truncation() local
652 if (mode == origmode) in simplify_truncation()
654 else if (precision <= GET_MODE_UNIT_PRECISION (origmode)) in simplify_truncation()
656 XEXP (op, 0), origmode); in simplify_truncation()
659 XEXP (op, 0), origmode); in simplify_truncation()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dsimplify-rtx.c651 machine_mode origmode = GET_MODE (XEXP (op, 0)); in simplify_truncation() local
652 if (mode == origmode) in simplify_truncation()
654 else if (precision <= GET_MODE_UNIT_PRECISION (origmode)) in simplify_truncation()
656 XEXP (op, 0), origmode); in simplify_truncation()
659 XEXP (op, 0), origmode); in simplify_truncation()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dsimplify-rtx.c632 enum machine_mode origmode = GET_MODE (XEXP (op, 0)); in simplify_truncation() local
633 if (mode == origmode) in simplify_truncation()
635 else if (precision <= GET_MODE_UNIT_PRECISION (origmode)) in simplify_truncation()
637 XEXP (op, 0), origmode); in simplify_truncation()
640 XEXP (op, 0), origmode); in simplify_truncation()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dsimplify-rtx.c648 machine_mode origmode = GET_MODE (XEXP (op, 0)); in simplify_truncation() local
649 if (mode == origmode) in simplify_truncation()
651 else if (precision <= GET_MODE_UNIT_PRECISION (origmode)) in simplify_truncation()
653 XEXP (op, 0), origmode); in simplify_truncation()
656 XEXP (op, 0), origmode); in simplify_truncation()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dsimplify-rtx.c648 machine_mode origmode = GET_MODE (XEXP (op, 0)); in simplify_truncation() local
649 if (mode == origmode) in simplify_truncation()
651 else if (precision <= GET_MODE_UNIT_PRECISION (origmode)) in simplify_truncation()
653 XEXP (op, 0), origmode); in simplify_truncation()
656 XEXP (op, 0), origmode); in simplify_truncation()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dsimplify-rtx.c648 machine_mode origmode = GET_MODE (XEXP (op, 0)); in simplify_truncation() local
649 if (mode == origmode) in simplify_truncation()
651 else if (precision <= GET_MODE_UNIT_PRECISION (origmode)) in simplify_truncation()
653 XEXP (op, 0), origmode); in simplify_truncation()
656 XEXP (op, 0), origmode); in simplify_truncation()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dsimplify-rtx.c648 machine_mode origmode = GET_MODE (XEXP (op, 0)); in simplify_truncation() local
649 if (mode == origmode) in simplify_truncation()
651 else if (precision <= GET_MODE_UNIT_PRECISION (origmode)) in simplify_truncation()
653 XEXP (op, 0), origmode); in simplify_truncation()
656 XEXP (op, 0), origmode); in simplify_truncation()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dsimplify-rtx.c648 machine_mode origmode = GET_MODE (XEXP (op, 0)); in simplify_truncation() local
649 if (mode == origmode) in simplify_truncation()
651 else if (precision <= GET_MODE_UNIT_PRECISION (origmode)) in simplify_truncation()
653 XEXP (op, 0), origmode); in simplify_truncation()
656 XEXP (op, 0), origmode); in simplify_truncation()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dsimplify-rtx.c648 machine_mode origmode = GET_MODE (XEXP (op, 0)); in simplify_truncation() local
649 if (mode == origmode) in simplify_truncation()
651 else if (precision <= GET_MODE_UNIT_PRECISION (origmode)) in simplify_truncation()
653 XEXP (op, 0), origmode); in simplify_truncation()
656 XEXP (op, 0), origmode); in simplify_truncation()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dsimplify-rtx.c642 machine_mode origmode = GET_MODE (XEXP (op, 0)); in simplify_truncation() local
643 if (mode == origmode) in simplify_truncation()
645 else if (precision <= GET_MODE_UNIT_PRECISION (origmode)) in simplify_truncation()
647 XEXP (op, 0), origmode); in simplify_truncation()
650 XEXP (op, 0), origmode); in simplify_truncation()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dsimplify-rtx.c642 machine_mode origmode = GET_MODE (XEXP (op, 0)); in simplify_truncation() local
643 if (mode == origmode) in simplify_truncation()
645 else if (precision <= GET_MODE_UNIT_PRECISION (origmode)) in simplify_truncation()
647 XEXP (op, 0), origmode); in simplify_truncation()
650 XEXP (op, 0), origmode); in simplify_truncation()

12