Searched refs:UCHARAT (Results 1 – 2 of 2) sorted by relevance
143 #define UCHARAT(p) ((int)*(unsigned char *)(p)) macro145 #define UCHARAT(p) ((int)*(p)&CHARBITS) macro510 clss = UCHARAT(regparse-2)+1;511 classend = UCHARAT(regparse);739 if (UCHARAT(prog->program) != MAGIC) {
137 #define UCHARAT(p) ((int)*(unsigned char *)(p)) macro139 #define UCHARAT(p) ((int)*(p)&CHARBITS) macro488 class = UCHARAT(regparse-2)+1; in regatom()489 classend = UCHARAT(regparse); in regatom()701 if (UCHARAT(prog->program) != MAGIC) { in regexec()