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

/haiku-buildtools/jam/
H A Dglob.c24 * globchars() - build a bitlist to check for character group match
45 char bitlist[ BITLISTSIZE ]; local
68 /* build character class bitlist */
70 globchars( here, c, bitlist );
72 if( !CHECK_BIT( bitlist, *(unsigned char *)s ) )
118 * globchars() - build a bitlist to check for character group match

Completed in 1685 milliseconds