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

/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.c364 #define ENC_SINGLE(cr) ((cr)==ENC_CODERANGE_7BIT) macro
14636 set_yylval_name(TOK_INTERN(!ENC_SINGLE(mb)));
14694 ID ident = TOK_INTERN(!ENC_SINGLE(mb));
H A Dripper.y304 #define ENC_SINGLE(cr) ((cr)==ENC_CODERANGE_7BIT)
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.c364 #define ENC_SINGLE(cr) ((cr)==ENC_CODERANGE_7BIT) macro
14546 set_yylval_name(TOK_INTERN(!ENC_SINGLE(mb)));
14604 ID ident = TOK_INTERN(!ENC_SINGLE(mb));
H A Dparse.y304 #define ENC_SINGLE(cr) ((cr)==ENC_CODERANGE_7BIT)
8050 set_yylval_name(TOK_INTERN(!ENC_SINGLE(mb)));
8108 ID ident = TOK_INTERN(!ENC_SINGLE(mb));

Completed in 193 milliseconds