Searched refs:comments (Results 1 - 25 of 75) sorted by relevance

123

/freebsd-9.3-release/usr.sbin/lpr/chkprintcap/
H A Dskimprintcap.h37 int comments; member in struct:skiminfo
H A Dskimprintcap.c138 skinf->comments++;
255 warnx("%4d lines (%d comments), %d entries for %s",
256 skinf->lines, skinf->comments, skinf->entries, pcap_fname);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Index/
H A DCommentToXML.h1 //===--- CommentToXML.h - Convert comments to XML representation ----------===//
18 namespace comments { namespace in namespace:clang
33 void convertCommentToHTML(const comments::FullComment *FC,
37 void convertHTMLTagNodeToText(const comments::HTMLTagComment *HTC,
41 void convertCommentToXML(const comments::FullComment *FC,
/freebsd-9.3-release/etc/rc.d/
H A Drctl19 while read var comments
H A Dsysctl23 while read var comments
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCommentBriefParser.h21 namespace comments { namespace in namespace:clang
51 } // end namespace comments
H A DCommentCommandTraits.h27 namespace comments { namespace in namespace:clang
123 /// in comments.
181 } // end namespace comments
H A DCommentVisitor.h17 namespace comments { namespace in namespace:clang
67 } // end namespace comments
H A DRawCommentList.h1 //===--- RawCommentList.h - Classes for processing raw comments -*- C++ -*-===//
24 namespace comments { namespace in namespace:clang
26 } // end namespace comments
32 RCK_OrdinaryBCPL, ///< Any normal BCPL comments
38 RCK_Merged ///< Two or more documentation comments merged together
95 /// Returns whether we are parsing all comments.
122 comments::FullComment *parse(const ASTContext &Context,
142 /// When true, ordinary comments starting with "//" and "/*" will be
143 /// considered as documentation comments.
163 /// \brief Compare comments' sourc
[all...]
H A DCommentParser.h26 namespace comments { namespace in namespace:clang
123 } // end namespace comments
/freebsd-9.3-release/usr.sbin/pw/
H A Dpw_conf.c108 static char const *comments[_UC_FIELDS] = variable
498 if (comments[i])
499 fputs(comments[i], fp);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DRawCommentList.cpp1 //===--- RawCommentList.cpp - Processing raw comments -----------*- C++ -*-===//
128 comments::Lexer L(Allocator, Context.getDiagnostics(),
132 comments::BriefParser P(L, Context.getCommentCommandTraits());
144 comments::FullComment *RawComment::parse(const ASTContext &Context,
150 comments::Lexer L(Context.getAllocator(), Context.getDiagnostics(),
154 comments::Sema S(Context.getAllocator(), Context.getSourceManager(),
159 comments::Parser P(L, S, Context.getAllocator(), Context.getSourceManager(),
219 // Check if the comments are not in source order.
223 // If they are, just pop a few last comments that don't fit.
224 // This happens if an \#include directive contains comments
[all...]
H A DCommentBriefParser.cpp15 namespace comments { namespace in namespace:clang
152 } // end namespace comments
H A DCommentCommandTraits.cpp14 namespace comments { namespace in namespace:clang
138 } // end namespace comments
H A DCommentLexer.cpp11 namespace comments { namespace in namespace:clang
14 llvm::errs() << "comments::Token Kind=" << Kind << " ";
83 // This function should be called only for C comments
230 /// Return the one past end pointer for BCPL comments.
256 /// Return the one past end pointer for C comments.
305 // exact syntax in AST for comments.
729 // merged this non-Doxygen comment into a bunch of Doxygen comments
736 // Skip less-than symbol that marks trailing comments.
756 // Skip less-than symbol that marks trailing comments.
770 // Consecutive comments ar
[all...]
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dmcparse.y63 %type<ustr> alias_name token lines comments
76 | comments
297 comments: MCCOMMENT { $$ = $1; } label
298 | comments MCCOMMENT
/freebsd-9.3-release/contrib/tzdata/
H A Dchecktab.awk65 comments = $4
73 tz2comments[tz] = comments
/freebsd-9.3-release/contrib/gcc/
H A Dc-ppoutput.c368 const cpp_token **comments)
376 if (comments != NULL)
378 while (*comments != NULL)
380 if ((*comments)->flags & PREV_WHITE)
382 cpp_output_token (*comments, print.outf);
383 ++comments;
366 cb_include(cpp_reader *pfile ATTRIBUTE_UNUSED, source_location line, const unsigned char *dir, const char *header, int angle_brackets, const cpp_token **comments) argument
/freebsd-9.3-release/contrib/ipfilter/perl/
H A Dipfmeta.pl22 s/#.*$//; # remove comments
112 output as comments.
132 Include metarules in output as comments. Default is 1, the top level
134 Level 0 does not add comments at all.
/freebsd-9.3-release/contrib/bind9/bin/dig/
H A Ddig.c204 " +[no]comments (Control display of comment lines)\n"
206 "comments)\n"
452 if (query->lookup->comments)
489 query->lookup->comments ? "comments" : "nocomments",
500 if (!query->lookup->comments)
506 if (query->lookup->comments && !short_form) {
566 if (query->lookup->comments && headers && !short_form) {
651 if (headers && query->lookup->comments && !short_form)
787 lookup->comments
[all...]
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dlex.c62 unsigned int comments; member in struct:isc_lex
110 lex->comments = 0;
154 return (lex->comments);
158 isc_lex_setcomments(isc_lex_t *lex, unsigned int comments) { argument
165 lex->comments = comments;
477 ((lex->comments & ISC_LEXCOMMENT_DNSMASTERFILE)
484 (lex->comments &
492 ((lex->comments & ISC_LEXCOMMENT_SHELL)
684 (lex->comments
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dlex.c62 unsigned int comments; member in struct:isc_lex
110 lex->comments = 0;
154 return (lex->comments);
158 isc_lex_setcomments(isc_lex_t *lex, unsigned int comments) { argument
165 lex->comments = comments;
477 ((lex->comments & ISC_LEXCOMMENT_DNSMASTERFILE)
484 (lex->comments &
492 ((lex->comments & ISC_LEXCOMMENT_SHELL)
682 (lex->comments
[all...]
/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dlex.h190 isc_lex_setcomments(isc_lex_t *lex, unsigned int comments);
197 *\li 'comments' has meaningful values.
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Dlex.h190 isc_lex_setcomments(isc_lex_t *lex, unsigned int comments);
197 *\li 'comments' has meaningful values.
/freebsd-9.3-release/contrib/libucl/
H A DREADME.md178 UCL supports different style of comments:
183 Multiline comments may be nested:
299 language (for example by including some lua code) and comments allows to disable or enable the parts of a configuration

Completed in 201 milliseconds

123