Home
last modified time | relevance | path

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

12345678910>>...71

/netbsd-src/external/mpl/dhcp/dist/keama/
H A Doptions.c724 struct comments *
727 static struct comments comments; in get_config_comments() local
730 TAILQ_INIT(&comments); in get_config_comments()
739 TAILQ_INSERT_TAIL(&comments, comment); in get_config_comments()
744 TAILQ_INSERT_TAIL(&comments, comment); in get_config_comments()
746 TAILQ_INSERT_TAIL(&comments, comment); in get_config_comments()
748 TAILQ_INSERT_TAIL(&comments, comment); in get_config_comments()
754 TAILQ_INSERT_TAIL(&comments, comment); in get_config_comments()
756 TAILQ_INSERT_TAIL(&comments, comment); in get_config_comments()
762 TAILQ_INSERT_TAIL(&comments, comment); in get_config_comments()
[all …]
H A Deval.c134 struct comments comments; in eval_boolean_expression() local
162 TAILQ_INIT(&comments); in eval_boolean_expression()
163 TAILQ_CONCAT(&comments, &expr->comments); in eval_boolean_expression()
164 TAILQ_CONCAT(&comments, &arg->comments); in eval_boolean_expression()
165 TAILQ_CONCAT(&comments, &equal->comments); in eval_boolean_expression()
166 TAILQ_CONCAT(&equal->comments, &comments); in eval_boolean_expression()
213 TAILQ_CONCAT(&result->comments, &expr->comments); in eval_boolean_expression()
214 TAILQ_CONCAT(&result->comments, &arg->comments); in eval_boolean_expression()
215 TAILQ_CONCAT(&result->comments, &equal->comments); in eval_boolean_expression()
286 TAILQ_INIT(&result->comments); in eval_boolean_expression()
[all …]
H A Djson.c52 TAILQ_CONCAT(&elem->comments, &cfile->comments); in json_parse()
56 TAILQ_CONCAT(&elem->comments, &cfile->comments); in json_parse()
68 TAILQ_CONCAT(&elem->comments, &cfile->comments); in json_parse()
94 TAILQ_CONCAT(&list->comments, &cfile->comments); in json_list_parse()
135 TAILQ_CONCAT(&map->comments, &cfile->comments); in json_map_parse()
H A Dconfparse.c127 TAILQ_CONCAT(&top->comments, &cfile->comments); in conf_file_parse()
132 TAILQ_CONCAT(&dhcp->comments, &cfile->comments); in conf_file_parse()
157 TAILQ_INSERT_TAIL(&cfile->stack[1]->comments, comment); in conf_file_parse()
159 TAILQ_INSERT_TAIL(&cfile->stack[1]->comments, comment); in conf_file_parse()
186 TAILQ_INSERT_TAIL(&entry->comments, comment); in post_process_lifetimes()
197 TAILQ_INSERT_TAIL(&entry->comments, comment); in post_process_lifetimes()
208 TAILQ_INSERT_TAIL(&entry->comments, comment); in post_process_lifetimes()
260 TAILQ_INSERT_TAIL(&orphans->comments, comment); in post_process_reservations()
262 TAILQ_INSERT_TAIL(&orphans->comments, comment); in post_process_reservations()
264 TAILQ_INSERT_TAIL(&orphans->comments, comment); in post_process_reservations()
[all …]
H A Dparse.c276 TAILQ_INSERT_TAIL(&cfile->comments, comment); in parse_ip_addr_or_hostname()
441 TAILQ_CONCAT(&hw->comments, &cfile->comments); in parse_hardware_param()
745 TAILQ_INSERT_TAIL(&cfile->comments, comment); in parse_option_name()
832 TAILQ_INSERT_TAIL(&p->comments, comment); in parse_option_space_decl()
840 TAILQ_INSERT_TAIL(&p->comments, comment); in parse_option_space_decl()
871 TAILQ_INSERT_TAIL(&p->comments, comment); in parse_option_space_decl()
880 TAILQ_INSERT_TAIL(&p->comments, comment); in parse_option_space_decl()
971 TAILQ_CONCAT(&def->comments, &cfile->comments); in parse_option_code_definition()
977 TAILQ_CONCAT(&def->comments, &cfile->comments); in parse_option_code_definition()
1000 TAILQ_INSERT_TAIL(&def->comments, comment); in parse_option_code_definition()
[all …]
/netbsd-src/external/apache2/llvm/dist/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) in JSONNodeDumper()
200 void Visit(const comments::Comment *C, const comments::FullComment *FC);
327 void visitTextComment(const comments::TextComment *C,
328 const comments::FullComment *);
329 void visitInlineCommandComment(const comments::InlineCommandComment *C,
[all …]
H A DTextNodeDumper.h128 public comments::ConstCommentVisitor<TextNodeDumper, void,
129 const comments::FullComment *>,
153 const comments::CommandTraits *Traits = nullptr;
168 void Visit(const comments::Comment *C, const comments::FullComment *FC);
205 void visitTextComment(const comments::TextComment *C,
206 const comments::FullComment *);
207 void visitInlineCommandComment(const comments::InlineCommandComment *C,
208 const comments::FullComment *);
209 void visitHTMLStartTagComment(const comments::HTMLStartTagComment *C,
210 const comments::FullComment *);
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXComment.h24 namespace comments {
30 static inline CXComment createCXComment(const comments::Comment *C, in createCXComment()
38 static inline const comments::Comment *getASTNode(CXComment CXC) { in getASTNode()
39 return static_cast<const comments::Comment *>(CXC.ASTNode); in getASTNode()
44 const comments::Comment *C = getASTNode(CXC); in getASTNodeAs()
55 static inline comments::CommandTraits &getCommandTraits(CXComment CXC) { in getCommandTraits()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DRawCommentList.cpp187 comments::Lexer L(Allocator, Context.getDiagnostics(), in extractBriefText()
191 comments::BriefParser P(L, Context.getCommentCommandTraits()); in extractBriefText()
203 comments::FullComment *RawComment::parse(const ASTContext &Context, in parse()
209 comments::Lexer L(Context.getAllocator(), Context.getDiagnostics(), in parse()
213 comments::Sema S(Context.getAllocator(), Context.getSourceManager(), in parse()
218 comments::Parser P(L, S, Context.getAllocator(), Context.getSourceManager(), in parse()
369 comments::CommandTraits EmptyTraits(Allocator, DefOpts); in getFormattedText()
370 comments::Lexer L(Allocator, Diags, EmptyTraits, getSourceRange().getBegin(), in getFormattedText()
385 comments::Token Tok; in getFormattedText()
389 if (Tok.is(comments::tok::eof)) in getFormattedText()
[all …]
H A DJSONNodeDumper.cpp130 void JSONNodeDumper::Visit(const comments::Comment *C, in Visit()
131 const comments::FullComment *FC) { in Visit()
1508 if (const comments::CommandInfo *Info = in getCommentCommandName()
1509 comments::CommandTraits::getBuiltinCommandInfo(CommandID)) in getCommentCommandName()
1514 void JSONNodeDumper::visitTextComment(const comments::TextComment *C, in visitTextComment()
1515 const comments::FullComment *) { in visitTextComment()
1520 const comments::InlineCommandComment *C, const comments::FullComment *) { in visitInlineCommandComment()
1524 case comments::InlineCommandComment::RenderNormal: in visitInlineCommandComment()
1527 case comments::InlineCommandComment::RenderBold: in visitInlineCommandComment()
1530 case comments::InlineCommandComment::RenderEmphasized: in visitInlineCommandComment()
[all …]
H A DTextNodeDumper.cpp69 void TextNodeDumper::Visit(const comments::Comment *C, in Visit()
70 const comments::FullComment *FC) { in Visit()
85 const comments::FullComment *>::visit(C, FC); in Visit()
706 const comments::CommandInfo *Info = in getCommandName()
707 comments::CommandTraits::getBuiltinCommandInfo(CommandID); in getCommandName()
720 void TextNodeDumper::visitTextComment(const comments::TextComment *C, in visitTextComment()
721 const comments::FullComment *) { in visitTextComment()
726 const comments::InlineCommandComment *C, const comments::FullComment *) { in visitInlineCommandComment()
729 case comments::InlineCommandComment::RenderNormal: in visitInlineCommandComment()
732 case comments::InlineCommandComment::RenderBold: in visitInlineCommandComment()
[all …]
/netbsd-src/external/apache2/llvm/dist/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,
/netbsd-src/external/gpl3/gcc.old/dist/maintainer-scripts/
H A Dbugzilla-close-candidate.py35 def get_branches_by_comments(comments): argument
37 for c in comments:
72 comments = r['bugs'][keys[0]]['comments']
73 for c in comments:
77 branches = get_branches_by_comments(comments)
/netbsd-src/external/gpl3/gcc/dist/maintainer-scripts/
H A Dbugzilla-close-candidate.py35 def get_branches_by_comments(comments): argument
37 for c in comments:
85 comments = r['bugs'][keys[0]]['comments']
87 for c in comments:
94 branches = sorted(list(get_branches_by_comments(comments)),
/netbsd-src/external/public-domain/tz/dist/
H A Dchecktab.awk64 comments = input_comments[zone_NR] = $4
103 comments = input_comments[i]
113 if (used_max <= 1 && comments && zone_table != "zonenow.tab") {
115 zone_table, i, comments \
118 } else if (1 < used_max && !comments) {
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dxgettext-python-351 ${XGETTEXT} --add-comments=TRANSLATORS: --no-location \
54 ${XGETTEXT} --add-comments=TRANSLATORS: --no-location --from-code=euc-jp \
66 ${XGETTEXT} --add-comments=TRANSLATORS: --no-location \
78 ${XGETTEXT} --add-comments=TRANSLATORS: --no-location --from-code=iso-8859-1 \
98 ${XGETTEXT} --add-comments=TRANSLATORS: \
H A Dxgettext-glade-255 <comments>This &lt;button&gt; displays &quot;Hello World&quot;.</comments>
64 ${XGETTEXT} --add-comments -o xg-gl-2.tmp simple.glade
/netbsd-src/external/gpl3/binutils/dist/include/vms/
H A DChangeLog-101511 * lbr.h (struct vms_lhd): Add comments.
15 * lbr.h: Improve comments.
24 * dmt.h: Improve comments.
56 * shl.h (struct vms_shl): Add comments.
65 * eihd.h (struct vms_eihd): Add comments, add image subtype names.
68 * egsy.h: Add comments.
/netbsd-src/external/gpl3/gdb/dist/include/vms/
H A DChangeLog-101511 * lbr.h (struct vms_lhd): Add comments.
15 * lbr.h: Improve comments.
24 * dmt.h: Improve comments.
56 * shl.h (struct vms_shl): Add comments.
65 * eihd.h (struct vms_eihd): Add comments, add image subtype names.
68 * egsy.h: Add comments.
/netbsd-src/external/gpl3/gdb.old/dist/include/vms/
H A DChangeLog-101511 * lbr.h (struct vms_lhd): Add comments.
15 * lbr.h: Improve comments.
24 * dmt.h: Improve comments.
56 * shl.h (struct vms_shl): Add comments.
65 * eihd.h (struct vms_eihd): Add comments, add image subtype names.
68 * egsy.h: Add comments.
/netbsd-src/external/gpl3/binutils.old/dist/include/vms/
H A DChangeLog-101511 * lbr.h (struct vms_lhd): Add comments.
15 * lbr.h: Improve comments.
24 * dmt.h: Improve comments.
56 * shl.h (struct vms_shl): Add comments.
65 * eihd.h (struct vms_eihd): Add comments, add image subtype names.
68 * egsy.h: Add comments.
/netbsd-src/usr.bin/indent/
H A D.indent.pro8 -d0 /* Indent comments in the same column as the code. */
14 -ncdb /* Allow single-line block comments. */
17 -nfc1 /* Don't format comments in line 1, to preserve CVS IDs. */
21 -sc /* Prefix multi-line block comments with '*'. */
/netbsd-src/external/gpl3/binutils.old/dist/gprof/
H A DChangeLog-201611 * basic_blocks.c: Fix spelling in comments.
12 * cg_arcs.c: Fix spelling in comments.
13 * cg_print.c: Fix spelling in comments.
14 * corefile.c: Fix spelling in comments.
28 * gprof.c: Add missing fall through comments.
/netbsd-src/external/gpl3/binutils/dist/gprof/
H A DChangeLog-201611 * basic_blocks.c: Fix spelling in comments.
12 * cg_arcs.c: Fix spelling in comments.
13 * cg_print.c: Fix spelling in comments.
14 * corefile.c: Fix spelling in comments.
28 * gprof.c: Add missing fall through comments.
/netbsd-src/tests/usr.bin/indent/
H A Dopt_bl_br.c132 * Test multiple mixed comments after 'if (expr)'.
182 comments(void)
208 comments(void)
241 comments(void)
183 comments(void) comments() function
209 comments(void) comments() function
242 comments(void) comments() function

12345678910>>...71