Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm_scan.l450 SLIST_HEAD(, include) include_stack;
498 SLIST_INSERT_HEAD(&include_stack, include, links);
600 include = include_stack.slh_first;
605 SLIST_REMOVE_HEAD(&include_stack, links);
/freebsd/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];