Searched refs:SEE (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/top/
H A Dtop.xs454 .SH "SEE ALSO"
/freebsd-11-stable/tools/tools/sysdoc/
H A Dsysdoc.sh49 .Sh SEE ALSO
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp416 SCEVExpander &SEE) {
435 Value *InitialPtr = SEE.expandCodeFor(PtrSCEV->getStart(), Ptr->getType(),
573 SCEVExpander SEE(*PSE.getSE(), L->getHeader()->getModule()->getDataLayout(),
576 propagateStoredValueToLoadUsers(Cand, SEE);
/freebsd-11-stable/contrib/ntp/scripts/deprecated/
H A Dhtml2man.in47 # Disclaimer to go in SEE ALSO section of the man page
230 print MANOUT "\n.SH SEE ALSO\n\n";
/freebsd-11-stable/tools/build/options/
H A Dmakeman341 .Sh SEE ALSO
/freebsd-11-stable/lib/libc/regex/
H A Dregcomp.c170 #define SEE(c) (MORE() && PEEK() == (c)) macro
172 #define SEESPEC(a) (p->bre ? SEETWO('\\', a) : SEE(a))
173 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0)
377 if (!SEE(')'))
668 #define SEEEND() (!p->bre ? SEE(end1) : SEETWO(end1, end2))
697 assert(!MORE() || SEE(end1));
950 if (SEE('-') && MORE2() && PEEK2() != ']') {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c254 #define SEE(c) (MORE() && PEEK() == (c)) macro
256 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0)
429 assert(!MORE() || SEE(stop));
458 if (!SEE(')'))
918 if (SEE('-') && MORE2() && PEEK2() != ']') {
/freebsd-11-stable/contrib/nvi/regex/
H A Dregcomp.c141 #define SEE(c) (MORE() && PEEK() == (c)) macro
143 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0)
330 assert(!MORE() || SEE(stop));
358 if (!SEE(')'))
806 if (SEE('-') && MORE2() && PEEK2() != ']') {
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dexpn.pl1315 .SH SEE ALSO
/freebsd-11-stable/crypto/openssl/util/
H A Dpod2man.pl144 =item SEE ALSO

Completed in 266 milliseconds