OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cur_scope
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/microcode/aic7xxx/
aicasm.c
469
scope_t *
cur_scope
;
local
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
796
cur_scope
= TAILQ_LAST(&scope->inner_scope, scope_tailq);
799
while (
cur_scope
!= NULL) {
803
switch (
cur_scope
->type)
[
all
...]
/src/external/gpl3/binutils/dist/gas/
ecoff.c
943
scope_t *
cur_scope
; /* current nested scopes */
990
0, /*
cur_scope
: current scope being processed */
1685
pscope->prev = cur_file_ptr->
cur_scope
;
1688
cur_file_ptr->
cur_scope
= pscope;
1706
pscope = cur_file_ptr->
cur_scope
;
1740
cur_file_ptr->
cur_scope
= pscope->prev;
4650
while (cur_file_ptr->
cur_scope
!= NULL
4651
&& cur_file_ptr->
cur_scope
->prev != NULL)
4653
cur_file_ptr->
cur_scope
= cur_file_ptr->
cur_scope
->prev
941
scope_t *
cur_scope
; \/* current nested scopes *\/
member in struct:efdr
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/
ecoff.c
943
scope_t *
cur_scope
; /* current nested scopes */
990
0, /*
cur_scope
: current scope being processed */
1685
pscope->prev = cur_file_ptr->
cur_scope
;
1688
cur_file_ptr->
cur_scope
= pscope;
1706
pscope = cur_file_ptr->
cur_scope
;
1740
cur_file_ptr->
cur_scope
= pscope->prev;
4647
while (cur_file_ptr->
cur_scope
!= NULL
4648
&& cur_file_ptr->
cur_scope
->prev != NULL)
4650
cur_file_ptr->
cur_scope
= cur_file_ptr->
cur_scope
->prev
941
scope_t *
cur_scope
; \/* current nested scopes *\/
member in struct:efdr
[
all
...]
Completed in 33 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026