Searched refs:comment (Results 201 - 225 of 690) sorted by relevance

1234567891011>>

/macosx-10.10.1/OpenSSH-189/openssh/
H A Dkrl.h45 void ssh_krl_set_comment(struct ssh_krl *krl, const char *comment);
/macosx-10.10.1/OpenSSL098-52/src/crypto/sha/asm/
H A Dsha1-586.pl54 &comment("00_15 $n");
78 &comment("16_19 $n");
103 &comment("20_39 $n");
126 &comment("40_59 $n");
/macosx-10.10.1/dcerpc-61/dcerpc/idl_compiler/
H A Dbe_pvt.h157 char *comment; member in struct:BE_local_var_t
/macosx-10.10.1/libxml2-26/libxml2/include/libxml/
H A Dxmlwin32version.h.in299 * #pragma comment(lib, "iconv.lib")
306 #pragma comment(lib, "iconv.lib")
311 * #pragma comment(lib, "kernel32.lib")
318 #pragma comment(lib, "kernel32.lib")
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/
H A Dnormal_module.rb55 q.text "comment:"
57 q.pp comment
H A Dservlet.rb337 comment = spec.summary
340 comment = 'Documentation for the Ruby standard library'
343 comment = 'Documentation for non-gem libraries'
346 comment = 'Documentation from your home directory'
349 info << [name, '', path, '', comment]
/macosx-10.10.1/ruby-106/ruby/lib/rexml/parsers/
H A Dstreamparser.rb37 when :comment, :attlistdecl, :cdata, :xmldecl, :elementdecl
/macosx-10.10.1/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_parser_markdown.rb53 assert_equal expected, @top_level.comment.parse
H A Dtest_rdoc_parser_rd.rb54 assert_equal expected, @top_level.comment.parse
H A Dtest_rdoc_text.rb130 out = markup(comment('hi')).gsub("\n", '')
196 c = comment ''
276 # c = comment 'This is a comment'
278 # assert_equal 'This is a comment', snippet(c)
296 # text = 'This is a comment'
393 * A comment
399 A comment
H A Dtest_rdoc_any_method.rb69 m.comment = 'this is a comment'
78 al = RDoc::Alias.new nil, 'method', 'aliased', 'alias comment'
84 comment = RDoc::Markup::Document.new(
85 RDoc::Markup::Paragraph.new('this is a comment'))
92 assert_equal comment, loaded.comment
141 al = RDoc::Alias.new nil, 'method', 'aliased', 'alias comment'
148 "\"\x16this is a comment\x06;\x06FI" +
151 "o;\n\x06;\t[\x06I\"\x12alias comment\x0
[all...]
/macosx-10.10.1/ruby-106/ruby/tool/
H A Dinstruction.rb218 comment = ''
243 # collect instruction comment
249 comment << line
260 comment = parse_comment(comment)
274 insn = make_insn(insn, opes, pops, rets, comment, body, sp_inc)
276 comment = ''
655 def comment str method in class:SourceCodeGenerator
688 comment " /* prepare stack status */"
704 comment " /* declar
[all...]
/macosx-10.10.1/system_cmds-643.1.1/passwd.tproj/
H A Dfile_passwd.c53 bool comment = true; local
70 comment = false;
72 if (!comment && token == NULL) {
87 if (comment || j != _PASSWD_FIELDS) return NULL;
152 // failed (likely a comment) then print the entry as is.
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Djava.vim27 " Set 'formatoptions' to break comment lines but not other lines,
28 " and insert the comment leader when hitting <CR> or using "o".
H A Dliquid.vim56 let b:match_words .= '\<\%(if\w*\|unless\|case\)\>:\<\%(elsif\|else\|when\)\>:\<end\%(if\w*\|unless\|case\)\>,\<\%(for\|tablerow\)\>:\%({%\s*\)\@<=empty\>:\<end\%(for\|tablerow\)\>,<\(capture\|comment\|highlight\)\>:\<end\1\>'
59 setlocal commentstring={%\ comment\ %}%s{%\ endcomment\ %}
H A Dverilog.vim23 " Set 'formatoptions' to break comment lines but not other lines,
24 " and insert the comment leader when hitting <CR> or using "o".
/macosx-10.10.1/vim-55/runtime/indent/
H A Dpostscr.vim22 " Find a non-empty non-comment line above the current line.
42 " Indent for dicts, arrays, and saves with possible trailing comment
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dindent.vim33 syn match indentOptions '-\%(bli\|c\%([bl]i\|[dip]\)\=\|di\=\|ip\=\|lc\=\|pp\=i\|sbi\|ts\|-\%(brace-indent\|comment-indentation\|case-brace-indentation\|declaration-comment-column\|continuation-indentation\|case-indentation\|else-endif-column\|line-comments-indentation\|declaration-indentation\|indent-level\|parameter-indentation\|line-length\|comment-line-length\|paren-indentation\|preprocessor-indentation\|struct-brace-indentation\|tab-size\)\)'
60 \ -cdb --comment-delimiters-on-blank-lines
84 \ -ncdb --no-comment-delimiters-on-blank-lines
/macosx-10.10.1/OpenSSL098-52/src/crypto/cast/asm/
H A Dcast-586.pl53 &comment("");
62 &comment("Load the 2 words");
66 &comment('Get short key flag');
92 &comment('test short key flag');
133 &comment("round $i");
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dvc-sccs.el167 (defun vc-sccs-register (file &optional rev comment)
187 (and comment (concat "-y" comment))
200 (defun vc-sccs-checkin (file rev comment)
204 (concat "-y" comment)
/macosx-10.10.1/libxml2-26/libxml2/doc/
H A Dapibuild.py476 self.last = ('comment', tok)
480 self.last = ('comment', line)
592 self.comment = None
648 def parseTopComment(self, comment):
650 lines = comment.split("\n")
679 if self.comment == None or token[1][0] == '*':
680 self.comment = token[1];
682 self.comment = self.comment + token[1]
685 if self.comment
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/ri/
H A Ddriver.rb467 if include.comment then
469 out << include.comment
474 wout, with = modules.partition { |incl| incl.comment.empty? }
481 out << incl.comment
599 comment = klass.comment
605 if comment.empty? and
613 unless comment.empty? then
616 if comment.merged? then
617 parts = comment
[all...]
/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Dmake-docfile.c359 /* Skip a C string or C-style comment from INFILE, and return the
360 character that follows. COMMENT non-zero means skip a comment. If
369 read_c_string_or_comment (infile, printflag, comment, saw_usage)
373 int comment;
388 if (comment)
394 while (c != EOF && (comment ? c != '*' : c != '"'))
426 if (comment)
721 int comment = c != '"';
728 if (comment)
730 c = read_c_string_or_comment (infile, 1, comment,
717 int comment = c != '"'; local
[all...]
/macosx-10.10.1/libxslt-13/libxslt/doc/
H A Dapibuild.py398 self.last = ('comment', tok)
402 self.last = ('comment', line)
514 self.comment = None
560 def parseTopComment(self, comment):
562 lines = string.split(comment, "\n")
591 if self.comment == None or token[1][0] == '*':
592 self.comment = token[1];
594 self.comment = self.comment + token[1]
597 if string.find(self.comment, "DOC_DISABL
1005 comment = "" variable in class:CParser
1014 comment = self.comment variable in class:CParser
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dia64-gen.c222 char *comment; /* Optional comment. */
467 char *comment;
482 if ((comment = strchr(name, '[')) != NULL)
491 if (comment > xsect)
492 comment = 0;
518 if (comment)
519 *comment = 0;
524 && ((comment == NULL && ics[i]->comment
221 char *comment; /* Optional comment. */ member in struct:iclass
465 char *comment; local
[all...]

Completed in 144 milliseconds

1234567891011>>