HomeSort by: relevance | last modified time | path
    Searched refs:maxautooff (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
pass1.h 184 extern int autooff, maxautooff, argoff;
pftn.c 75 maxautooff, /* highest used automatic offset in function */ variable
515 SETOFF(maxautooff, ALCHAR);
516 send_passt(IP_EPILOG, maxautooff/SZCHAR, c,
557 maxautooff = autooff = AUTOINIT;
cgram.y 1400 if (autooff > maxautooff)
1401 maxautooff = autooff;
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
pass1.h 180 extern int autooff, maxautooff, argoff;
pftn.c 87 maxautooff, /* highest used automatic offset in function */ variable
549 SETOFF(maxautooff, ALCHAR);
550 send_passt(IP_EPILOG, maxautooff/SZCHAR, c,
592 maxautooff = autooff = AUTOINIT;
cgram.y 1370 if (autooff > maxautooff)
1371 maxautooff = autooff;

Completed in 20 milliseconds