HomeSort by: relevance | last modified time | path
    Searched defs:incomp (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/net/
ppp-comp.h 89 void (*incomp)(void *, PACKETPTR); member in struct:compressor
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
pftn.c 989 int incomp, tsz, al; local
1045 incomp = 1;
1047 incomp = 0;
1048 if ((rpole->flags & LASTELM) || (/* rpole->rb */ nscur->sup == sp && incomp == 1))
1050 if (incomp == 1)
2412 incomp: uerror("incompatible types for arg %d",
2436 goto incomp;
2450 goto incomp;
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
pftn.c 1007 int incomp, tsz, al; local
1052 incomp = 1;
1054 incomp = 0;
1055 if ((rpole->flags & LASTELM) || (rpole->rb == sp && incomp == 1))
1057 if (incomp == 1)
2451 incomp: uerror("incompatible types for arg %d",
2475 goto incomp;
2489 goto incomp;

Completed in 31 milliseconds