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

123

/freebsd-13-stable/usr.sbin/lpr/chkprintcap/
H A Dskimprintcap.h39 int comments; member in struct:skiminfo
H A Dskimprintcap.c142 skinf->comments++;
259 warnx("%4d lines (%d comments), %d entries for %s",
260 skinf->lines, skinf->comments, skinf->entries, pcap_fname);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Index/
H A DCommentToXML.h1 //===--- CommentToXML.h - Convert comments to XML representation ----------===//
18 namespace comments { namespace in namespace:clang
29 void convertCommentToHTML(const comments::FullComment *FC,
33 void convertHTMLTagNodeToText(const comments::HTMLTagComment *HTC,
37 void convertCommentToXML(const comments::FullComment *FC,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h118 public comments::ConstCommentVisitor<JSONNodeDumper, void,
119 const comments::FullComment *>,
131 const comments::CommandTraits *Traits;
137 comments::ConstCommentVisitor<JSONNodeDumper, void,
138 const comments::FullComment *>;
189 const comments::CommandTraits *Traits)
200 void Visit(const comments::Comment *C, const comments::FullComment *FC);
327 void visitTextComment(const comments::TextComment *C,
328 const comments
[all...]
H A DTextNodeDumper.h130 public comments::ConstCommentVisitor<TextNodeDumper, void,
131 const comments::FullComment *>,
155 const comments::CommandTraits *Traits = nullptr;
169 void Visit(const comments::Comment *C, const comments::FullComment *FC);
206 void visitTextComment(const comments::TextComment *C,
207 const comments::FullComment *);
208 void visitInlineCommandComment(const comments::InlineCommandComment *C,
209 const comments::FullComment *);
210 void visitHTMLStartTagComment(const comments
[all...]
H A DCommentBriefParser.h20 namespace comments { namespace in namespace:clang
50 } // end namespace comments
H A DCommentCommandTraits.h26 namespace comments { namespace in namespace:clang
126 /// in comments.
184 } // end namespace comments
H A DASTNodeTraverser.h44 void Visit(const comments::Comment *C, const comments::FullComment *FC);
63 public comments::ConstCommentVisitor<Derived, void,
64 const comments::FullComment *>,
97 if (const comments::FullComment *Comment =
222 void Visit(const comments::Comment *C, const comments::FullComment *FC) {
228 comments::ConstCommentVisitor<Derived, void,
229 const comments::FullComment *>::visit(C,
231 for (comments
[all...]
H A DRawCommentList.h1 //===--- RawCommentList.h - Classes for processing raw comments -*- C++ -*-===//
28 namespace comments { namespace in namespace:clang
30 } // end namespace comments
36 RCK_OrdinaryBCPL, ///< Any normal BCPL comments
42 RCK_Merged ///< Two or more documentation comments merged together
122 /// /* The comments styles might be mixed. */
126 /// "The comments styles might be mixed."
143 comments::FullComment *parse(const ASTContext &Context,
178 /// This class represents all comments included in the translation unit,
188 /// comment itself, or nullptr in case there are no comments i
[all...]
H A DCommentParser.h25 namespace comments { namespace in namespace:clang
118 } // end namespace comments
H A DCommentVisitor.h17 namespace comments { namespace in namespace:clang
66 } // namespace comments
/freebsd-13-stable/libexec/rc/rc.d/
H A Drctl21 while read var comments
/freebsd-13-stable/contrib/libucl/tests/
H A Dtest_basic.c36 ucl_object_t *obj, *comments = NULL; local
195 comments = ucl_object_ref (ucl_parser_get_comments (parser));
214 ucl_object_emit_full (obj, UCL_EMIT_CONFIG, func, comments);
239 if (comments) {
240 ucl_object_unref (comments);
241 comments = NULL;
245 comments = ucl_object_ref (ucl_parser_get_comments (parser2));
261 func, comments);
265 func, comments);
270 func, comments);
[all...]
H A Dtest_generate.c44 ucl_object_t *obj, *cur, *ar, *ar1, *ref, *test_obj, *comments; local
205 comments = ucl_object_typed_new (UCL_OBJECT);
208 ucl_comments_add (comments, found, "# test comment");
209 assert (ucl_comments_find (comments, found) != NULL);
210 assert (ucl_comments_find (comments, test) == NULL);
211 ucl_comments_move (comments, found, test);
212 assert (ucl_comments_find (comments, found) == NULL);
213 assert (ucl_comments_find (comments, test) != NULL);
277 assert (ucl_object_emit_full (obj, UCL_EMIT_CONFIG, fn, comments));
281 ucl_object_unref (comments);
[all...]
/freebsd-13-stable/usr.bin/m4/tests/
H A Dregress.sh13 REGRESSION_TEST(`comments', `test_m4 ${SRCDIR}/comments.m4')
H A DMakefile9 ${PACKAGE}FILES+= comments.m4
27 ${PACKAGE}FILES+= regress.comments.out
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp1 //===--- RawCommentList.cpp - Processing raw comments -----------*- C++ -*-===//
187 comments::Lexer L(Allocator, Context.getDiagnostics(),
191 comments::BriefParser P(L, Context.getCommentCommandTraits());
203 comments::FullComment *RawComment::parse(const ASTContext &Context,
209 comments::Lexer L(Context.getAllocator(), Context.getDiagnostics(),
213 comments::Sema S(Context.getAllocator(), Context.getSourceManager(),
218 comments::Parser P(L, S, Context.getAllocator(), Context.getSourceManager(),
279 // Ordinary comments are not interesting for us.
300 // Merge comments only if there is only whitespace between them.
301 // Can't merge trailing and non-trailing comments unles
[all...]
H A DJSONNodeDumper.cpp130 void JSONNodeDumper::Visit(const comments::Comment *C,
131 const comments::FullComment *FC) {
1500 if (const comments::CommandInfo *Info =
1501 comments::CommandTraits::getBuiltinCommandInfo(CommandID))
1506 void JSONNodeDumper::visitTextComment(const comments::TextComment *C,
1507 const comments::FullComment *) {
1512 const comments::InlineCommandComment *C, const comments::FullComment *) {
1516 case comments::InlineCommandComment::RenderNormal:
1519 case comments
[all...]
/freebsd-13-stable/usr.sbin/pw/
H A Dpw_conf.c110 static char const *comments[_UC_FIELDS] = variable
537 if (comments[i])
538 fputs(comments[i], fp);
/freebsd-13-stable/usr.bin/indent/tests/
H A DMakefile7 ${PACKAGE}FILES+= comments.0
8 ${PACKAGE}FILES+= comments.0.stdout
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dcomment.mk3 # Demonstrate how comments are written in makefiles.
18 # These are not shell commands, they are just makefile comments.
20 .if 1 # There can be comments after conditions.
/freebsd-13-stable/contrib/tzdata/
H A Dchecktab.awk65 comments = $4
80 tz2comments[tz] = comments
/freebsd-13-stable/crypto/openssh/
H A Dauthfd.h23 char **comments; member in struct:ssh_identitylist
H A Dauthfd.c272 /* Deserialise the response into a list of keys/comments */
275 (idl->comments = calloc(num, sizeof(*idl->comments))) == NULL) {
281 &(idl->comments[i]))) != 0) {
312 if (idl->comments != NULL)
313 free(idl->comments[i]);
/freebsd-13-stable/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...]

Completed in 166 milliseconds

123