Home
last modified time | relevance | path

Searched refs:CONC (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/ir/
H A Dirframe.c283 #define CONC(x,y) x##y in irf_set_params() macro
284 #define CASE(s) case s: if (!(sc->sc_speedmask & CONC(IRDA_SPEED_,s))) return (EINVAL); break in irf_set_params()
298 #undef CONC in irf_set_params()
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cpp/
H A Dcpp.c917 savch(CONC); in define()
1005 if (sbeg[1+(vararg != 0)] == CONC) in define()
1989 else if (*sp == CONC) in subarg()
2014 if (sp[-2] != CONC && !snuff && sp[1] != CONC) { in subarg()
2214 case CONC: printf("<CONC>"); break; in prrep()
2230 case CONC: printf("<CONC>"); break; in prline()
H A Dcpp.h73 #define CONC 2 /* STX, not legal char */ macro
H A Dtoken.c619 case CONC: in fastscan()