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

/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.c11611 # define whole_match_p(e,l,i) parser_whole_match_p(parser,(e),(l),(i)) macro
13013 if (was_bol() && whole_match_p(eos, len, indent)) {
13044 } while (!whole_match_p(eos, len, indent));
13069 } while (!whole_match_p(eos, len, indent));
14547 if (was_bol() && whole_match_p("__END__", 7, 0)) {
H A Dripper.y5025 # define whole_match_p(e,l,i) parser_whole_match_p(parser,(e),(l),(i))
6427 if (was_bol() && whole_match_p(eos, len, indent)) {
6458 } while (!whole_match_p(eos, len, indent));
6483 } while (!whole_match_p(eos, len, indent));
7961 if (was_bol() && whole_match_p("__END__", 7, 0)) {
/macosx-10.9.5/ruby-104/ruby/
H A Dparse.c11521 # define whole_match_p(e,l,i) parser_whole_match_p(parser,(e),(l),(i)) macro
12923 if (was_bol() && whole_match_p(eos, len, indent)) {
12954 } while (!whole_match_p(eos, len, indent));
12979 } while (!whole_match_p(eos, len, indent));
14457 if (was_bol() && whole_match_p("__END__", 7, 0)) {
H A Dparse.y5025 # define whole_match_p(e,l,i) parser_whole_match_p(parser,(e),(l),(i))
6427 if (was_bol() && whole_match_p(eos, len, indent)) {
6458 } while (!whole_match_p(eos, len, indent));
6483 } while (!whole_match_p(eos, len, indent));
7961 if (was_bol() && whole_match_p("__END__", 7, 0)) {

Completed in 173 milliseconds