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

  /src/sys/external/bsd/acpica/dist/compiler/
lex.yy.c 612 static int yy_start_stack_depth = 0; variable in typeref:typename:int
1703 if ( yy_start_stack_ptr >= yy_start_stack_depth )
1707 yy_start_stack_depth += YY_START_STACK_INCR;
1708 new_size = yy_start_stack_depth * sizeof( int );

Completed in 68 milliseconds