Home
last modified time | relevance | path

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

/original-bsd/old/cpp/
H A Dcpp.c489 #define tmac2(c0,c1,cpos) if (!xmac2(c0,c1,cpos,&)) goto nomac macro
493 #define tmac2(c0,c1,cpos) macro
500 i= *p++; if (!isid(i)) goto endid; tmac1(i,b1); tmac2(c,i,0);
501 c= *p++; if (!isid(c)) goto endid; tmac1(c,b2); tmac2(i,c,1);
502 i= *p++; if (!isid(i)) goto endid; tmac1(i,b3); tmac2(c,i,2);
503 c= *p++; if (!isid(c)) goto endid; tmac1(c,b4); tmac2(i,c,3);
504 i= *p++; if (!isid(i)) goto endid; tmac1(i,b5); tmac2(c,i,4);
505 c= *p++; if (!isid(c)) goto endid; tmac1(c,b6); tmac2(i,c,5);
506 i= *p++; if (!isid(i)) goto endid; tmac1(i,b7); tmac2(c,i,6);
507 tmac2(i,0,7);
[all …]