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

/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.c365 #define TOK_INTERN(mb) rb_intern3(tok(), toklen(), current_enc) macro
14636 set_yylval_name(TOK_INTERN(!ENC_SINGLE(mb)));
14694 ID ident = TOK_INTERN(!ENC_SINGLE(mb));
H A Dripper.y305 #define TOK_INTERN(mb) rb_intern3(tok(), toklen(), current_enc)
8050 set_yylval_name(TOK_INTERN(!ENC_SINGLE(mb)));
8108 ID ident = TOK_INTERN(!ENC_SINGLE(mb));
/macosx-10.9.5/ruby-104/ruby/
H A Dparse.c365 #define TOK_INTERN(mb) rb_intern3(tok(), toklen(), current_enc) macro
14546 set_yylval_name(TOK_INTERN(!ENC_SINGLE(mb)));
14604 ID ident = TOK_INTERN(!ENC_SINGLE(mb));
H A Dparse.y305 #define TOK_INTERN(mb) rb_intern3(tok(), toklen(), current_enc)
8050 set_yylval_name(TOK_INTERN(!ENC_SINGLE(mb)));
8108 ID ident = TOK_INTERN(!ENC_SINGLE(mb));

Completed in 207 milliseconds