Searched defs:UCHARAT (Results 1 – 3 of 3) sorted by relevance
27 #define UCHARAT(p) ((int)*(unsigned char *)(p)) macro29 #define UCHARAT(p) ((int)*(p)&CHARBITS) macro
130 #define UCHARAT(p) ((int)*(unsigned char *)(p)) macro132 #define UCHARAT(p) ((int)*(p)&CHARBITS) macro
313 #define UCHARAT(p) ((int)*(U8*)(p)) macro315 #define UCHARAT(p) ((int)*(p)&CHARMASK) macro318 #define UCHARAT(p) PL_regdummy macro