Searched refs:BLOCKBITS (Results 1 – 1 of 1) sorted by relevance
535 #define BLOCKBITS 3 /* block flag bits */ macro537 #define SETIFBLOCK(p) (*(p)=(*((p)-1)&SKIP)|((long)error_info.line<<BLOCKBITS))538 #define GETIFLINE(p) ((*(p)>>BLOCKBITS)&((1L<<(sizeof(long)*CHAR_BIT-BLOCKBITS))-1))