Searched refs:include_stack_ptr (Results 1 – 5 of 5) sorted by relevance
66 static unsigned int include_stack_ptr = 0; variable477 include_stack_ptr--;478 if (include_stack_ptr == 0)484 yy_switch_to_buffer (include_stack[include_stack_ptr]);486 lineno = lineno_stack[include_stack_ptr];487 input_flags.sysrooted = sysrooted_stack[include_stack_ptr];504 if (include_stack_ptr >= MAX_INCLUDE_DEPTH)508 file_name_stack[include_stack_ptr] = name;509 lineno_stack[include_stack_ptr] = lineno;510 sysrooted_stack[include_stack_ptr] = input_flags.sysrooted;[all …]
1415 static unsigned int include_stack_ptr = 0; variable2868 include_stack_ptr--;2869 if (include_stack_ptr == 0)2875 yy_switch_to_buffer (include_stack[include_stack_ptr]);2877 lineno = lineno_stack[include_stack_ptr];2878 input_flags.sysrooted = sysrooted_stack[include_stack_ptr];3874 if (include_stack_ptr >= MAX_INCLUDE_DEPTH) in lex_push_file()3878 file_name_stack[include_stack_ptr] = name; in lex_push_file()3879 lineno_stack[include_stack_ptr] = lineno; in lex_push_file()3880 sysrooted_stack[include_stack_ptr] = input_flags.sysrooted; in lex_push_file()[all …]
45 int include_stack_ptr = 0; variable58 include_stack[include_stack_ptr++] = YY_CURRENT_BUFFER;75 if ( --include_stack_ptr < 0 ) {81 yy_switch_to_buffer( include_stack[include_stack_ptr] );
2153 int include_stack_ptr = 0;2164 if ( include_stack_ptr >= MAX_INCLUDE_DEPTH )2170 include_stack[include_stack_ptr++] =2185 if ( --include_stack_ptr == 0 )2194 include_stack[include_stack_ptr] );
1737 int include_stack_ptr = 0;1748 if ( include_stack_ptr >= MAX_INCLUDE_DEPTH )1754 include_stack[include_stack_ptr++] =1769 if ( --include_stack_ptr == 0 )1778 include_stack[include_stack_ptr] );