Lines Matching defs:eLnext
1212 GLUhalfEdge *e, *eNext, *eLnext;
1218 eLnext = e->Lnext;
1223 SpliceMergeVertices( tess, eLnext, e ); /* deletes e->Org */
1225 e = eLnext;
1226 eLnext = e->Lnext;
1228 if( eLnext->Lnext == e ) {
1231 if( eLnext != e ) {
1232 if( eLnext == eNext || eLnext == eNext->Sym ) { eNext = eNext->next; }
1233 if ( !__gl_meshDelete( eLnext ) ) longjmp(tess->env,1);