Rev 11124 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11124 | Rev 11132 | ||
---|---|---|---|
Line 80... | Line 80... | ||
80 | for(i=0;i<opalphano && strcmp(buf,opalpha[i].name)!=0; i++); |
80 | for(i=0;i<opalphano && strcmp(buf,opalpha[i].name)!=0; i++); |
81 | if(i<opalphano) { |
81 | if(i<opalphano) { |
82 | l=opalpha[i].lvl; if(l>expl2) { |
82 | l=opalpha[i].lvl; if(l>expl2) { |
83 | if(got) extrout(p1,p2,dist+p1-p,commas,&commacnt); |
83 | if(got) extrout(p1,p2,dist+p1-p,commas,&commacnt); |
84 | if(expl1>0) got=0; |
84 | if(expl1>0) got=0; |
85 | p1=find_word_start(p3); |
85 | p1=find_word_start(p3); |
86 | } |
86 | } |
87 | if(l>=expl1 && l<=expl2) { |
87 | if(l>=expl1 && l<=expl2) { |
88 | got=1; |
88 | got=1; |
89 | if(l>0 && commacnt<MAX_COMMAS-2) { |
89 | if(l>0 && commacnt<MAX_COMMAS-2) { |
90 | commas[commacnt++]=p2-p1; |
90 | commas[commacnt++]=p2-p1; |