Home
last modified time | relevance | path

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

/dports/cad/alliance/alliance/src/graal/src/
H A DGME_edit.c93 static long GraalIdentifyLength; variable
390 if ( ( GraalIdentifyLength + Length ) < ( GRAAL_IDENTIFY_MESSAGE_SIZE - 1 ) )
395 GraalIdentifyLength += Length;
421 GraalIdentifyLength = 0; in GraalEditIdentify()