Home
last modified time | relevance | path

Searched refs:include_stack_ptr (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/ld/
Dldlex.l66 static unsigned int include_stack_ptr = 0; variable
477 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 …]
Dldlex.c1415 static unsigned int include_stack_ptr = 0; variable
2868 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 …]
/netbsd/src/external/bsd/flex/dist/tests/
Dinclude_by_buffer.direct.l45 int include_stack_ptr = 0; variable
58 include_stack[include_stack_ptr++] = YY_CURRENT_BUFFER;
75 if ( --include_stack_ptr < 0 ) {
81 yy_switch_to_buffer( include_stack[include_stack_ptr] );
/netbsd/src/external/bsd/flex/dist/doc/
Dflex.texi2153 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] );
Dflex.info-11737 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] );