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

/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.c592 #define NODE_STRTERM NODE_ZARRAY /* nothing to gc */ macro
12725 rb_node_newnode(NODE_STRTERM, (func), (term) | ((paren) << (CHAR_BIT * 2)), 0)
H A Dripper.y532 #define NODE_STRTERM NODE_ZARRAY /* nothing to gc */
6139 rb_node_newnode(NODE_STRTERM, (func), (term) | ((paren) << (CHAR_BIT * 2)), 0)
/macosx-10.9.5/ruby-104/ruby/
H A Dparse.c592 #define NODE_STRTERM NODE_ZARRAY /* nothing to gc */ macro
12635 rb_node_newnode(NODE_STRTERM, (func), (term) | ((paren) << (CHAR_BIT * 2)), 0)
H A Dparse.y532 #define NODE_STRTERM NODE_ZARRAY /* nothing to gc */
6139 rb_node_newnode(NODE_STRTERM, (func), (term) | ((paren) << (CHAR_BIT * 2)), 0)

Completed in 203 milliseconds