Searched refs:comments (Results 1 - 25 of 34) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigRat/t/
H A Dbigratpm.inc10 $_ =~ s/#.*$//; # remove comments
12 next if /^$/; # skip empty lines & comments
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/t/
H A Dstrap.t31 my %comments = (
38 for my $line ( sort keys %comments ) {
39 my $line_comment = $comments{$line};
/osnet-11/usr/src/tools/onbld/Checks/
H A DComments.py29 # Check delta comments:
54 def comchk(comments, check_db=True, output=sys.stderr, arcPath=None):
55 '''Validate checkin comments against ON standards.
57 Comments must be a list of one-line comments, with no trailing
79 for com in comments:
80 # Our input must be newline-free, comments are line-wise.
84 # Ignore valid comments we can't check
139 # that in the comments, allowing for possible '(fix
180 output.write("WARNING: Blank line(s) in comments\n")
186 "comments
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dbigfltpm.inc10 $_ =~ s/#.*$//; # remove comments
12 next if /^$/; # skip empty lines & comments
H A Dupgrade.inc56 next if /^#/; # skip comments
H A Dbigintpm.inc46 next if /^#/; # skip comments
H A Dmbimbf.inc785 next if /^\s*(#|$)/; # skip comments and empty lines
/osnet-11/usr/src/tools/onbld/hgext/
H A Dcdm.py322 '''show all ARC cases referenced in changeset comments'''
326 # We take a set of the appropriate comments to eliminate duplicates.
327 for elt in set(filter(Comments.isARC, act.comments())):
332 '''show all bug IDs referenced in changeset comments'''
336 for elt in set(filter(Comments.isBug, act.comments())):
344 for elt in act.comments():
367 Check that active changeset comments conform to O/N rules.
378 return Comments.comchk(active.comments(), check_db=check_db, output=ui,
725 Check that any CR IDs mentioned in active changeset comments have
749 for com in active.comments()
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dwritemain.SH23 : by putting a backslash in front. You may delete these comments.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dcflags.SH30 : by putting a backslash in front. You may delete these comments.
/osnet-11/usr/src/lib/libbe/common/
H A Dbe_utils.c1634 FILE *comments = NULL; local
1648 * Open vfstab for reading twice. First is for comments,
1651 if ((comments = fopen(vfstab, "r")) == NULL ||
1699 while (fgets(comments_buf, BUFSIZ, comments)) {
1766 (void) fclose(comments);
1767 comments = NULL;
1800 if (comments != NULL)
1801 (void) fclose(comments);
/osnet-11/usr/src/tools/onbld/Scm/
H A DWorkSpace.py104 self.comments = []
204 # We store comments per-entry as well, for the sake of
206 # of uniquifying comments for the general list (and possibly
211 self[fname].comments.extend(desc)
330 def comments(self): member in class:ActiveList
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DFast.pm214 Address bug reports and comments to: lstein@cshl.org
H A DUtil.pm384 Address bug reports and comments to: lstein@cshl.org. When sending
H A DCarp.pm211 comments embedded in the output of your program. To enable this
224 content where HTML comments are not allowed:
323 Address bug reports and comments to: lstein@cshl.org
H A DPretty.pm304 Bug reports and comments to Brian@ThePaulsens.com. You can also write
H A DPush.pm314 Address bug reports and comments to: lstein@cshl.org
H A DCookie.pm528 Address bug reports and comments to: lstein@cshl.org
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
H A DISA.pm85 source for self_and_super_versions, and the comments there.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DManifest.pm83 from the old F<MANIFEST> file is preserved, including any comments
301 comments being the values of the HASH. Blank lines and lines which
588 file is considered to be a comment. Filenames and comments are
/osnet-11/usr/src/grub/grub2/build-bios/po/
H A DMakefile757 --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) --flag=argp_error:2:c-format --flag=argp_failure:4:c-format --flag=error:3:c-format --flag=error_at_line:5:c-format \
764 --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) --flag=argp_error:2:c-format --flag=argp_failure:4:c-format --flag=error:3:c-format --flag=error_at_line:5:c-format \
777 --add-comments=TRANSLATORS: --flag=argp_error:2:c-format --flag=argp_failure:4:c-format --flag=error:3:c-format --flag=error_at_line:5:c-format \
786 --add-comments=TRANSLATORS: --flag=argp_error:2:c-format --flag=argp_failure:4:c-format --flag=error:3:c-format --flag=error_at_line:5:c-format \
/osnet-11/usr/src/grub/grub2/build-uefi64/po/
H A DMakefile757 --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) --flag=argp_error:2:c-format --flag=argp_failure:4:c-format --flag=error:3:c-format --flag=error_at_line:5:c-format \
764 --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) --flag=argp_error:2:c-format --flag=argp_failure:4:c-format --flag=error:3:c-format --flag=error_at_line:5:c-format \
777 --add-comments=TRANSLATORS: --flag=argp_error:2:c-format --flag=argp_failure:4:c-format --flag=error:3:c-format --flag=error_at_line:5:c-format \
786 --add-comments=TRANSLATORS: --flag=argp_error:2:c-format --flag=argp_failure:4:c-format --flag=error:3:c-format --flag=error_at_line:5:c-format \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dc2ph.PL87 -v generate perl code, with C decls as comments
429 -v generate perl code, with C decls as comments
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DHarness.pm117 can be followed by further comments).
224 Additional comments may be put into the testing output on their own
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/
H A DStraps.pm59 comments.

Completed in 82 milliseconds

12