Home
last modified time | relevance | path

Searched refs:logical (Results 1 – 25 of 76) sorted by relevance

1234

/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Ds390-opc.txt10 5e al RX_RRRD "add logical" g5 esa,zarch
11 1e alr RR_RR "add logical" g5 esa,zarch
41 55 cl RX_RRRD "compare logical" g5 esa,zarch
42 d5 clc SS_L0RDRD "compare logical" g5 esa,zarch
43 0f clcl RR_RR "compare logical long" g5 esa,zarch
44 95 cli SI_URD "compare logical" g5 esa,zarch
45 bd clm RS_RURD "compare logical characters under mask" g5 esa,zarch
46 15 clr RR_RR "compare logical" g5 esa,zarch
47 b25d clst RRE_RR "compare logical string" g5 esa,zarch
180 5f sl RX_RRRD "subtract logical" g5 esa,zarch
[all …]
/mirbsd/src/gnu/usr.bin/perl/vms/
Dperlvms.pod42 image in F<Sys$Share>, or define the logical name F<PerlShr> to
128 can use rooted logical names to get another 8 levels of
177 to define a logical name I<Extshortname>, where I<Extshortname>
270 adjustable via the logical name PERL_MBX_SIZE provided that the
284 The PERL5LIB and PERLLIB logical names work as documented in L<perl>,
355 logical name DCL$PATH as a searchlist, using each translation
566 working CRTL C<gmtime()> routine, or if the logical name
568 which must be added to UTC to yield local time. (This logical
729 of the logical name F<PERL_ENV_TABLES>. If defined, it should
759 that string is used as the name of a logical name table, which is
[all …]
Dgenopt.com13 $! either via a logical name or in the default location
/mirbsd/src/sys/isofs/cd9660/
DTODO.hibler10 Unfortunately, if the logical block size is smaller than the page size,
/mirbsd/src/usr.bin/file/magdir/
Dpsion37 >4 lelong 0x100000AC logical device driver
/mirbsd/src/gnu/usr.bin/perl/ext/Encode/t/
Denc_eucjp.t74 # "f0" could be a logical name pointing elsewhere.
Denc_utf8.t68 # "f0" could be a logical name pointing elsewhere.
/mirbsd/src/gnu/usr.bin/binutils/cpu/
Diq2000.cpu581 (dni sll "shift left logical" (USES-RD USES-RT)
587 (dni sllv2 "shift left logical variable" (ALIAS NO-DIS USES-RD USES-RS USES-RT)
593 (dni sllv "shift left logical variable" (USES-RD USES-RS USES-RT)
699 (dni srl "shift right logical" (USES-RD USES-RT)
705 (dni srlv2 "shift right logical variable" (ALIAS NO-DIS USES-RD USES-RS USES-RT)
711 (dni srlv "shift right logical variable" (USES-RD USES-RS USES-RT)
1109 (dnmi m-sll "shift left logical" (USES-RD USES-RT USES-RS NO-DIS)
1129 (dnmi m-srl "shift right logical" (USES-RD USES-RT USES-RS NO-DIS)
Dsh64-compact.cpu1490 (dshci shld "Shift logical dynamic"
1502 (dshci shll "Shift left logical one bit"
1511 (dshci shll2 "Shift left logical two bits"
1517 (dshci shll8 "Shift left logical eight bits"
1523 (dshci shll16 "Shift left logical sixteen bits"
1529 (dshci shlr "Shift right logical one bit"
1538 (dshci shlr2 "Shift right logical two bits"
1544 (dshci shlr8 "Shift right logical eight bits"
1550 (dshci shlr16 "Shift right logical sixteen bits"
/mirbsd/src/gnu/usr.bin/perl/
DREADME.vms199 If you have any symbols or logical names in your environment that may
201 will try to warn you about them. If a logical name is causing
206 otherwise simply deassign the dangerous logical names. The potentially
430 with the definition of the PERL_ROOT and PERLSHR logical names and the PERL
433 files to the directory tree pointed to by the PERL_ROOT logical name defined
470 An alternative to having PERL_SETUP.COM define the PERLSHR logical name
573 defined (in seconds) in the logical name SYS$TIMEZONE_DIFFERENTIAL before
575 procedure will help you set that logical for your system but may require
Dregexec.c2314 int minmod = 0, sw = 0, logical = 0; in S_regmatch() local
2913 if (logical) { in S_regmatch()
2914 if (logical == 2) { /* Postponed subexpression. */ in S_regmatch()
3017 logical = 0; in S_regmatch()
3021 logical = 0; in S_regmatch()
3058 logical = scan->flags; in S_regmatch()
3908 if (logical) { in S_regmatch()
3909 logical = 0; in S_regmatch()
3917 if (logical) { in S_regmatch()
3918 logical = 0; in S_regmatch()
Dconfigure.com2544 $ echo "As Perl starts up, it checks several logical names, such as"
2548 $ echo "is enabled. In this case, logical names normally skipped when"
2551 $ echo "is used for logical name translation."
2554 $ echo "logical name translation during parsing of file specifications;"
2555 $ echo "these always use the normal sequence of access modes for logical"
2562 $ rp = "Use secure logical name translation? [''bool_dflt'] "
6806 $ echo4 "Checking for dangerous pre-existing global symbols and logical names."
/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTFile.c1571 const char *logical = anchor->address; in HTDirTitles() local
1572 char *path = HTParse(logical, "", PARSE_PATH + PARSE_PUNCTUATION); in HTDirTitles()
1579 BOOL local_link = (strlen(logical) > 18 in HTDirTitles()
1580 && !strncasecomp(logical, "file://localhost/", 17) in HTDirTitles()
1581 && LYIsDosDrive(logical + 17)); in HTDirTitles()
1720 if (LYisLocalFile(logical)) { in HTDirTitles()
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlop.pod193 Unary "!" performs logical negation, i.e., "not". See also C<not> for a lower
247 the logical sense.
463 X<&&> X<logical and> X<operator, logical, and>
465 Binary "&&" performs a short-circuit logical AND operation. That is,
471 X<||> X<operator, logical, or>
473 Binary "||" performs a short-circuit logical OR operation. That is,
770 The only operators with lower precedence are the logical operators
780 X<operator, logical, not> X<not>
782 Unary "not" returns the logical negation of the expression to its right.
786 X<operator, logical, and> X<and>
[all …]
Dperl581delta.pod673 overrides the default use of logical names for %ENV). If it is
675 they are implemented using search list logical names that store the
680 logical name via the $ENV{'foo;N'} syntax (where N is the search list
691 directory whose name collided with a logical name. This problem has
693 preventing logical name translation.
Dperl56delta.pod1623 Expand %ENV-handling code to allow runtime mapping to logical names,
1637 only as logical names.
1639 Optional secure translation of several logical names used internally by Perl.
2031 %ENV, it encountered a logical name or symbol definition which was too long,
2191 (W internal) A warning peculiar to VMS. Perl tried to read a logical name
2300 to UTC. If it's not, define the logical name F<SYS$TIMEZONE_DIFFERENTIAL>
2859 a month starting from zero, which, while being logical to programmers,
2941 =item Ill-formed logical name |%s| in prime_env_iter
2943 (W) A warning peculiar to VMS. A logical name was encountered when preparing
2944 to iterate over %ENV which violates the syntactic rules governing logical
[all …]
/mirbsd/src/bin/mksh/
Dsh_flags.opt114 /* ./. don't do logical cds/pwds (non-standard) */
/mirbsd/src/lib/libssl/src/crypto/
Dopensslconf.h.in6 #if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */
/mirbsd/src/share/doc/psd/23.Cknr/
Dcman2218 The result of the logical negation operator \fG!\fR
395 The shift is guaranteed to be logical
497 logical-and-expression:
516 logical-or-expression:
/mirbsd/src/share/tmac/tab/
Dcode.xerox204 "\001\033Z", /*\(ts yields logical not*/
/mirbsd/src/gnu/usr.bin/cvs/contrib/
Drcs-5.7-commitid.patch53 +being a part of the same logical commit.
203 +being a part of the same logical commit.
/mirbsd/src/gnu/usr.bin/perl/lib/Getopt/Long/
DREADME31 runs into the problem that there is no logical relationship between
/mirbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-i860.texi157 @item Unsigned large immediate with logical operations:
/mirbsd/src/lib/libssl/src/doc/ssl/
DSSL_CTX_set_options.pod32 The options are coded as bitmasks and can be combined by a logical B<or>
/mirbsd/src/usr.bin/sed/
DPOSIX77 !'s without changing the behaviour. (It seems logical that each

1234