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

/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.c586 #define RE_OPTION_ENCODING(e) (((e)&0xff)<<RE_OPTION_ENCODING_SHIFT) macro
12551 return options | RE_OPTION_ENCODING(kcode);
H A Dripper.y526 #define RE_OPTION_ENCODING(e) (((e)&0xff)<<RE_OPTION_ENCODING_SHIFT)
5965 return options | RE_OPTION_ENCODING(kcode);
/macosx-10.9.5/ruby-104/ruby/
H A Dparse.c586 #define RE_OPTION_ENCODING(e) (((e)&0xff)<<RE_OPTION_ENCODING_SHIFT) macro
12461 return options | RE_OPTION_ENCODING(kcode);
H A Dparse.y526 #define RE_OPTION_ENCODING(e) (((e)&0xff)<<RE_OPTION_ENCODING_SHIFT)
5965 return options | RE_OPTION_ENCODING(kcode);

Completed in 240 milliseconds