Home | History | Annotate | Download | only in flex-2.5.4a

Lines Matching full:include_stack_ptr

1687     int include_stack_ptr = 0;
1698 if ( include_stack_ptr >= MAX_INCLUDE_DEPTH )
1704 include_stack[include_stack_ptr++] =
1719 if ( --include_stack_ptr < 0 )
1728 include_stack[include_stack_ptr] );