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

/macosx-10.10.1/ruby-106/ruby/
H A Diseq.c2006 static const char expr_names[][18] = { local
2025 if ((unsigned)(type - 1) >= (unsigned)numberof(expr_names)) return 0;
2026 estr = expr_names[type - 1];
2030 defs = ruby_xcalloc(numberof(expr_names), sizeof(VALUE));

Completed in 63 milliseconds