Searched refs:UCHARAT (Results 1 - 1 of 1) sorted by last modified time

/haiku-buildtools/jam/
H A Dregexp.c154 #define UCHARAT(p) ((int)*(unsigned char *)(p)) macro
156 #define UCHARAT(p) ((int)*(p)&CHARBITS) macro
514 classr = UCHARAT(regparse-2)+1;
515 classend = UCHARAT(regparse);
807 if (UCHARAT(prog->program) != MAGIC) {

Completed in 63 milliseconds