HomeSort by: relevance | last modified time | path
    Searched defs:YY_START (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
lex.yy.c 79 #define BEGIN yy_start = 1 + 2 *
85 #define YY_START ((yy_start - 1) / 2)
86 #define YYSTATE YY_START
221 static int yy_start = 0; /* start state number */ variable in typeref:typename:int
739 if ( ! yy_start )
740 yy_start = 1; /* first start state */
767 yy_current_state = yy_start;
1065 yy_act = YY_STATE_EOF(YY_START);
1253 yy_current_state = yy_start;
    [all...]
  /src/tools/m4/bootstrap/
tokenizer.c 130 #define BEGIN (yy_start) = 1 + 2 *
136 #define YY_START (((yy_start) - 1) / 2)
137 #define YYSTATE YY_START
285 static int yy_start = 0; /* start state number */ variable in typeref:typename:int
709 if ( ! (yy_start) )
710 (yy_start) = 1; /* first start state */
739 yy_current_state = (yy_start);
944 yy_act = YY_STATE_EOF(YY_START);
1132 yy_current_state = (yy_start);
    [all...]

Completed in 30 milliseconds