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

/freebsd-10-stable/contrib/less/
H A Dregexp.c141 #define UCHARAT(p) ((int)*(unsigned char *)(p)) macro
143 #define UCHARAT(p) ((int)*(p)&CHARBITS) macro
511 clss = UCHARAT(regparse-2)+1;
512 classend = UCHARAT(regparse);
740 if (UCHARAT(prog->program) != MAGIC) {

Completed in 102 milliseconds