OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lastoctal
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/pcc/dist/pcc/arch/m16c/
code.c
285
static int
lastoctal
= 0;
local
296
lastoctal
= 0;
300
lastoctal
++;
302
} else if (
lastoctal
&& '0' <= t && t <= '9') {
303
lastoctal
= 0;
306
lastoctal
= 0;
code.c
285
static int
lastoctal
= 0;
local
296
lastoctal
= 0;
300
lastoctal
++;
302
} else if (
lastoctal
&& '0' <= t && t <= '9') {
303
lastoctal
= 0;
306
lastoctal
= 0;
/src/external/bsd/pcc/dist/pcc/arch/mips/
code.c
452
static int
lastoctal
= 0;
local
465
lastoctal
= 0;
473
lastoctal
++;
475
} else if (
lastoctal
&& '0' <= t && t <= '9') {
476
lastoctal
= 0;
479
lastoctal
= 0;
code.c
452
static int
lastoctal
= 0;
local
465
lastoctal
= 0;
473
lastoctal
++;
475
} else if (
lastoctal
&& '0' <= t && t <= '9') {
476
lastoctal
= 0;
479
lastoctal
= 0;
/src/external/bsd/pcc/dist/pcc/arch/powerpc/
code.c
597
static int
lastoctal
= 0;
local
608
lastoctal
= 0;
612
lastoctal
++;
614
} else if (
lastoctal
&& '0' <= t && t <= '9') {
615
lastoctal
= 0;
618
lastoctal
= 0;
code.c
597
static int
lastoctal
= 0;
local
608
lastoctal
= 0;
612
lastoctal
++;
614
} else if (
lastoctal
&& '0' <= t && t <= '9') {
615
lastoctal
= 0;
618
lastoctal
= 0;
Completed in 30 milliseconds
Indexes created Fri Jun 12 00:25:51 UTC 2026