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

/macosx-10.10.1/ruby-106/ruby/ext/json/parser/
H A Dparser.h16 #define option_given_p(opts, key) RTEST(rb_funcall(opts, i_key_p, 1, key)) macro
H A Dparser.c1649 if (option_given_p(opts, tmp)) {
1661 if (option_given_p(opts, tmp)) {
1667 if (option_given_p(opts, tmp)) {
1673 if (option_given_p(opts, tmp)) {
1680 if (option_given_p(opts, tmp)) {
1686 if (option_given_p(opts, tmp)) {
1692 if (option_given_p(opts, tmp)) {
1698 if (option_given_p(opts, tmp)) {
1704 if (option_given_p(opts, tmp)) {
/macosx-10.10.1/ruby-106/ruby/ext/json/generator/
H A Dgenerator.h24 #define option_given_p(opts, key) RTEST(rb_funcall(opts, i_key_p, 1, key)) macro
H A Dgenerator.c562 if (option_given_p(opts, tmp)) {
573 if (option_given_p(opts, tmp)) {
583 if (option_given_p(opts, tmp)) {

Completed in 287 milliseconds