Lines Matching defs:or

13 $! or
154 $ THEN !one or more switches was thrown
685 $ if (ans .eqs. "Y" .or. ans .eqs. "1" .or. ans .eqs. "T")
689 $ if (ans .eqs. "N" .or. ans .eqs. "0" .or. ans .eqs. "F")
693 $ echo4 "Input not understood please answer 'Yes' or 'No'"
815 stuck on a question, you may use a ^C or ^Y shell escape to STOP this
831 the questions and use the computed defaults (or the previous answers provided
882 $! echo "Go find a public domain implementation or fix your PATH setting!"
935 $ if line .eqs. "" .or. f$extract(0,1,line) .eqs. "#" then goto rd_conf_loop
986 $!You may give one or more space-separated answers, or "none" if appropriate.
1153 something...hmm...yes...I've got it...there's a VMS nearby, or I'm a Blit.
1162 $! Please use F$ELEMENT(0,"-",archname) .EQS. "VMS_AXP" (or
1168 $ echo "Please try Perl 5.22 or earlier"
1325 .or.(F$LOCATE("HP",F$EDIT(line,"UPCASE")).NE.F$LENGTH(line)) -
1326 .or.(F$LOCATE("Compaq",line).NE.F$LENGTH(line))
1408 $ ENDIF ! 1 .eq. 0 or 1 .eq. 1
1432 $ IF (F$LOCATE("dec",ans).NE.F$LENGTH(ans)).or.(F$LOCATE("compaq",ans).NE.F$LENGTH(ans)) -
1433 .or.(F$LOCATE("hp",ans).NE.F$LENGTH(ans)) -
1434 .or.(F$LOCATE("vsi",ans).NE.F$LENGTH(ans))
1450 $ IF F$LOCATE("dec",dflt) .NE. F$LENGTH(dflt) .or. -
1452 .or.(F$LOCATE("vsi",dflt).NE.F$LENGTH(dflt))
1703 If you or somebody else will be maintaining perl at your site, please
1722 $!: determine optimize, if desired, or use for debug flag also
1733 $!: see if nm is to be used to determine whether a symbol is defined or not
1735 $!: see if we have sigaction or sigprocmask
1771 $ if usevmsdebug .or. usevmsdebug .eqs. "define" then bool_dflt="y"
1793 $ if f$extract(0,1,f$edit(DEBUGGING,"collapse,upcase")).eqs."Y" .or. DEBUGGING .eqs. "define" then bool_dflt="y"
1813 $ if usethreads .or. usethreads .eqs. "define" then bool_dflt="y"
1819 $ if useithreads .or. useithreads .eqs. "define" then bool_dflt="y"
1836 $ ! Are they on VMS 7.1 or greater?
1847 $ if .not. usethreadupcalls .or. usethreadupcalls .eqs. "undef" then bool_dflt="n"
1855 $ ! Are they on alpha or itanium?
1865 $ if usekernelthreads .or. usekernelthreads .eqs. "define" then bool_dflt="y"
1898 $ if usemultiplicity .or. usemultiplicity .eqs. "define" then bool_dflt = "y"
1992 $ echo "the source, the name in the object modules or shareable images"
2002 $ if usecasesensitive .or. usecasesensitive .eqs. "define" then bool_dflt = "y"
2003 $ if f$extract(0,1,f$edit(usecasesensitive,"collapse,upcase")).eqs."N" .or. usecasesensitive .eqs. "undef" then bool_dflt = "n"
2016 $ if useshortenedsymbols .or. useshortenedsymbols .eqs. "define" then bool_dflt = "y"
2017 $ if f$extract(0,1,f$edit(useshortenedsymbols,"collapse,upcase")) .eqs. "N" .or. useshortenedsymbols .eqs. "undef" then bool_dflt = "n"
2026 $ echo "with an external library or existing data, you may wish to disable"
2031 $ if useieee .or. useieee .eqs. "define"
2055 $ if unlink_all_versions .or. unlink_all_versions .eqs. "define"
2076 $ echo "or qualifiers used by the compiler."
2096 $ echo "This restriction does not apply to the %ENV hash or to implicit"
2103 $ if f$extract(0,1,f$edit(usesecurelog,"collapse,upcase")).eqs."N" .or. usesecurelog .eqs. "undef" then bool_dflt = "n"
2126 $ if usedefaulttypes .or. usedefaulttypes .eqs. "define" then bool_dflt="y"
2149 $ if useversionedarchname .or. useversionedarchname .eqs. "define" then bool_dflt = "y"
2307 $ echo "process or the system wide level."
2323 $ echo "verb in a per-process table or in the system wide DCLTABLES (which"
2454 $! skip the where install questions or not.
2498 $ if .NOT. usemallocwrap .or. usemallocwrap .eqs. "undef" then bool_dflt = "n"
2516 $ if usemymalloc .or. usemymalloc .eqs. "define" then bool_dflt = "y"
2766 the symbol or command you use on your system to compile programs.
2775 $ echo "Go find a make program or fix your DCL$PATH setting!"
2828 $ IF .not. default_inc_excludes_dot .or. default_inc_excludes_dot .eqs. "undef" THEN bool_dflt = "n"
2928 $! Fancy changes (based on compiler capabilities or VMS version or
2931 $! Simple changes, though (say, always setting something to 1, or undef,
2932 $! or something like that) are straightforward. Adding a new constant
2945 $! For example if instead of a constant string like 'undef' or 'define'
2956 $! of "${var}" in perl or sh, but "'const'" is not interpolated).
3390 $ echo "We can catify or stringify, separately or together!"
5132 $ echo "I Found 64 bit OpenVMS 8.2 or later, and hard links enabled on build disk."
5136 $ echo "I Found 64 bit OpenVMS 8.2 or later, and hard links disabled on build disk."
5221 $ if d_symlink .or. d_symlink .EQS. "define"
5295 $! Some that are compiler or VMS version sensitive
5336 $!* sigqueue function or other apparent means to do realtime signalling,
5711 $ echo4 "or fails to handle a signal value of zero..."
7133 $ IF usestdstat .or. usestdstat .eqs. "define"
7193 $ if f$search("extra.pods") .eqs. "" .or. P1 .eqs. "FORCE" then -
7226 $! Warn of dangerous symbols or logical names
7236 $ IF Bad_env .eqs. "SYMBOL" .or. Bad_env .eqs. "LOGICAL"
7421 $ echo "Add that file (or an @ call to it) to your [SY]LOGIN.COM"