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

123

/freebsd-10.2-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-10.2-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-10.2-release/etc/rc.d/
H A Drctl19 while read var comments
/freebsd-10.2-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
H A DASTContext.h72 namespace comments { namespace in namespace:clang
513 /// \brief All comments in this translation unit.
516 /// \brief True if comments are already loaded from ExternalASTSource.
537 /// comments.
573 /// \brief Mapping from declarations to comments attached to any
576 /// Raw comments are owned by Comments list. This mapping is populated
580 /// \brief Mapping from declarations to parsed comments attached to any
582 mutable llvm::DenseMap<const Decl *, comments::FullComment *> ParsedComments;
613 comments::FullComment *getCommentForDecl(const Decl *D,
619 comments
[all...]
/freebsd-10.2-release/usr.bin/m4/tests/
H A Dregress.sh13 REGRESSION_TEST(`comments', `test_m4 ${SRCDIR}/comments.m4')
H A DMakefile10 FILES+= comments.m4
28 FILES+= regress.comments.out
/freebsd-10.2-release/usr.sbin/pw/
H A Dpw_conf.c111 static char const *comments[_UC_FIELDS] = variable
484 if (comments[i])
485 fputs(comments[i], fp);
/freebsd-10.2-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-10.2-release/contrib/tzdata/
H A Dchecktab.awk65 comments = $4
73 tz2comments[tz] = comments
/freebsd-10.2-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-10.2-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-10.2-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-10.2-release/contrib/unbound/validator/
H A Dval_anchor.c509 * Read a keyword skipping bind comments; spaces, specials, restkeywords.
514 * * comments are skipped if desired
522 * @param comments: if 0, comments are not possible and become text.
523 * if 1, comments are skipped entirely.
530 readkeyword_bindfile(FILE* in, sldns_buffer* buf, int* line, int comments) argument
535 if(comments && c == '#') { /* # blabla */
539 } else if(comments && c=='/' && numdone>0 && /* /_/ bla*/
547 } else if(comments && c=='*' && numdone>0 && /* /_* bla *_/ */
642 /* comments valu
645 int comments = 1; local
[all...]
H A Dautotrust.c161 * Parse comments
171 char* comments = comment; local
181 /* copy comments */
184 *comments = *str;
185 comments++;
188 *comments = '\0';
190 comments = comment;
193 pos = position_in_string(comments, "state=");
194 if (pos >= (int) strlen(comments))
204 int s = (int) comments[po
[all...]
/freebsd-10.2-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-10.2-release/contrib/llvm/lib/Support/Windows/
H A Dsystem_error.inc62 // see WinError.h comments for descriptions of errors

Completed in 205 milliseconds

123