Home
last modified time | relevance | path

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

/trunk/main/toolkit/workben/layout/
H A Deditor.cxx1200 static char const *toIgnoreList[] = { in toIgnore() local
1210 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 26 milliseconds