Searched refs:new_comment (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/ruby-106/ruby/lib/rdoc/parser/
H A Dc.rb895 no_match, new_definition, new_comment = comment.text.split(/(\A.*):/)
907 new_comment = "#{$1}#{new_comment.lstrip}"
909 new_comment = RDoc::Comment.new new_comment, @top_level
911 con = RDoc::Constant.new const_name, new_definition, new_comment
H A Druby.rb208 new_comment comment
426 def new_comment comment method in class:RDoc.get_class_or_module.get_class_specification.get_constant.get_constant_with_optional_parens
1399 comment = new_comment(''))
1440 comment = new_comment comment
1567 comment = new_comment ''
/macosx-10.10/OpenSSH-189/openssh/
H A Dssh-keygen.c1336 char new_comment[1024], *comment, *passphrase; local
1377 strlcpy(new_comment, identity_comment, sizeof(new_comment));
1381 if (!fgets(new_comment, sizeof(new_comment), stdin)) {
1386 new_comment[strcspn(new_comment, "\n")] = '\0';
1390 if (!key_save_private(private, identity_file, passphrase, new_comment)) {
1417 fprintf(f, " %s\n", new_comment);

Completed in 89 milliseconds