Searched refs:magic_comment (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/lib/
H A Derb.rb871 magic_comment = "#coding:#{@enc}\n"
873 eval(magic_comment + "def #{methodname}\n" + src + "\nend\n", binding, fname, -2)
/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.c13209 struct magic_comment { struct
13215 static const struct magic_comment magic_comments[] = {
13274 const struct magic_comment *p = magic_comments;
13342 dispatch2(magic_comment, name, val);
13501 /* no magic_comment in shebang line */
H A Dripper.y6623 struct magic_comment {
6629 static const struct magic_comment magic_comments[] = {
6688 const struct magic_comment *p = magic_comments;
6756 dispatch2(magic_comment, name, val);
6915 /* no magic_comment in shebang line */
/macosx-10.9.5/ruby-104/ruby/
H A Dparse.c13119 struct magic_comment { struct
13125 static const struct magic_comment magic_comments[] = {
13184 const struct magic_comment *p = magic_comments;
13252 dispatch2(magic_comment, name, val);
13411 /* no magic_comment in shebang line */
H A Dparse.y6623 struct magic_comment {
6629 static const struct magic_comment magic_comments[] = {
6688 const struct magic_comment *p = magic_comments;
6756 dispatch2(magic_comment, name, val);
6915 /* no magic_comment in shebang line */

Completed in 232 milliseconds