OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:brace_n
(Results
1 - 1
of
1
) sorted by null
/toolchain/binutils/binutils-2.25/gas/config/
tc-m32c.c
248
int
brace_n
[3] = { 0, 0, 0 };
281
if (s[0] == '[' && !
brace_n
[operand])
283
brace_n
[operand] += 1;
289
else if (s[0] == '[' &&
brace_n
[operand])
291
brace_n
[operand] += 1;
296
brace_n
[operand] -= 2; /* allow for 2 [. */
300
brace_n
[operand] -= 1;
305
brace_n
[operand] -= 1;
316
if (
brace_n
[operand])
318
fprintf (stderr, "Unmatched [[operand-%d]] %d\n", operand,
brace_n
[operand])
246
int
brace_n
[3] = { 0, 0, 0 };
local
[
all
...]
Completed in 203 milliseconds