Home
last modified time | relevance | path

Searched refs:comments (Results 1 – 25 of 464) sorted by relevance

12345678910>>...19

/freebsd/tools/test/stress2/
H A Dload.cfg6 ###export TESTPROGS="" # Remove comments for test
7 ###export HOG=1 # Remove comments for test
9 ###export LOAD=100 # Remove comments for test
10 ###export swapLOAD=100 # Remove comments for test
11 ###export rwLOAD=100 # Remove comments for test
12 ###export mkdirLOAD=100 # Remove comments for test
13 ###export creatLOAD=100 # Remove comments for test
14 ###export symlinkLOAD=100 # Remove comments for test
15 ###export swapLOAD=100 # Remove comments for test
16 ###export linkLOAD=100 # Remove comments for test
/freebsd/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 *>;
190 const comments::CommandTraits *Traits) in JSONNodeDumper()
202 void Visit(const comments::Comment *C, const comments::FullComment *FC);
352 void visitTextComment(const comments::TextComment *C,
353 const comments::FullComment *);
354 void visitInlineCommandComment(const comments::InlineCommandComment *C,
[all …]
H A DTextNodeDumper.h130 public comments::ConstCommentVisitor<TextNodeDumper, void,
131 const comments::FullComment *>,
156 const comments::CommandTraits *Traits = nullptr;
171 void Visit(const comments::Comment *C, const comments::FullComment *FC);
222 void visitTextComment(const comments::TextComment *C,
223 const comments::FullComment *);
224 void visitInlineCommandComment(const comments::InlineCommandComment *C,
225 const comments::FullComment *);
226 void visitHTMLStartTagComment(const comments::HTMLStartTagComment *C,
227 const comments::FullComment *);
[all …]
H A DASTNodeTraverser.h68 public comments::ConstCommentVisitor<Derived, void,
69 const comments::FullComment *>,
118 if (const comments::FullComment *Comment =
298 void Visit(const comments::Comment *C, const comments::FullComment *FC) { in Visit()
304 comments::ConstCommentVisitor<Derived, void, in Visit()
305 const comments::FullComment *>::visit(C, in Visit()
307 for (comments::Comment::child_iterator I = C->child_begin(), in Visit()
H A DRawCommentList.h28 namespace comments {
169 comments::FullComment *parse(const ASTContext &Context,
/freebsd/contrib/libucl/tests/
H A Dtest_basic.c36 ucl_object_t *obj, *comments = NULL; in main() local
195 comments = ucl_object_ref (ucl_parser_get_comments (parser)); in main()
214 ucl_object_emit_full (obj, UCL_EMIT_CONFIG, func, comments); in main()
239 if (comments) { in main()
240 ucl_object_unref (comments); in main()
241 comments = NULL; in main()
245 comments = ucl_object_ref (ucl_parser_get_comments (parser2)); in main()
261 func, comments); in main()
265 func, comments); in main()
270 func, comments); in main()
[all …]
H A Dtest_generate.c44 ucl_object_t *obj, *cur, *ar, *ar1, *ref, *test_obj, *comments; in main() local
205 comments = ucl_object_typed_new (UCL_OBJECT); in main()
208 ucl_comments_add (comments, found, "# test comment"); in main()
209 assert (ucl_comments_find (comments, found) != NULL); in main()
210 assert (ucl_comments_find (comments, test) == NULL); in main()
211 ucl_comments_move (comments, found, test); in main()
212 assert (ucl_comments_find (comments, found) == NULL); in main()
213 assert (ucl_comments_find (comments, test) != NULL); in main()
277 assert (ucl_object_emit_full (obj, UCL_EMIT_CONFIG, fn, comments)); in main()
281 ucl_object_unref (comments); in main()
/freebsd/contrib/llvm-project/clang/include/clang/Index/
H A DCommentToXML.h17 namespace comments {
28 void convertCommentToHTML(const comments::FullComment *FC,
32 void convertHTMLTagNodeToText(const comments::HTMLTagComment *HTC,
36 void convertCommentToXML(const comments::FullComment *FC,
/freebsd/contrib/tzdata/
H A Dchecktab.awk77 comments = input_comments[zone_NR] = $4
122 comments = input_comments[i]
132 if (used_max <= 1 && comments && zone_table != "zonenow.tab") {
134 zone_table, i, comments \
137 } else if (1 < used_max && !comments) {
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp149 void JSONNodeDumper::Visit(const comments::Comment *C, in Visit()
150 const comments::FullComment *FC) { in Visit()
1716 if (const comments::CommandInfo *Info = in getCommentCommandName()
1717 comments::CommandTraits::getBuiltinCommandInfo(CommandID)) in getCommentCommandName()
1722 void JSONNodeDumper::visitTextComment(const comments::TextComment *C, in visitTextComment()
1723 const comments::FullComment *) { in visitTextComment()
1728 const comments::InlineCommandComment *C, const comments::FullComment *) { in visitInlineCommandComment()
1732 case comments::InlineCommandRenderKind::Normal: in visitInlineCommandComment()
1735 case comments::InlineCommandRenderKind::Bold: in visitInlineCommandComment()
1738 case comments::InlineCommandRenderKind::Emphasized: in visitInlineCommandComment()
[all …]
H A DTextNodeDumper.cpp72 void TextNodeDumper::Visit(const comments::Comment *C, in Visit()
73 const comments::FullComment *FC) { in Visit()
88 const comments::FullComment *>::visit(C, FC); in Visit()
979 const comments::CommandInfo *Info = in getCommandName()
980 comments::CommandTraits::getBuiltinCommandInfo(CommandID); in getCommandName()
993 void TextNodeDumper::visitTextComment(const comments::TextComment *C, in visitTextComment()
994 const comments::FullComment *) { in visitTextComment()
999 const comments::InlineCommandComment *C, const comments::FullComment *) { in visitInlineCommandComment()
1002 case comments::InlineCommandRenderKind::Normal: in visitInlineCommandComment()
1005 case comments::InlineCommandRenderKind::Bold: in visitInlineCommandComment()
[all …]
/freebsd/contrib/libucl/tests/basic/
H A Dcomments.in1 # This test is intended to check various comments in ucl
10 # Nested comments
/freebsd/contrib/byacc/
H A DNEW_FEATURES26 Line-end comments, as in BCPL, are permitted. Line-end comments
27 begin with // and end at the next end-of-line. Line-end comments are
28 permitted in C code; they are converted to C comments on output.
/freebsd/sys/contrib/device-tree/Bindings/
H A D.yamllint26 comments:
29 comments-indentation: disable
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/
H A DREADME.contributors11 justification for inclusion should be stated in comments at the top of the
13 in comments.
/freebsd/contrib/unbound/validator/
H A Dval_anchor.c531 readkeyword_bindfile(FILE* in, sldns_buffer* buf, int* line, int comments) in readkeyword_bindfile() argument
536 if(comments && c == '#') { /* # blabla */ in readkeyword_bindfile()
540 } else if(comments && c=='/' && numdone>0 && /* /_/ bla*/ in readkeyword_bindfile()
548 } else if(comments && c=='*' && numdone>0 && /* /_* bla *_/ */ in readkeyword_bindfile()
646 int comments = 1; in process_bind_contents() local
650 while((rdlen=readkeyword_bindfile(in, buf, line, comments))) { in process_bind_contents()
660 comments = 0; in process_bind_contents()
670 comments = 1; in process_bind_contents()
672 comments = !comments; in process_bind_contents()
697 comments = 1; in process_bind_contents()
H A Dautotrust.c170 char* comments = comment; in parse_comments() local
183 *comments = *str; in parse_comments()
184 comments++; in parse_comments()
187 *comments = '\0'; in parse_comments()
189 comments = comment; in parse_comments()
192 pos = position_in_string(comments, "state="); in parse_comments()
193 if (pos >= (int) strlen(comments)) in parse_comments()
203 int s = (int) comments[pos] - '0'; in parse_comments()
222 pos = position_in_string(comments, "count="); in parse_comments()
223 if (pos >= (int) strlen(comments)) in parse_comments()
[all …]
/freebsd/usr.bin/indent/tests/
H A DMakefile5 ${PACKAGE}FILES+= comments.0
6 ${PACKAGE}FILES+= comments.0.stdout
/freebsd/crypto/openssh/
H A Dauthfd.c308 (idl->comments = calloc(num, sizeof(*idl->comments))) == NULL) { in ssh_fetch_identitylist()
314 &(idl->comments[i]))) != 0) { in ssh_fetch_identitylist()
345 if (idl->comments != NULL) in ssh_free_identitylist()
346 free(idl->comments[i]); in ssh_free_identitylist()
349 free(idl->comments); in ssh_free_identitylist()
/freebsd/usr.bin/m4/tests/
H A DMakefile7 ${PACKAGE}FILES+= comments.m4
25 ${PACKAGE}FILES+= regress.comments.out
/freebsd/usr.sbin/lpr/chkprintcap/
H A Dskimprintcap.c140 skinf->comments++; in skim_printcap()
258 skinf->lines, skinf->comments, skinf->entries, pcap_fname); in skim_printcap()
H A Dskimprintcap.h38 int comments; member
/freebsd/contrib/libucl/include/
H A Ducl.h1267 UCL_EXTERN const ucl_object_t * ucl_comments_find (const ucl_object_t *comments,
1277 UCL_EXTERN bool ucl_comments_move (ucl_object_t *comments,
1286 UCL_EXTERN void ucl_comments_add (ucl_object_t *comments,
1442 const ucl_object_t *comments; member
1478 const ucl_object_t *comments);
/freebsd/contrib/libucl/src/
H A Ducl_emitter.c383 if (ctx->comments && ctx->id == UCL_EMIT_CONFIG) { in ucl_emitter_common_elt()
384 comment = ucl_object_lookup_len (ctx->comments, (const char *)&obj, in ucl_emitter_common_elt()
667 const ucl_object_t *comments) in ucl_object_emit_full() argument
679 my_ctx.comments = comments; in ucl_object_emit_full()
/freebsd/contrib/libucl/
H A DChangeLog.md43 - Allow to save comments and macros when parsing UCL documents
67 …cl_object_emit_full` now accepts additional argument `comments` that could be used to emit comment…

12345678910>>...19