Searched refs:UCHARAT (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/less/
H A Dregexp.c141 #define UCHARAT(p) ((int)*(unsigned char *)(p)) macro
143 #define UCHARAT(p) ((int)*(p)&CHARBITS) macro
508 clss = UCHARAT(regparse-2)+1;
509 classend = UCHARAT(regparse);
737 if (UCHARAT(prog->program) != MAGIC) {

Completed in 84 milliseconds