Searched refs:LOCALKEY_BIT (Results 1 – 1 of 1) sorted by relevance
192 #define LOCALKEY_BIT 0x00000040 /* bit 6 for using localized key */ macro220 #define SET_LOCALKEY(ctx) ((ctx)->flags |= LOCALKEY_BIT)221 #define ISSET_LOCALKEY(ctx) ((ctx)->flags & LOCALKEY_BIT)