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

/macosx-10.10/ruby-106/ruby/ext/psych/yaml/
H A Dscanner.c519 (STRING_EXTEND(parser,string) ? \
531 (STRING_EXTEND(parser,string) ? \
2632 if (!STRING_EXTEND(parser, string))
2649 if (!STRING_EXTEND(parser, string))
2890 if (!STRING_EXTEND(parser, string)) goto error;
3090 if (!STRING_EXTEND(parser, string)) goto error;
3121 if (!STRING_EXTEND(parser, string)) goto error;
3338 if (!STRING_EXTEND(parser, string)) goto error;
3467 if (!STRING_EXTEND(parser, string)) goto error;
H A Dyaml_private.h148 #define STRING_EXTEND(context,string) \ macro

Completed in 116 milliseconds