HomeSort by: relevance | last modified time | path
    Searched refs:skipping (Results 1 - 14 of 14) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/
glcpp-lex.l 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
    [all...]
glcpp.h 205 int skipping; member in struct:glcpp_parser
glcpp-parse.y 428 * we are not skipping. When we are skipping, we
449 * are not skipping */
471 * if we are not skipping. When we are skipping, we
497 * are skipping. */
1497 parser->skipping = 0;
1796 /* Look ahead for a PASTE token, skipping space. */
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/
glcpp-lex.l 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) { \
227 /* Set up the parser->skipping bit here before doing any lexing.
233 * skipping, (and nested levels of #if/#ifdef/#ifndef/#endif) will
236 * Here are the rules for determining whether we are skipping:
239 * and we are not skipping.
250 * this case, even if otherwise skipping, we need to emit the
260 parser->skipping = 1
    [all...]
glcpp.h 204 int skipping; member in struct:glcpp_parser
glcpp-parse.y 328 * we are not skipping. When we are skipping, we
349 * are not skipping */
371 * if we are not skipping. When we are skipping, we
397 * are skipping. */
1384 parser->skipping = 0;
1682 /* Look ahead for a PASTE token, skipping space. */
  /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/linux/
mouse.c 454 int skipping; local
457 skipping = 0;
484 int skipping; local
497 skipping = 0;
  /xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/
glcpp-lex.c 928 * parser is currently skipping tokens, (such as within #if
934 * evaluated by the parser even when otherwise skipping).
948 if (! parser->skipping) { \
955 if (! parser->skipping) { \
1348 /* Set up the parser->skipping bit here before doing any lexing.
1354 * skipping, (and nested levels of #if/#ifdef/#ifndef/#endif) will
1357 * Here are the rules for determining whether we are skipping:
1360 * and we are not skipping.
1371 * this case, even if otherwise skipping, we need to emit the
1381 parser->skipping = 1
    [all...]
glcpp-parse.c 2202 * we are not skipping. When we are skipping, we
2228 * are not skipping */
2265 * if we are not skipping. When we are skipping, we
2296 * are skipping. */
3921 parser->skipping = 0;
4220 /* Look ahead for a PASTE token, skipping space. */
  /xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/
glcpp-lex.c 897 * parser is currently skipping tokens, (such as within #if
903 * evaluated by the parser even when otherwise skipping).
917 if (! parser->skipping) { \
924 if (! parser->skipping) { \
1317 /* Set up the parser->skipping bit here before doing any lexing.
1323 * skipping, (and nested levels of #if/#ifdef/#ifndef/#endif) will
1326 * Here are the rules for determining whether we are skipping:
1329 * and we are not skipping.
1340 * this case, even if otherwise skipping, we need to emit the
1350 parser->skipping = 1
    [all...]
glcpp-parse.c 1910 * we are not skipping. When we are skipping, we
1936 * are not skipping */
1973 * if we are not skipping. When we are skipping, we
2004 * are skipping. */
3614 parser->skipping = 0;
3912 /* Look ahead for a PASTE token, skipping space. */
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/
hud_context.c 1600 boolean skipping = false; local
1607 if (!skipping)
1609 skipping = true;
1612 skipping = false;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/
hud_context.c 1601 boolean skipping = false; local
1608 if (!skipping)
1610 skipping = true;
1613 skipping = false;
  /xsrc/external/mit/xterm/dist/
graphics_regis.c 888 TRACE(("skipping point %u at %d,%d which is outside of range (%.5g deg)\n",
4333 TRACE(("DATA_ERROR: skipping unknown token in pattern control suboptionset (expecting option): \"%s\"\n",
4439 TRACE(("DATA_ERROR: skipping unknown token in pattern suboption: \"%s\"\n",
4517 TRACE(("DATA_ERROR: skipping unknown token in shading control suboptionset (expecting option): \"%s\"\n",
4561 TRACE(("DATA_ERROR: skipping unknown token in shade suboption: \"%s\"\n",
4632 TRACE(("DATA_ERROR: skipping unknown token in write control optionset (expecting option): \"%s\"\n",
4639 TRACE(("DATA_ERROR: skipping unknown token in write controls (expecting optionset): \"%s\"\n",
7611 TRACE(("DATA_ERROR: skipping unexpected character in optionset: \"%c\"\n",
7654 TRACE(("DATA_ERROR: skipping unexpected character at top level: \"%c\"\n", ch));

Completed in 38 milliseconds