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

/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.c256 vtable_included(const struct vtable * tbl, ID id) function
16211 else if (vtable_included(args, id)) {
16215 int i = vtable_included(vars, id);
16281 if (vtable_included(args, id)) {
16284 if ((i = vtable_included(vars, id)) != 0) {
16304 return (vtable_included(lvtbl->args, id) ||
16305 vtable_included(lvtbl->vars, id));
H A Dripper.y196 vtable_included(const struct vtable * tbl, ID id)
9625 else if (vtable_included(args, id)) {
9629 int i = vtable_included(vars, id);
9695 if (vtable_included(args, id)) {
9698 if ((i = vtable_included(vars, id)) != 0) {
9718 return (vtable_included(lvtbl->args, id) ||
9719 vtable_included(lvtbl->vars, id));
/macosx-10.9.5/ruby-104/ruby/
H A Dparse.c256 vtable_included(const struct vtable * tbl, ID id) function
16121 else if (vtable_included(args, id)) {
16125 int i = vtable_included(vars, id);
16191 if (vtable_included(args, id)) {
16194 if ((i = vtable_included(vars, id)) != 0) {
16214 return (vtable_included(lvtbl->args, id) ||
16215 vtable_included(lvtbl->vars, id));
H A Dparse.y196 vtable_included(const struct vtable * tbl, ID id)
9625 else if (vtable_included(args, id)) {
9629 int i = vtable_included(vars, id);
9695 if (vtable_included(args, id)) {
9698 if ((i = vtable_included(vars, id)) != 0) {
9718 return (vtable_included(lvtbl->args, id) ||
9719 vtable_included(lvtbl->vars, id));

Completed in 234 milliseconds