OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:macro_nest
(Results
1 - 7
of
7
) sorted by null
/toolchain/binutils/binutils-2.25/gas/
cond.c
55
int
macro_nest
;
member in struct:conditional_frame
534
cframe->
macro_nest
=
macro_nest
;
545
if (current_cframe != NULL && current_cframe->
macro_nest
>= nest)
568
while (current_cframe != NULL && current_cframe->
macro_nest
>= nest)
input-scrub.c
86
int
macro_nest
;
269
if (
macro_nest
> max_macro_nest)
271
++
macro_nest
;
325
cond_finish_check (
macro_nest
);
332
--
macro_nest
;
85
int
macro_nest
;
variable
macro.h
78
extern int
macro_nest
;
read.c
800
if ((listing & LISTING_MACEXP) &&
macro_nest
> 0)
814
copy = (char *) xmalloc (len +
macro_nest
+ 2);
815
memset (copy, '>',
macro_nest
);
816
copy[
macro_nest
] = ' ';
817
memcpy (copy +
macro_nest
+ 1, input_line_pointer, len);
818
copy[
macro_nest
+ 1 + len] = '\0';
[
all
...]
ChangeLog-9697
[
all
...]
ChangeLog-9295
[
all
...]
/toolchain/binutils/binutils-2.25/gas/doc/
internals.texi
[
all
...]
Completed in 139 milliseconds