Home
last modified time | relevance | path

Searched refs:include_stack (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/bsd/flex/dist/examples/manual/
H A Deof_rules.lex10 YY_BUFFER_STATE include_stack[MAX_NEST]; variable
28 include_stack[++include_count] = YY_CURRENT_BUFFER;
49 yy_delete_buffer(include_stack[include_count--] );
50 yy_switch_to_buffer(include_stack[include_count] );
H A Dpas_include.lex10 YY_BUFFER_STATE include_stack[MAX_NEST]; variable
36 include_stack[++include_count] = YY_CURRENT_BUFFER;
62 yy_delete_buffer(include_stack[include_count--] );
63 yy_switch_to_buffer(include_stack[include_count] );
/netbsd-src/external/bsd/flex/dist/tests/
H A Dinclude_by_buffer.direct.l44 YY_BUFFER_STATE include_stack[MAX_INCLUDE_DEPTH]; variable
58 include_stack[include_stack_ptr++] = YY_CURRENT_BUFFER;
81 yy_switch_to_buffer( include_stack[include_stack_ptr] );
/netbsd-src/sys/dev/microcode/aic7xxx/
H A Daicasm_scan.l442 SLIST_HEAD(, include) include_stack;
490 SLIST_INSERT_HEAD(&include_stack, include, links);
593 include = include_stack.slh_first;
598 SLIST_REMOVE_HEAD(&include_stack, links);
/netbsd-src/tests/lib/libcurses/director/
H A Dtestlang_conf.l49 static int include_stack[MAX_INCLUDES]; variable
228 include_stack[include_ptr] = line;
246 line = include_stack[include_ptr];
/netbsd-src/external/bsd/nsd/dist/
H A Dzlexer.lex45 static YY_BUFFER_STATE include_stack[MAXINCLUDES]; variable
58 include_stack[include_stack_ptr] = YY_CURRENT_BUFFER; in push_parser_state()
78 yy_switch_to_buffer(include_stack[include_stack_ptr]); in pop_parser_state()
H A Dzlexer.c567 static YY_BUFFER_STATE include_stack[MAXINCLUDES]; variable
580 include_stack[include_stack_ptr] = YY_CURRENT_BUFFER; in push_parser_state()
600 yy_switch_to_buffer(include_stack[include_stack_ptr]); in pop_parser_state()
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldlex.l62 static YY_BUFFER_STATE include_stack[MAX_INCLUDE_DEPTH]; variable
480 yy_switch_to_buffer (include_stack[include_stack_ptr]);
507 include_stack[include_stack_ptr] = YY_CURRENT_BUFFER;
570 include_stack[include_stack_ptr] = YY_CURRENT_BUFFER;
H A Dldlex.c1396 static YY_BUFFER_STATE include_stack[MAX_INCLUDE_DEPTH]; variable
2836 yy_switch_to_buffer (include_stack[include_stack_ptr]);
3842 include_stack[include_stack_ptr] = YY_CURRENT_BUFFER; in lex_push_file()
3905 include_stack[include_stack_ptr] = YY_CURRENT_BUFFER; in lex_redirect()
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dldlex.l62 static YY_BUFFER_STATE include_stack[MAX_INCLUDE_DEPTH]; variable
484 yy_switch_to_buffer (include_stack[include_stack_ptr]);
511 include_stack[include_stack_ptr] = YY_CURRENT_BUFFER;
574 include_stack[include_stack_ptr] = YY_CURRENT_BUFFER;
H A Dldlex.c1411 static YY_BUFFER_STATE include_stack[MAX_INCLUDE_DEPTH]; variable
2875 yy_switch_to_buffer (include_stack[include_stack_ptr]);
3881 include_stack[include_stack_ptr] = YY_CURRENT_BUFFER; in lex_push_file()
3944 include_stack[include_stack_ptr] = YY_CURRENT_BUFFER; in lex_redirect()
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dcftoken.l96 static struct include_stack { struct
/netbsd-src/external/bsd/flex/dist/doc/
H A Dflex.info-11736 YY_BUFFER_STATE include_stack[MAX_INCLUDE_DEPTH];
1754 include_stack[include_stack_ptr++] =
1778 include_stack[include_stack_ptr] );
H A Dflex.texi2152 YY_BUFFER_STATE include_stack[MAX_INCLUDE_DEPTH];
2170 include_stack[include_stack_ptr++] =
2194 include_stack[include_stack_ptr] );