OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scope_stack
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/microcode/aic7xxx/
aicasm.h
75
extern struct scope_list
scope_stack
;
aicasm.c
106
struct scope_list
scope_stack
;
variable in typeref:struct:scope_list
134
SLIST_INIT(&
scope_stack
);
279
if (SLIST_FIRST(&
scope_stack
) == NULL
280
|| SLIST_FIRST(&
scope_stack
)->type != SCOPE_ROOT) {
286
process_scope(SLIST_FIRST(&
scope_stack
));
293
dump_scope(SLIST_FIRST(&
scope_stack
));
775
if (SLIST_FIRST(&
scope_stack
) != NULL) {
776
TAILQ_INSERT_TAIL(&SLIST_FIRST(&
scope_stack
)->inner_scope,
780
SLIST_INSERT_HEAD(&
scope_stack
, new_scope, scope_stack_links);
aicasm_gram.y
1076
scope_context = SLIST_FIRST(&
scope_stack
);
1101
scope_context = SLIST_FIRST(&
scope_stack
);
1121
scope_context = SLIST_FIRST(&
scope_stack
);
1130
SLIST_REMOVE_HEAD(&
scope_stack
, scope_stack_links);
1134
if (SLIST_FIRST(&
scope_stack
) == NULL) {
Completed in 14 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025