HomeSort by relevance Sort by last modified time
    Searched refs:yy_init (Results 1 - 13 of 13) sorted by null

  /external/bison/examples/calc++/
calc++-scanner.cc 347 static int yy_init = 0; /* whether we need to initialize */ variable
815 if ( !(yy_init) )
817 (yy_init) = 1;
    [all...]
  /external/bison/src/
scan-skel.c 366 static int yy_init = 0; /* whether we need to initialize */ variable
912 if ( !(yy_init) )
914 (yy_init) = 1;
    [all...]
scan-code.c 366 static int yy_init = 0; /* whether we need to initialize */ variable
1019 if ( !(yy_init) )
1021 (yy_init) = 1;
    [all...]
scan-gram.c 366 static int yy_init = 0; /* whether we need to initialize */ variable
    [all...]
  /external/elfutils/libcpu/
i386_lex.c 310 static int yy_init = 0; /* whether we need to initialize */ variable
771 if ( !(yy_init) )
773 (yy_init) = 1;
    [all...]
  /external/elfutils/src/
ldlex.c 311 static int yy_init = 0; /* whether we need to initialize */ variable
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Tokenizer.cpp 586 int yy_init; member in struct:yyguts_t
799 if ( !yyg->yy_init )
801 yyg->yy_init = 1;
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-lex.c 661 int yy_init; member in struct:yyguts_t
905 if ( !yyg->yy_init )
907 yyg->yy_init = 1;
    [all...]
glsl_lexer.cc 1170 int yy_init; member in struct:yyguts_t
    [all...]
lex.yy.c 1209 int yy_init; member in struct:yyguts_t
    [all...]
  /system/core/sh/
arith_lex.c 271 static int yy_init = 1; /* whether we need to initialize */ variable
680 if ( (yy_init) )
682 (yy_init) = 0;
    [all...]
  /external/libpcap/
scanner.c 270 static int yy_init = 1; /* whether we need to initialize */ variable
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/
glslang_lex.cpp 828 int yy_init; member in struct:yyguts_t
    [all...]

Completed in 47 milliseconds