Home | History | Annotate | Download | only in text

Lines Matching defs:startL2EN

3058         int startL2EN;                  /* start of level 2 sequence    */
3160 if (levState.startL2EN >= 0) {
3161 addPoint(levState.startL2EN, LRM_BEFORE);
3163 levState.startL2EN = -1; /* not within previous if since could also be -2 */
3200 levState.startL2EN = -1;
3210 if (levState.startL2EN == -1) { /* if no relevant EN already found */
3215 if (levState.startL2EN >= 0) { /* after EN, no AN */
3216 addPoint(levState.startL2EN, LRM_BEFORE);
3217 levState.startL2EN = -2;
3224 if (levState.startL2EN == -1) {
3225 levState.startL2EN = start0;
3385 levState.startL2EN = -1; /* used for INVERSE_LIKE_DIRECT_WITH_MARKS */