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

1234

/freebsd-11-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...]
/freebsd-11-stable/crypto/openssh/
H A Dauthfd.c324 /* Deserialise the response into a list of keys/comments */
327 (idl->comments = calloc(num, sizeof(*idl->comments))) == NULL) {
336 &(idl->keys[i]), &(idl->comments[i]))) != 0)
342 &(idl->keys[i]), &(idl->comments[i]))) != 0) {
375 if (idl->comments != NULL)
376 free(idl->comments[i]);
H A Dssh-add.c388 idlist->comments[i],
398 fprintf(stdout, " %s\n", idlist->comments[i]);
/freebsd-11-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-11-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,
659 const ucl_object_t *comments)
671 my_ctx.comments = comments;
657 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.c525 if (parser->comments) {
526 ucl_object_unref (parser->comments);
3490 if (parser && parser->comments) {
3491 return parser->comments;
3498 ucl_comments_find (const ucl_object_t *comments, argument
3501 if (comments && srch) {
3502 return ucl_object_lookup_len (comments, (const char *)&srch,
3510 ucl_comments_move (ucl_object_t *comments, argument
3516 if (comments && from && to) {
3517 found = ucl_object_lookup_len (comments,
3536 ucl_comments_add(ucl_object_t *comments, const ucl_object_t *obj, const char *comment) argument
[all...]
H A Ducl_internal.h216 ucl_object_t *comments; member in struct:ucl_parser
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DCommentBriefParser.cpp13 namespace comments { namespace in namespace:clang
150 } // end namespace comments
H A DCommentCommandTraits.cpp13 namespace comments { namespace in namespace:clang
136 } // 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 DTextNodeDumper.cpp53 const comments::CommandTraits *Traits)
57 void TextNodeDumper::Visit(const comments::Comment *C,
58 const comments::FullComment *FC) {
73 const comments::FullComment *>::visit(C, FC);
464 const comments::CommandInfo *Info =
465 comments::CommandTraits::getBuiltinCommandInfo(CommandID);
471 void TextNodeDumper::visitTextComment(const comments::TextComment *C,
472 const comments::FullComment *) {
477 const comments::InlineCommandComment *C, const comments
[all...]
H A DComment.cpp19 namespace comments { namespace in namespace:clang
392 } // end namespace comments
/freebsd-11-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-11-stable/contrib/libucl/include/
H A Ducl.h156 UCL_PARSER_SAVE_COMMENTS = (1 << 4), /** Save comments in the parser context */
157 UCL_PARSER_DISABLE_MACRO = (1 << 5), /** Treat macros as comments */
1168 * Get constant opaque pointer to comments structure for this parser. Increase
1171 * @return ucl comments pointer or NULL
1177 * @param comments comments object
1181 UCL_EXTERN const ucl_object_t * ucl_comments_find (const ucl_object_t *comments,
1186 * @param comments comments object
1191 UCL_EXTERN bool ucl_comments_move (ucl_object_t *comments,
1286 const ucl_object_t *comments; member in struct:ucl_emitter_context
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DCommentSema.h9 // This file defines the semantic analysis class for Doxygen comments.
29 namespace comments { namespace in namespace:clang
253 } // end namespace comments
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 DASTContext.h140 namespace comments { namespace in namespace:clang
144 } // namespace comments
740 /// All comments in this translation unit.
743 /// True if comments are already loaded from ExternalASTSource.
748 /// Raw comments are owned by Comments list. This mapping is populated
755 /// Raw comments are owned by Comments list. This mapping is populated
761 /// comments attached to any redeclaration. Specifically it's mapping to
764 /// Shall not contain declarations that have comments attached to any
768 /// Mapping from declarations to parsed comments attached to any
770 mutable llvm::DenseMap<const Decl *, comments
[all...]
/freebsd-11-stable/contrib/dialog/po/
H A Dmakefile.inn88 --add-comments --keyword=_ --keyword=N_ \
/freebsd-11-stable/contrib/libxo/tests/gettext/
H A DMakefile.am137 --add-comments --keyword=xo_emit --keyword=xo_emit_h \
/freebsd-11-stable/contrib/ntp/sntp/tests/
H A DMakefile.am64 data/key-test-comments \
/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dfilestat.c307 #error comments at this line in the source for a workaround.
/freebsd-11-stable/sbin/dhclient/
H A Ddhcpd.h273 extern char comments[4096];

Completed in 381 milliseconds

1234