Searched refs:Comment (Results 1 - 20 of 20) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dcopyright.py16 class Comment(object): class in inherits:object
36 # The Comment object for Ada code (and GPR files).
37 ADA_COMMENT = Comment(start="--")
350 # A mapping between file extensions to their associated Comment object.
354 {".1" : Comment(start=r'.\"'),
355 ".ac" : Comment(start="dnl", start2="#"),
358 ".f" : Comment(start="c"),
359 ".f90" : Comment(start="!"),
361 ".inc" : Comment(start="#", start2=";"),
362 ".s" : Comment(star
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pkg_install/dist/create/
H A Dcreate.h40 extern char *Comment;
H A Dmain.c32 char *Comment = NULL; variable
121 Comment = optarg;
H A Dperform.c48 if (!Comment)
159 get_dash_string(&Comment);
237 free(Comment);
H A Dbuild.c374 comment_file = make_and_add(plist, COMMENT_FNAME, Comment, 0444);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/cpp/
H A Ddir-only-1.c21 #error Comment started inside a string literal
72 #error Comment masks trailing directive.
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/tools/acpisrc/
H A Dasremove.c156 char *Comment; local
177 Comment = strstr (SubString, AS_START_IGNORE);
179 if ((Comment) &&
180 (Comment < SubBuffer))
182 SubString = strstr (Comment, AS_STOP_IGNORE);
194 Comment = strstr (SubString, "/*");
196 if ((Comment) &&
197 (Comment < SubBuffer))
199 SubString = strstr (Comment, "*/");
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/tests/test-extended/
H A Dscanner.l44 abc(?# Single Line Comment )def ECHO;
/netbsd-6-1-5-RELEASE/gnu/usr.bin/rcs/lib/
H A Drcsfcmp.c286 for (ccnt=Comment.size; ccnt--; )
287 c1 += Comment.string[ccnt] == '\n';
298 ccnt = RCSversion<VERSION(5) ? Comment.size : leaderlen;
352 Comment.string = argv[1];
353 Comment.size = strlen(argv[1]);
H A Drcssyn.c198 struct cbuf Comment; variable in typeref:struct:cbuf
321 clear_buf(&Comment);
324 Comment = savestring(&Commleader);
H A Drcsgen.c521 if (Comment.size) {
523 putstring(fout, true, Comment, false);
H A Drcsfnms.c145 * Comment leader '% ' for '*.tex' files added.
421 Comment.string = comtable[i].comlead;
422 Comment.size = strlen(comtable[i].comlead);
H A Drcsbase.h683 extern struct cbuf Comment;
H A Drcsedit.c1143 cp = Comment.string;
1144 cs = Comment.size;
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/tests/test-ccl/
H A Dscanner.l78 (?# Comment )
/netbsd-6-1-5-RELEASE/external/bsd/cron/dist/
H A DINSTALL82 /etc/cron. Comment it out and add a line to start the new cron daemon
/netbsd-6-1-5-RELEASE/gnu/usr.bin/rcs/rcs/
H A Drcs.c550 commsymlen != Comment.size ||
551 memcmp(commsyml, Comment.string, commsymlen) != 0
554 Comment.string = commsyml;
555 Comment.size = strlen(commsyml);
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/examples/
H A Dtmux.vim93 hi def link tmuxComment Comment
/netbsd-6-1-5-RELEASE/gnu/usr.bin/rcs/rlog/
H A Drlog.c432 awrite(Comment.string, Comment.size, out);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dtommath.tex6337 \textit{-- Comment about default $s$ and such...}

Completed in 374 milliseconds