Home
last modified time | relevance | path

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

/dports/cad/stepcode/stepcode-0.8/src/clstepcore/
H A DSTEPattribute.cc1203 char * foundCh = 0; in SkipBadAttr() local
1210 while( !in.eof() && !( foundCh = strchr( StopChars, c ) ) ) { in SkipBadAttr()