OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cur_scope
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/microcode/aic7xxx/
aicasm.c
469
scope_t *
cur_scope
;
local in function:dump_scope
479
cur_scope
= TAILQ_FIRST(&scope->inner_scope);
481
while (
cur_scope
!= NULL) {
483
dump_scope(
cur_scope
);
485
cur_scope
= TAILQ_NEXT(
cur_scope
, scope_links);
792
scope_t *
cur_scope
;
local in function:process_scope
796
cur_scope
= TAILQ_LAST(&scope->inner_scope, scope_tailq);
799
while (
cur_scope
!= NULL) {
803
switch (
cur_scope
->type)
[
all
...]
aicasm.c
469
scope_t *
cur_scope
;
local in function:dump_scope
479
cur_scope
= TAILQ_FIRST(&scope->inner_scope);
481
while (
cur_scope
!= NULL) {
483
dump_scope(
cur_scope
);
485
cur_scope
= TAILQ_NEXT(
cur_scope
, scope_links);
792
scope_t *
cur_scope
;
local in function:process_scope
796
cur_scope
= TAILQ_LAST(&scope->inner_scope, scope_tailq);
799
while (
cur_scope
!= NULL) {
803
switch (
cur_scope
->type)
[
all
...]
Completed in 23 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025