HomeSort by: relevance | last modified time | path
    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 61 milliseconds