Searched refs:bittst (Results 1 - 2 of 2) sorted by relevance
/ast/src/lib/libast/regex/ | ||
H A D | reglib.h | 177 #define bittst(p,c) ((p)[((c)>>3)&037]&(1<<((c)&07))) macro 181 #define settst(p,c) bittst((p)->bits,c) |
H A D | regnexec.c | 1432 if (!bittst(p, i)) |
Completed in 17 milliseconds