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

/haiku-fatelf/src/bin/rcs/
H A Drcsfcmp.c284 for (ccnt=Comment.size; ccnt--; )
285 c1 += Comment.string[ccnt] == '\n';
296 ccnt = RCSversion<VERSION(5) ? Comment.size : leaderlen;
350 Comment.string = argv[1];
351 Comment.size = strlen(argv[1]);
H A Drcssyn.c196 struct cbuf Comment; variable in typeref:struct:cbuf
319 clear_buf(&Comment);
322 Comment = savestring(&Commleader);
H A Drcsgen.c515 if (Comment.size) {
517 putstring(fout, true, Comment, false);
H A Drcs.c539 commsymlen != Comment.size ||
540 memcmp(commsyml, Comment.string, commsymlen) != 0
543 Comment.string = commsyml;
544 Comment.size = strlen(commsyml);
H A Drcsfnms.c135 * Comment leader '% ' for '*.tex' files added.
401 Comment.string = comtable[i].comlead;
402 Comment.size = strlen(comtable[i].comlead);
H A Drlog.c424 awrite(Comment.string, Comment.size, out);
H A Drcsbase.h658 extern struct cbuf Comment;
H A Drcsedit.c1120 cp = Comment.string;
1121 cs = Comment.size;
/haiku-fatelf/headers/os/net/
H A DNetworkCookie.h50 const BString& Comment() const;
/haiku-fatelf/src/add-ons/media/plugins/ape_reader/MAClib/
H A DAPETag.h52 #define APE_TAG_FIELD_COMMENT "Comment"
90 char Comment[29]; // comment member in struct:ID3_TAG
H A DAPETag.cpp241 SetFieldID3String(APE_TAG_FIELD_COMMENT, ID3Tag.Comment, 28);
472 GetFieldID3String(APE_TAG_FIELD_COMMENT, pID3Tag->Comment, 28);
/haiku-fatelf/src/bin/network/wget/src/
H A Dhtml-parse.c1202 printf ("Comment backouts: %d\n", comment_backout_count);
/haiku-fatelf/src/kits/network/libnetapi/
H A DNetworkCookie.cpp304 BNetworkCookie::Comment() const function in class:BNetworkCookie
404 fRawFullCookie << "; Comment-Url=" << fCommentUrl;
406 fRawFullCookie << "; Comment=" << fComment;
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dparser.c248 errmsg = "Comment must not contain '--' (double-hyphen)\n";
3768 * [15] Comment ::= '<!--' ((Char - '-') | ('-' (Char - '-')))* '-->'
3837 "Comment not terminated \n<!--%.50s\n", buf);
3842 "Comment doesn't start and stop in the same entity\n");
3853 "Comment not terminated\n", NULL);
3864 * [15] Comment ::= '<!--' ((Char - '-') | ('-' (Char - '-')))* '-->'
3988 "Comment not terminated \n<!--%.50s\n",
3992 "Comment not terminated \n", NULL);
5663 * NotationDecl | PI | Comment
8345 * [43] content ::= (element | CharData | Reference | CDSect | PI | Comment)*
[all...]

Completed in 101 milliseconds