Searched refs:comments (Results 26 - 50 of 71) sorted by relevance

123

/freebsd-13-stable/contrib/libucl/src/
H A Ducl_emitter_streamline.c53 /** Optional comments */
54 const ucl_object_t *comments; member in struct:ucl_emitter_context_streamline
H A Ducl_emitter.c383 if (ctx->comments && ctx->id == UCL_EMIT_CONFIG) {
384 comment = ucl_object_lookup_len (ctx->comments, (const char *)&obj,
667 const ucl_object_t *comments)
679 my_ctx.comments = comments;
665 ucl_object_emit_full(const ucl_object_t *obj, enum ucl_emitter emit_type, struct ucl_emitter_functions *emitter, const ucl_object_t *comments) argument
H A Ducl_util.c655 if (parser->comments) {
656 ucl_object_unref (parser->comments);
3879 if (parser && parser->comments) {
3880 return parser->comments;
3887 ucl_comments_find (const ucl_object_t *comments, argument
3890 if (comments && srch) {
3891 return ucl_object_lookup_len (comments, (const char *)&srch,
3899 ucl_comments_move (ucl_object_t *comments, argument
3905 if (comments && from && to) {
3906 found = ucl_object_lookup_len (comments,
3925 ucl_comments_add(ucl_object_t *comments, const ucl_object_t *obj, const char *comment) argument
[all...]
H A Ducl_internal.h272 ucl_object_t *comments; member in struct:ucl_parser
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DCommentBriefParser.cpp13 namespace comments { namespace in namespace:clang
150 } // end namespace comments
H A DCommentCommandTraits.cpp14 namespace comments { namespace in namespace:clang
137 } // end namespace comments
H A DCommentLexer.cpp19 namespace comments { namespace in namespace:clang
22 llvm::errs() << "comments::Token Kind=" << Kind << " ";
91 // This function should be called only for C comments
238 /// Return the one past end pointer for BCPL comments.
264 /// Return the one past end pointer for C comments.
357 // exact syntax in AST for comments.
768 // merged this non-Doxygen comment into a bunch of Doxygen comments
775 // Skip less-than symbol that marks trailing comments.
795 // Skip less-than symbol that marks trailing comments.
809 // Consecutive comments ar
[all...]
H A DASTDumper.cpp23 using namespace clang::comments;
H A DComment.cpp19 namespace comments { namespace in namespace:clang
392 } // end namespace comments
/freebsd-13-stable/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-13-stable/contrib/unbound/validator/
H A Dval_anchor.c510 * Read a keyword skipping bind comments; spaces, specials, restkeywords.
515 * * comments are skipped if desired
523 * @param comments: if 0, comments are not possible and become text.
524 * if 1, comments are skipped entirely.
531 readkeyword_bindfile(FILE* in, sldns_buffer* buf, int* line, int comments) argument
536 if(comments && c == '#') { /* # blabla */
540 } else if(comments && c=='/' && numdone>0 && /* /_/ bla*/
548 } else if(comments && c=='*' && numdone>0 && /* /_* bla *_/ */
643 /* comments valu
646 int comments = 1; local
[all...]
H A Dautotrust.c160 * Parse comments
170 char* comments = comment; local
180 /* copy comments */
183 *comments = *str;
184 comments++;
187 *comments = '\0';
189 comments = comment;
192 pos = position_in_string(comments, "state=");
193 if (pos >= (int) strlen(comments))
203 int s = (int) comments[po
[all...]
/freebsd-13-stable/contrib/libucl/include/
H A Ducl.h157 UCL_PARSER_SAVE_COMMENTS = (1 << 4), /** Save comments in the parser context */
158 UCL_PARSER_DISABLE_MACRO = (1 << 5), /** Treat macros as comments */
1254 * Get constant opaque pointer to comments structure for this parser. Increase
1257 * @return ucl comments pointer or NULL
1263 * @param comments comments object
1267 UCL_EXTERN const ucl_object_t * ucl_comments_find (const ucl_object_t *comments,
1272 * @param comments comments object
1277 UCL_EXTERN bool ucl_comments_move (ucl_object_t *comments,
1442 const ucl_object_t *comments; member in struct:ucl_emitter_context
[all...]
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarmod-defined.mk81 # can be used to add comments in the middle of an expression. That
/freebsd-13-stable/sys/contrib/openzfs/scripts/
H A Dcstyle.pl67 -C don't check anything in header block comments
71 doxygen allow doxygen-style block comments (/** /*!)
72 splint allow splint-style lint comments (/*@ ... @*/)
119 # doxygen comments look like "/*!" or "/**"; allow them.
509 # check for errors that might occur in comments and in code.
511 # allow spaces to be used to draw pictures in all comments.
544 if (/\/\/\S/) { # C++ comments
547 # check for unterminated single line comments, but allow them when
561 # C++ comments since they seem to be a fact of life.
575 # delete any comments an
[all...]
/freebsd-13-stable/crypto/openssh/
H A Dssh-add.c442 fp == NULL ? "(null)" : fp, idlist->comments[i],
451 fprintf(stdout, " %s", idlist->comments[i]);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DCommentLexer.h1 //===--- CommentLexer.h - Lexer for structured comments ---------*- C++ -*-===//
9 // This file defines lexer for structured comments and supporting token class.
24 namespace comments { namespace in namespace:clang
239 /// One past end pointer for the current comment. For BCPL comments points
240 /// to newline or BufferEnd, for C comments points to star in '*/'.
358 } // end namespace comments
H A DCommentSema.h9 // This file defines the semantic analysis class for Doxygen comments.
29 namespace comments { namespace in namespace:clang
256 } // end namespace comments
H A DASTContext.h147 namespace comments { namespace in namespace:clang
151 } // namespace comments
681 /// All comments in this translation unit.
684 /// True if comments are already loaded from ExternalASTSource.
689 /// Raw comments are owned by Comments list. This mapping is populated
696 /// Raw comments are owned by Comments list. This mapping is populated
702 /// comments attached to any redeclaration. Specifically it's mapping to
705 /// Shall not contain declarations that have comments attached to any
709 /// Mapping from declarations to parsed comments attached to any
711 mutable llvm::DenseMap<const Decl *, comments
[all...]
/freebsd-13-stable/lib/libifconfig/
H A Dsfp.lua44 -- Strings at this level are rendered as block comments for convenience.
/freebsd-13-stable/contrib/libxo/tests/gettext/
H A DMakefile.am137 --add-comments --keyword=xo_emit --keyword=xo_emit_h \
/freebsd-13-stable/contrib/dialog/po/
H A Dmakefile.inn88 --add-comments --keyword=_ --keyword=N_ \
/freebsd-13-stable/contrib/ntp/sntp/tests/
H A DMakefile.am64 data/key-test-comments \
/freebsd-13-stable/sbin/dhclient/
H A Ddhcpd.h278 extern char comments[4096];
/freebsd-13-stable/contrib/apr/file_io/unix/
H A Dfilestat.c307 #error comments at this line in the source for a workaround.

Completed in 141 milliseconds

123