HomeSort by: relevance | last modified time | path
    Searched refs:SEE (Results 1 - 25 of 37) sorted by relevancy

1 2

  /src/sys/arch/vax/floppy/
defboo.hp 14 D/G A 0 ! DEV TO BOOT FROM, SEE CODING IN REBOOT.H AND RPB.H
  /src/external/gpl3/autoconf/dist/lib/Autom4te/
Getopt.pm 10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 # along with this program. If not, see <http://www.gnu.org/licenses/>.
92 =head1 SEE ALSO
Request.pm 11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 # along with this program. If not, see <http://www.gnu.org/licenses/>.
85 =head1 SEE ALSO
C4che.pm 11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 # along with this program. If not, see <http://www.gnu.org/licenses/>.
215 =head1 SEE ALSO
ChannelDefs.pm 11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 # along with this program. If not, see <http://www.gnu.org/licenses/>.
365 =head1 SEE ALSO
General.pm 12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 # along with this program. If not, see <http://www.gnu.org/licenses/>.
396 =head1 SEE ALSO
XFile.pm 10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 # along with this program. If not, see <http://www.gnu.org/licenses/>.
136 # the 'name' of the file we are opening. See the example with
288 =head1 SEE ALSO
  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/Test/
Simple.pm 80 =head1 SEE ALSO
Utils.pm 246 =head1 SEE ALSO
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Test/
Simple.pm 80 =head1 SEE ALSO
Utils.pm 246 =head1 SEE ALSO
  /src/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/Test/
Simple.pm 80 =head1 SEE ALSO
Utils.pm 229 =head1 SEE ALSO
  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/
fallback.pm 117 =head1 SEE ALSO
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
fallback.pm 117 =head1 SEE ALSO
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopLoadElimination.cpp 4 // See https://llvm.org/LICENSE.txt for license information.
414 SCEVExpander &SEE) {
434 Value *InitialPtr = SEE.expandCodeFor(PtrSCEV->getStart(), Ptr->getType(),
583 SCEVExpander SEE(*PSE.getSE(), L->getHeader()->getModule()->getDataLayout(),
586 propagateStoredValueToLoadUsers(Cand, SEE);
  /src/external/bsd/ntp/dist/scripts/deprecated/
html2man.in 20 # name of man page, man section, 'see also' section
47 # Disclaimer to go in SEE ALSO section of the man page
230 print MANOUT "\n.SH SEE ALSO\n\n";
  /src/lib/libc/regex/
regcomp.c 198 #define SEE(c) (MORE() && PEEK() == (c))
200 #define SEESPEC(a) (p->bre ? SEETWO('\\', a) : SEE(a))
201 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0)
473 if (!SEE(')'))
843 #define SEEEND() (!p->bre ? SEE(end1) : SEETWO(end1, end2))
876 assert(!MORE() || SEE(end1));
1223 if (SEE('-') && MORE2() && PEEK2() != ']') {
2025 * UTF-8 (see RFC 3629).
  /src/external/apache2/llvm/dist/llvm/utils/
codegen-diff 127 =head1 SEE ALSO
  /src/external/mpl/bind/dist/contrib/scripts/
check5011.pl 11 # See the COPYRIGHT file distributed with this work for additional
206 =head1 SEE ALSO
  /src/external/apache2/llvm/dist/llvm/lib/Support/
regcomp.c 254 #define SEE(c) (MORE() && PEEK() == (c))
256 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0)
429 assert(!MORE() || SEE(stop));
458 if (!SEE(')'))
918 if (SEE('-') && MORE2() && PEEK2() != ']') {
  /src/external/bsd/nvi/dist/regex/
regcomp.c 149 #define SEE(c) (MORE() && PEEK() == (c))
151 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0)
349 assert(!MORE() || SEE(stop));
378 if (!SEE(')'))
833 if (SEE('-') && MORE2() && PEEK2() != ']') {
  /src/external/gpl3/binutils/dist/etc/
texi2pod.pl 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 # along with GCC; see the file COPYING. If not, write to
141 # Discard comments. (Can't do it above, because then we'd never see
349 $head =~ s/SEEALSO/SEE ALSO/;
  /src/external/gpl3/binutils.old/dist/etc/
texi2pod.pl 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 # along with GCC; see the file COPYING. If not, write to
141 # Discard comments. (Can't do it above, because then we'd never see
349 $head =~ s/SEEALSO/SEE ALSO/;
  /src/external/gpl3/gcc/dist/contrib/
texi2pod.pl 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 # along with GCC; see the file COPYING. If not, write to
139 # Discard comments. (Can't do it above, because then we'd never see
368 $head =~ s/SEEALSO/SEE ALSO/;

Completed in 47 milliseconds

1 2