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

/macosx-10.9.5/ruby-104/ruby/
H A Dparse.y529 #define RE_OPTION_MASK 0xff
3915 node->nd_cflag = options & RE_OPTION_MASK;
9865 re = rb_reg_compile(str, options & RE_OPTION_MASK, ruby_sourcefile, ruby_sourceline);
H A Dparse.c589 #define RE_OPTION_MASK 0xff macro
9807 node->nd_cflag = options & RE_OPTION_MASK;
16361 re = rb_reg_compile(str, options & RE_OPTION_MASK, ruby_sourcefile, ruby_sourceline);
/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.y529 #define RE_OPTION_MASK 0xff
3915 node->nd_cflag = options & RE_OPTION_MASK;
9865 re = rb_reg_compile(str, options & RE_OPTION_MASK, ruby_sourcefile, ruby_sourceline);
H A Dripper.c589 #define RE_OPTION_MASK 0xff macro
9855 node->nd_cflag = options & RE_OPTION_MASK;
16451 re = rb_reg_compile(str, options & RE_OPTION_MASK, ruby_sourcefile, ruby_sourceline);

Completed in 191 milliseconds