Home
last modified time | relevance | path

Searched refs:Comment (Results 1 – 25 of 32) sorted by relevance

12

/dflybsd-src/sys/contrib/dev/acpica/source/tools/acpisrc/
H A Dasremove.c262 char *Comment; in AsRemoveConditionalCompile() local
283 Comment = NULL; in AsRemoveConditionalCompile()
287 Comment = strstr (SubString, AS_START_IGNORE); in AsRemoveConditionalCompile()
290 if ((Comment) && in AsRemoveConditionalCompile()
291 (Comment < SubBuffer)) in AsRemoveConditionalCompile()
293 SubString = strstr (Comment, AS_STOP_IGNORE); in AsRemoveConditionalCompile()
305 Comment = strstr (SubString, "/*"); in AsRemoveConditionalCompile()
307 if ((Comment) && in AsRemoveConditionalCompile()
308 (Comment < SubBuffer)) in AsRemoveConditionalCompile()
310 SubString = strstr (Comment, "*/"); in AsRemoveConditionalCompile()
/dflybsd-src/sys/contrib/dev/acpica/source/compiler/
H A Dcvcompiler.c422 CommentLength = strlen (Current->Comment)+3; in CvCalculateCommentLengths()
424 CvDbgPrint (" Comment string: %s\n\n", Current->Comment); in CvCalculateCommentLengths()
435 CommentLength = strlen (Current->Comment)+3; in CvCalculateCommentLengths()
437 CvDbgPrint (" Comment string: %s\n\n", Current->Comment); in CvCalculateCommentLengths()
539 CgWriteOneAmlComment(Op, Current->Comment, CommentOption); in CgWriteAmlDefBlockComment()
540 CvDbgPrint ("Printing comment: %s\n", Current->Comment); in CgWriteAmlDefBlockComment()
670 CgWriteOneAmlComment(Op, Current->Comment, CommentOption); in CgWriteAmlComment()
680 CgWriteOneAmlComment(Op, Current->Comment, CommentOption); in CgWriteAmlComment()
909 AslGbl_CommentListTail->Comment = ToAdd; in CvAddToCommentList()
H A Ddtcompilerparser.l195 Comment \[[^\n\[\]]*\]
196 CommentField {LabelName}{WhiteSpace}*:{WhiteSpace}{Comment}?$
214 <INITIAL,DATA_STATE>{Comment} { DbgPrint(ASL_PARSE_OUTPUT,"Comment matched\n"); }
H A Dcvparser.c765 CommentNode->Comment = ACPI_CAST_PTR (char, Aml); in CvCaptureCommentsOnly()
791 CommentNode->Comment = ACPI_CAST_PTR (char, Aml); in CvCaptureCommentsOnly()
816 CommentNode->Comment = ACPI_CAST_PTR (char, Aml); in CvCaptureCommentsOnly()
896 CommentNode->Comment = ACPI_CAST_PTR (char, Aml); in CvCaptureCommentsOnly()
912 CommentNode->Comment); in CvCaptureCommentsOnly()
H A Dcvdisasm.c197 if (Current->Comment) in CvPrintOneCommentList()
200 AcpiOsPrintf("%s\n", Current->Comment); in CvPrintOneCommentList()
201 Current->Comment = NULL; in CvPrintOneCommentList()
H A Daslcodegen.c629 CommentLength = strlen (Current->Comment)+3; in CgWriteTableHeader()
631 CvDbgPrint (" Comment string: %s\n\n", Current->Comment); in CgWriteTableHeader()
H A Dasltree.c534 Op->Asl.ParseOpName, AslGbl_CommentListHead->Comment); in TrLinkOpChildren()
H A Daslparseop.c893 CvDbgPrint (" %s\n", Op->Asl.CommentList->Comment); in TrAllocateOp()
/dflybsd-src/gnu/usr.bin/rcs/lib/
H A Drcsfcmp.c283 for (ccnt=Comment.size; ccnt--; )
284 c1 += Comment.string[ccnt] == '\n';
295 ccnt = RCSversion<VERSION(5) ? Comment.size : leaderlen;
349 Comment.string = argv[1];
350 Comment.size = strlen(argv[1]);
H A Drcssyn.c196 struct cbuf Comment; variable
319 clear_buf(&Comment); in getadmin()
322 Comment = savestring(&Commleader); in getadmin()
H A Drcsgen.c515 if (Comment.size) { in putadmin()
517 putstring(fout, true, Comment, false); in putadmin()
H A Drcsfnms.c405 Comment.string = comtable[i].comlead; in InitAdmin()
406 Comment.size = strlen(comtable[i].comlead); in InitAdmin()
H A Drcsedit.c1125 cp = Comment.string;
1126 cs = Comment.size;
H A Drcsbase.h669 extern struct cbuf Comment;
/dflybsd-src/contrib/file/magic/Magdir/
H A Dssh36 # next line says "Comment: " plus the comment string
37 >>>&0 search/3 Comment:\040
H A Dmsvc140 # Import Definition Record (Comment Class A0, Subtype 01~IMPDEF)
H A Dpgp558 # version 2,3~old 4~new . Comment following line for version 5.28 look
/dflybsd-src/contrib/smbfs/
H A Dconfig.mk.in19 # Comment this to disable support for encrypted passwords (requires
H A DREADME9 Supported platform Comment
/dflybsd-src/gnu/usr.bin/rcs/rcs/
H A Drcs.c538 commsymlen != Comment.size ||
539 memcmp(commsyml, Comment.string, commsymlen) != 0
542 Comment.string = commsyml;
543 Comment.size = strlen(commsyml);
/dflybsd-src/contrib/smbfs/examples/
H A Ddot.nsmbrc32 # keyword/section A B C D Comment
/dflybsd-src/gnu/usr.bin/rcs/rlog/
H A Drlog.c437 awrite(Comment.string, Comment.size, out);
/dflybsd-src/usr.sbin/cron/doc/
H A DINSTALL79 /etc/cron. Comment it out and add a line to start the new cron daemon
/dflybsd-src/sys/contrib/dev/acpica/source/include/
H A Daclocal.h1094 char *Comment; member
/dflybsd-src/share/misc/
H A Dusb_hid_usages930 0x26F AC Attach Comment
931 0x270 AC Delete Comment
932 0x271 AC View Comment

12