Lines Matching full:skipping
76 * parser is currently skipping tokens, (such as within #if
82 * evaluated by the parser even when otherwise skipping).
96 if (! parser->skipping) { \
103 if (! parser->skipping) { \
228 /* Set up the parser->skipping bit here before doing any lexing.
234 * skipping, (and nested levels of #if/#ifdef/#ifndef/#endif) will
237 * Here are the rules for determining whether we are skipping:
240 * and we are not skipping.
251 * this case, even if otherwise skipping, we need to emit the
261 parser->skipping = 1;
263 parser->skipping = 0;
344 * even when we are otherwise skipping. */
422 if (!parser->skipping) {
443 if (!parser->skipping) {
534 if (! parser->skipping) {
572 skipping.. */