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

/macosx-10.10.1/ruby-106/ruby/ext/psych/yaml/
H A Dparser.c48 #define PEEK_TOKEN(parser) \ macro
53 * Remove the next token from the queue (must be called after PEEK_TOKEN).
317 token = PEEK_TOKEN(parser);
352 token = PEEK_TOKEN(parser);
361 token = PEEK_TOKEN(parser);
392 token = PEEK_TOKEN(parser);
444 token = PEEK_TOKEN(parser);
476 token = PEEK_TOKEN(parser);
540 token = PEEK_TOKEN(parser);
562 token = PEEK_TOKEN(parse
[all...]

Completed in 73 milliseconds