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

/macosx-10.10/ruby-106/ruby/
H A Dstring.c4618 #define IS_EVSTR(p,e) ((p) < (e) && (*(p) == '$' || *(p) == '@' || *(p) == '{')) macro
4653 len += IS_EVSTR(p, pend) ? 2 : 1;
4694 if (IS_EVSTR(p, pend)) *q++ = '\\';

Completed in 139 milliseconds