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

/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.c12114 str_xquote = (STR_FUNC_EXPAND), enumerator in enum:string_type
12884 func |= str_xquote;
13741 lex_strterm = NEW_STRTERM(str_xquote, '`', 0);
14407 lex_strterm = NEW_STRTERM(str_xquote, term, paren);
H A Dripper.y5528 str_xquote = (STR_FUNC_EXPAND),
6298 func |= str_xquote;
7155 lex_strterm = NEW_STRTERM(str_xquote, '`', 0);
7821 lex_strterm = NEW_STRTERM(str_xquote, term, paren);
/macosx-10.9.5/ruby-104/ruby/
H A Dparse.c12024 str_xquote = (STR_FUNC_EXPAND), enumerator in enum:string_type
12794 func |= str_xquote;
13651 lex_strterm = NEW_STRTERM(str_xquote, '`', 0);
14317 lex_strterm = NEW_STRTERM(str_xquote, term, paren);
H A Dparse.y5528 str_xquote = (STR_FUNC_EXPAND),
6298 func |= str_xquote;
7155 lex_strterm = NEW_STRTERM(str_xquote, '`', 0);
7821 lex_strterm = NEW_STRTERM(str_xquote, term, paren);

Completed in 142 milliseconds