Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/aic7xxx/aicasm/
H A Daicasm_scan.l452 SLIST_HEAD(, include) include_stack;
500 SLIST_INSERT_HEAD(&include_stack, include, links);
602 include = include_stack.slh_first;
607 SLIST_REMOVE_HEAD(&include_stack, links);
/freebsd-12.1/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_conf.l51 static int include_stack[MAX_INCLUDES]; variable
204 include_stack[include_ptr] = line;
226 line = include_stack[include_ptr];
/freebsd-12.1/contrib/dtc/
H A Ddtc-lexer.l293 include_stack[include_stack_pointer++] = YY_CURRENT_BUFFER;
308 yy_switch_to_buffer( include_stack[--include_stack_pointer] );
/freebsd-12.1/contrib/binutils/ld/
H A Dldlex.l67 static YY_BUFFER_STATE include_stack[MAX_INCLUDE_DEPTH]; variable
452 yy_switch_to_buffer (include_stack[include_stack_ptr]);
479 include_stack[include_stack_ptr] = YY_CURRENT_BUFFER;
542 include_stack[include_stack_ptr] = YY_CURRENT_BUFFER;