| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Index/ |
| D | CommentToXML.h | 18 namespace comments { 33 void convertCommentToHTML(const comments::FullComment *FC, 37 void convertHTMLTagNodeToText(const comments::HTMLTagComment *HTC, 41 void convertCommentToXML(const comments::FullComment *FC,
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/ |
| D | RawCommentList.cpp | 128 comments::Lexer L(Allocator, Context.getDiagnostics(), in extractBriefText() 132 comments::BriefParser P(L, Context.getCommentCommandTraits()); in extractBriefText() 144 comments::FullComment *RawComment::parse(const ASTContext &Context, in parse() 150 comments::Lexer L(Context.getAllocator(), Context.getDiagnostics(), in parse() 154 comments::Sema S(Context.getAllocator(), Context.getSourceManager(), in parse() 159 comments::Parser P(L, S, Context.getAllocator(), Context.getSourceManager(), in parse()
|
| /freebsd-10-stable/contrib/byacc/ |
| D | NEW_FEATURES | 26 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-10-stable/contrib/ntp/lib/isc/ |
| D | lex.c | 62 unsigned int comments; member 110 lex->comments = 0; in isc_lex_create() 154 return (lex->comments); in isc_lex_getcomments() 158 isc_lex_setcomments(isc_lex_t *lex, unsigned int comments) { in isc_lex_setcomments() argument 165 lex->comments = comments; in isc_lex_setcomments() 477 ((lex->comments & ISC_LEXCOMMENT_DNSMASTERFILE) in isc_lex_gettoken() 484 (lex->comments & in isc_lex_gettoken() 492 ((lex->comments & ISC_LEXCOMMENT_SHELL) in isc_lex_gettoken() 682 (lex->comments & ISC_LEXCOMMENT_C) != 0) { in isc_lex_gettoken() 686 (lex->comments & ISC_LEXCOMMENT_CPLUSPLUS) != 0) { in isc_lex_gettoken()
|
| /freebsd-10-stable/contrib/gcc/ |
| D | c-ppoutput.c | 368 const cpp_token **comments) in cb_include() argument 376 if (comments != NULL) in cb_include() 378 while (*comments != NULL) in cb_include() 380 if ((*comments)->flags & PREV_WHITE) in cb_include() 382 cpp_output_token (*comments, print.outf); in cb_include() 383 ++comments; in cb_include()
|
| /freebsd-10-stable/contrib/binutils/binutils/ |
| D | mcparse.y | 63 %type<ustr> alias_name token lines comments 76 | comments 297 comments: MCCOMMENT { $$ = $1; } 298 | comments MCCOMMENT
|
| /freebsd-10-stable/contrib/ofed/management/libibumad/ |
| D | ChangeLog | 27 changes based on comments from Dotan Barak 39 * man: More changes based on additional comments from Dotan Barak 45 * man: Man page updates based on comments from Dotan Barak
|
| /freebsd-10-stable/contrib/unbound/validator/ |
| D | val_anchor.c | 531 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()
|
| D | autotrust.c | 171 char* comments = comment; in parse_comments() local 184 *comments = *str; in parse_comments() 185 comments++; in parse_comments() 188 *comments = '\0'; in parse_comments() 190 comments = comment; in parse_comments() 193 pos = position_in_string(comments, "state="); in parse_comments() 194 if (pos >= (int) strlen(comments)) in parse_comments() 204 int s = (int) comments[pos] - '0'; in parse_comments() 223 pos = position_in_string(comments, "count="); in parse_comments() 224 if (pos >= (int) strlen(comments)) in parse_comments() [all …]
|
| /freebsd-10-stable/usr.bin/m4/tests/ |
| D | Makefile | 8 FILES+= comments.m4 26 FILES+= regress.comments.out
|
| D | comments.m4 | 1 dnl $FreeBSD: stable/10/usr.bin/m4/tests/comments.m4 234852 2012-04-30 22:00:34Z bapt $ 2 dnl $OpenBSD: src/regress/usr.bin/m4/comments.m4,v 1.1 2005/09/06 15:33:21 espie Exp $
|
| D | regress.sh | 13 REGRESSION_TEST(`comments', `test_m4 ${SRCDIR}/comments.m4')
|
| /freebsd-10-stable/crypto/openssh/ |
| D | authfd.c | 327 (idl->comments = calloc(num, sizeof(*idl->comments))) == NULL) { in ssh_fetch_identitylist() 336 &(idl->keys[i]), &(idl->comments[i]))) != 0) in ssh_fetch_identitylist() 342 &(idl->keys[i]), &(idl->comments[i]))) != 0) { in ssh_fetch_identitylist() 375 if (idl->comments != NULL) in ssh_free_identitylist() 376 free(idl->comments[i]); in ssh_free_identitylist()
|
| /freebsd-10-stable/usr.sbin/lpr/chkprintcap/ |
| D | skimprintcap.c | 138 skinf->comments++; in skim_printcap() 256 skinf->lines, skinf->comments, skinf->entries, pcap_fname); in skim_printcap()
|
| D | skimprintcap.h | 37 int comments; member
|
| /freebsd-10-stable/contrib/tzdata/ |
| D | checktab.awk | 65 comments = $4 73 tz2comments[tz] = comments
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/ |
| D | RawCommentList.h | 24 namespace comments { 122 comments::FullComment *parse(const ASTContext &Context,
|
| D | CommentBriefParser.h | 21 namespace comments {
|
| /freebsd-10-stable/contrib/gcc/config/i386/ |
| D | t-sol2 | 7 # Apparently Sun believes that assembler files don't need comments, because no 9 # the comments with sed. This bug may only be in the Early Access releases.
|
| /freebsd-10-stable/contrib/dtc/libfdt/ |
| D | TODO | 3 - Complete libfdt.h documenting comments
|
| /freebsd-10-stable/contrib/tcsh/ |
| D | tcsh.man2html | 47 $headerfile = 'header'; # HTML file for initial comments * 123 $headerfile .= ".$html"; # HTML file for initial comments 334 if ($section > 1) && # section 0 is initial comments 398 # URL of $dir; see comments in search script 493 s/--/-/g; # Remove double-dashes in comments 514 s/--/-/g; # Remove double-dashes in comments 516 } else { # Nothing to do with comments 523 s/--/-/g; # Remove double-dashes in comments 657 # Expects comments and breaks to be in HTML form already 667 # Find beginning and end of each part between HTML comments [all …]
|
| /freebsd-10-stable/etc/rc.d/ |
| D | rctl | 19 while read var comments
|
| /freebsd-10-stable/contrib/groff/tmac/ |
| D | strip.sed | 1 # strip comments, spaces, etc. after a line containing `%beginstrip%'
|
| /freebsd-10-stable/usr.sbin/pw/ |
| D | pw_conf.c | 111 static char const *comments[_UC_FIELDS] = variable 526 if (comments[i]) in write_userconfig() 527 fputs(comments[i], fp); in write_userconfig()
|
| /freebsd-10-stable/etc/ |
| D | auto_master | 7 # to move the call to "automount -c" out of the comments section.
|