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

/freebsd-10.0-release/contrib/top/
H A Dtop.X420 .SH "SEE ALSO"
/freebsd-10.0-release/tools/tools/sysdoc/
H A Dsysdoc.sh49 .Sh SEE ALSO
/freebsd-10.0-release/tools/build/options/
H A Dmakeman289 .Sh SEE ALSO
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A Dregcomp.c118 #define SEE(c) (MORE() && PEEK() == (c)) macro
120 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0)
293 assert(!MORE() || SEE(stop));
322 if (!SEE(')'))
782 if (SEE('-') && MORE2() && PEEK2() != ']') {
/freebsd-10.0-release/contrib/nvi/regex/
H A Dregcomp.c145 #define SEE(c) (MORE() && PEEK() == (c)) macro
147 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0)
345 assert(!MORE() || SEE(stop));
374 if (!SEE(')'))
829 if (SEE('-') && MORE2() && PEEK2() != ']') {
/freebsd-10.0-release/lib/libc/regex/
H A Dregcomp.c141 #define SEE(c) (MORE() && PEEK() == (c)) macro
143 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0)
333 assert(!MORE() || SEE(stop));
363 if (!SEE(')'))
776 if (SEE('-') && MORE2() && PEEK2() != ']') {
/freebsd-10.0-release/contrib/sendmail/contrib/
H A Dexpn.pl1315 .SH SEE ALSO
/freebsd-10.0-release/crypto/openssl/util/
H A Dpod2man.pl144 =item SEE ALSO

Completed in 188 milliseconds