Home
last modified time | relevance | path

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

/minix3/external/bsd/less/dist/
H A Dregexp.c143 #define UCHARAT(p) ((int)*(unsigned char *)(p)) macro
145 #define UCHARAT(p) ((int)*(p)&CHARBITS) macro
510 clss = UCHARAT(regparse-2)+1;
511 classend = UCHARAT(regparse);
739 if (UCHARAT(prog->program) != MAGIC) {
/minix3/minix/commands/cawf/
H A Dregexp.c137 #define UCHARAT(p) ((int)*(unsigned char *)(p)) macro
139 #define UCHARAT(p) ((int)*(p)&CHARBITS) macro
488 class = UCHARAT(regparse-2)+1; in regatom()
489 classend = UCHARAT(regparse); in regatom()
701 if (UCHARAT(prog->program) != MAGIC) { in regexec()