Searched refs:yybottom (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.c4565 yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop) argument
4568 yy_stack_print (yybottom, yytop)
4569 yytype_int16 *yybottom;
4574 for (; yybottom <= yytop; yybottom++)
4576 int yybot = *yybottom;
/macosx-10.9.5/ruby-104/ruby/
H A Dparse.c4565 yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop) argument
4568 yy_stack_print (yybottom, yytop)
4569 yytype_int16 *yybottom;
4574 for (; yybottom <= yytop; yybottom++)
4576 int yybot = *yybottom;

Completed in 175 milliseconds