Searched refs:toIgnoreList (Results 1 – 1 of 1) sorted by relevance
1200 static char const *toIgnoreList[] = { in toIgnore() local1210 for ( unsigned int i = 1; i < sizeof( toIgnoreList )/sizeof( char * ); i++ ) in toIgnore()1212 if ( strcmp(toIgnoreList[i-1], toIgnoreList[i]) >= 0 ) in toIgnore()1216 toIgnoreList[i], toIgnoreList[i-1]); in toIgnore()1222 int min = 0, max = sizeof( toIgnoreList )/sizeof( char * ) - 1, mid, cmp; in toIgnore()1225 cmp = prop.compareToAscii( toIgnoreList[ mid ] ); in toIgnore()
Completed in 34 milliseconds