Searched refs:has_shebang (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.c328 int has_shebang; member in struct:parser_params
13166 if (parser->line_count != (parser->has_shebang ? 2 : 1)) return 0;
13398 if (peek('!')) parser->has_shebang = 1;
H A Dripper.y268 int has_shebang;
6580 if (parser->line_count != (parser->has_shebang ? 2 : 1)) return 0;
6812 if (peek('!')) parser->has_shebang = 1;
/macosx-10.9.5/ruby-104/ruby/
H A Dparse.c328 int has_shebang; member in struct:parser_params
13076 if (parser->line_count != (parser->has_shebang ? 2 : 1)) return 0;
13308 if (peek('!')) parser->has_shebang = 1;
H A Dparse.y268 int has_shebang;
6580 if (parser->line_count != (parser->has_shebang ? 2 : 1)) return 0;
6812 if (peek('!')) parser->has_shebang = 1;

Completed in 396 milliseconds