PageRenderTime 503ms queryTime 27ms sortTime 1ms getByIdsTime 393ms findMatchingLines 22ms

100+ results results for 'i++; source:Sourceforge' (503 ms)

Not the results you expected?
slptool.c https://openslp.svn.sourceforge.net/svnroot/openslp | C | 501 lines
                    
295        {
                    
296            i++;
                    
297            if(i < argc)
                    
308        {
                    
309            i++;
                    
310            if(i < argc)
                    
323            /* service type */
                    
324            i++;
                    
325            if(i < argc)
                    
334            /* (optional) filter */
                    
335            i++;
                    
336            if(i < argc)
                    
347            /* url or service type */
                    
348            i++;
                    
349            if(i < argc)
                    
                
ctxt_table.c https://cmusphinx.svn.sourceforge.net/svnroot/cmusphinx | C | 465 lines
                    
164	    mdef_is_ciphone(mdef, p))
                    
165	    ct->n_backoff_ci++;
                    
166	
                    
194	    mdef_is_ciphone(mdef, p))
                    
195	    ct->n_backoff_ci++;
                    
196
                    
226		mdef_is_ciphone(mdef, ct->lrcpid[b][lc].pid[rc]))
                    
227		ct->n_backoff_ci++;
                    
228	}
                    
263	    if ((! mdef->ciphone[b].filler) && mdef_is_ciphone(mdef, ct->wwpid[w][l]))
                    
264		ct->n_backoff_ci++;
                    
265	    
                    
                
quest.c https://cmusphinx.svn.sourceforge.net/svnroot/cmusphinx | C | 687 lines
                    
327	q->neg = TRUE;
                    
328	i++;
                    
329    }
                    
395	simp_q_str = strtok(NULL, "&");
                    
396	i++;
                    
397    } while (simp_q_str);
                    
                
poly2d.cpp https://crystal.svn.sourceforge.net/svnroot/crystal | C++ | 412 lines
                    
220      left.AddVertex (vertices[i]);
                    
221      i++;
                    
222      skip_left--;
                    
228      right.AddVertex (vertices[i]);
                    
229      i++;
                    
230      skip_right--;
                    
306      right.AddVertex (vertices[i]);
                    
307      i++;
                    
308      skip_right--;
                    
                
MCI_CD.cpp https://cdexos.svn.sourceforge.net/svnroot/cdexos | C++ | 364 lines
                    
40    	        if (((unsigned char)cdromunits[i] != 0xFF) && i != thisdrive) done = ANALOGGetLastAudioTrackLenght(cdromunits[i],nHighest - 1, j);
                    
41                i++;
                    
42            }
                    
                
RangeMap.java https://jedit.svn.sourceforge.net/svnroot/jedit | Java | 485 lines
                    
443				put(starti + 1,endi + 1,null);
                    
444				starti++;
                    
445			}
                    
                
BrowserColorsOptionPane.java https://jedit.svn.sourceforge.net/svnroot/jedit | Java | 344 lines
                    
180				Color.black)));
                    
181			i++;
                    
182		}
                    
                
Utility.pm https://misterhouse.svn.sourceforge.net/svnroot/misterhouse | Perl | 295 lines
                    
106			$retbuff .= sprintf "%02X ", ord($currstuff);
                    
107			$i++;
                    
108		}
                    
124			}
                    
125			$i++;
                    
126		}
                    
                
trigger_code.pl https://misterhouse.svn.sourceforge.net/svnroot/misterhouse | Perl | 223 lines
                    
50            $trigger = $code = $name = $type = $triggered = '';
                    
51            $i++;
                    
52        }
                    
144            my $i = 2;
                    
145            while ($triggers{"$name $i"}) { $i++; }
                    
146            $name = "$name $i";
                    
                
alloc.c https://lkcd.svn.sourceforge.net/svnroot/lkcd | C | 602 lines
                    
221		nextblk = NEXTBLK(blk, cp);
                    
222		i++;
                    
223		if (i < cp->blkcount) {
                    
                
pr_cmds.c https://quake.svn.sourceforge.net/svnroot/quake | C | 673 lines
                    
409	while (1) {
                    
410		i++;
                    
411		if (i == *pr->num_edicts) {
                    
                
exp.c https://quake.svn.sourceforge.net/svnroot/quake | C | 549 lines
                    
242		while (isspace ((byte) str[i]))
                    
243			i++;
                    
244		if (!str[i])
                    
                
Timer.pm https://misterhouse.svn.sourceforge.net/svnroot/misterhouse | Perl | 432 lines
                    
58        }
                    
59        $i++;
                    
60    }
                    
                
parse.c https://unixodbc.svn.sourceforge.net/svnroot/unixodbc | C | 791 lines
                    
62		/* mylog("skipping '%c'\n", s[i]); */
                    
63		i++;
                    
64	}
                    
88
                    
89			i++;		/* dont return the quote */
                    
90			while (s[i] != '\0' && out != smax) {  
                    
100				}
                    
101				i++;
                    
102			}
                    
103			if (s[i] == qc)
                    
104				i++;
                    
105			break;
                    
131
                    
132		i++;
                    
133	}
                    
                
libbeye.c https://beye.svn.sourceforge.net/svnroot/beye | C | 743 lines
                    
397          __XchgB__(i,j);
                    
398          i++; j++;
                    
399	} while (--ii);
                    
444        __XchgB__(i,jj);
                    
445        i++; jj++;
                    
446      } while (--ii);
                    
518      __XchgB__(i,j);
                    
519      i++; j++;
                    
520    }
                    
                
file_ini.c https://beye.svn.sourceforge.net/svnroot/beye | C | 1978 lines
                    
532     FiGetNextString(h,buff,FI_MAXSTRLEN,NULL);
                    
533     if(FiisItem(buff)) ni++;
                    
534     if(nss < nItem) continue;
                    
                
g_profiler.c https://fenix.svn.sourceforge.net/svnroot/fenix | C | 673 lines
                    
485			parents_of = samples[i].parent;
                    
486			i++;
                    
487			continue;
                    
491		{
                    
492			i++;
                    
493			continue;
                    
                
pobj.cc https://sdcc.svn.sourceforge.net/svnroot/sdcc | C++ | 633 lines
                    
470	       item != Items[i])
                    
471	  i++;
                    
472      if (i < count)
                    
620		  (compare(key, Actual) == 0);
                    
621	  i++;
                    
622	}
                    
                
cmd.c https://quake.svn.sourceforge.net/svnroot/quake | C | 773 lines
                    
188		{
                    
189			i++;
                    
190			cmd_text.cursize -= i;
                    
259		{
                    
260			i++;
                    
261
                    
                
gas2masm.c https://quake.svn.sourceforge.net/svnroot/quake | C | 1087 lines
                    
158					printf ("%c", pt[i]);
                    
159					i++;
                    
160				}
                    
                
snd_channels.c https://quake.svn.sourceforge.net/svnroot/quake | C | 716 lines
                    
210		for (i = 0, ch = free_channels; ch; ch = ch->next)
                    
211			i++;
                    
212		Sys_Printf ("	free channels:%d\n", i);
                    
214			if (!ch->sfx || ch->done)
                    
215				i++;
                    
216		Sys_Printf ("	truely free channels:%d\n", i);
                    
236		SND_StartSound (hash++, 0, sfx, listener_origin, 1.0, 1.0);
                    
237		i++;
                    
238	}
                    
258						1.0, 1.0);
                    
259		i++;
                    
260	}
                    
                
pr_cmds.c https://quake.svn.sourceforge.net/svnroot/quake | C | 883 lines
                    
413	while (1) {
                    
414		i++;
                    
415		if (i == *pr->num_edicts) {
                    
770						curarg++;
                    
771						i++;
                    
772					}
                    
                
pr_exec.c https://quake.svn.sourceforge.net/svnroot/quake | C | 908 lines
                    
263			o += 3;
                    
264			i++;
                    
265		}
                    
                
bsp2img.c https://quake.svn.sourceforge.net/svnroot/quake | C | 949 lines
                    
201
                    
202			i++;
                    
203
                    
215
                    
216			i++;
                    
217
                    
                
pr_debug.c https://quake.svn.sourceforge.net/svnroot/quake | C | 860 lines
                    
109		if (*s == ';')
                    
110			i++;
                    
111	source_paths = malloc (i * sizeof (char **));
                    
                
inpproj.c https://ghydraulic.svn.sourceforge.net/svnroot/ghydraulic | C | 286 lines
                    
198      if (match(line,keyword[i])) return(i);
                    
199      i++;
                    
200   }
                    
                
cad.cxx https://kfem.svn.sourceforge.net/svnroot/kfem | C++ | 545 lines
                    
182  while (aux) {
                    
183    i++;
                    
184    os <<aux<<" Curva:"<<i<<" constituida por las Aristas"<<endl;
                    
                
BamgFreeFem.cpp https://kfem.svn.sourceforge.net/svnroot/kfem | C++ | 586 lines
                    
95           {
                    
96             nbei++;
                    
97             Int4 ii =  st[k] / 3;
                    
                
hw_trick.cpp https://doomlegacy.svn.sourceforge.net/svnroot/doomlegacy | C++ | 998 lines
                    
437            }
                    
438            i++;
                    
439        }
                    
                
command.cpp https://doomlegacy.svn.sourceforge.net/svnroot/doomlegacy | C++ | 1082 lines
                    
190        {
                    
191          i++;
                    
192	  com_text.erase(0, i);
                    
610          CONS_Printf("%s ",cmd->name);
                    
611          i++;
                    
612        }
                    
618          CONS_Printf("%s ",cvar->name);
                    
619          i++;
                    
620        }
                    
                
hw_trick.c https://doomlegacy.svn.sourceforge.net/svnroot/doomlegacy | C | 1019 lines
                    
451	    }
                    
452	    i++;
                    
453	}
                    
                
b_node.c https://doomlegacy.svn.sourceforge.net/svnroot/doomlegacy | C | 629 lines
                    
96			{
                    
97				i++;	//change it back
                    
98				dir = BDI_SOUTH;
                    
                
network_dialog_widgets_sdl.cpp https://marathon.svn.sourceforge.net/svnroot/marathon | C++ | 1343 lines
                    
77        index++;
                    
78        i++;
                    
79    }
                    
406
                    
407		i++;
                    
408	}
                    
                
ltable.c https://marathon.svn.sourceforge.net/svnroot/marathon | C | 589 lines
                    
163  int i = findindex(L, t, key);  /* find original element */
                    
164  for (i++; i < t->sizearray; i++) {  /* try first array part */
                    
165    if (!ttisnil(&t->array[i])) {  /* a non-nil value? */
                    
                
lbaselib.c https://marathon.svn.sourceforge.net/svnroot/marathon | C | 647 lines
                    
251  luaL_checktype(L, 1, LUA_TTABLE);
                    
252  i++;  /* next value */
                    
253  lua_pushinteger(L, i);
                    
                
network_dialog_widgets_sdl.cpp https://marathon.svn.sourceforge.net/svnroot/marathon | C++ | 1112 lines
                    
76        index++;
                    
77        i++;
                    
78    }
                    
                
xmlwf.cpp https://marathon.svn.sourceforge.net/svnroot/marathon | C++ | 658 lines
                    
497      if (argv[i][1] == T('-') && argv[i][2] == T('\0')) {
                    
498	i++;
                    
499	break;
                    
544	outputDir = argv[i] + j + 1;
                    
545      i++;
                    
546      j = 0;
                    
555	encoding = argv[i] + j + 1;
                    
556      i++;
                    
557      j = 0;
                    
560      if (j > 1) {
                    
561	i++;
                    
562	j = 0;
                    
                
sdl_fonts.cpp https://marathon.svn.sourceforge.net/svnroot/marathon | C++ | 797 lines
                    
96		}
                    
97		i++;
                    
98	}
                    
110                        fdprintf(fonts.GetPath());
                    
111                        i++;
                    
112                }
                    
433		}
                    
434		i++;
                    
435	}
                    
                
lstrlib.c https://marathon.svn.sourceforge.net/svnroot/marathon | C | 869 lines
                    
303  while ((s+i)<ms->src_end && singlematch(uchar(*(s+i)), p, ep))
                    
304    i++;
                    
305  /* keeps trying to match with the maximum repetitions */
                    
                
main.cpp https://edge.svn.sourceforge.net/svnroot/edge | C++ | 918 lines
                    
140
                    
141			i++;
                    
142			it++;
                    
220        	 
                    
221        	i++;
                    
222        }
                    
                
gui_ctrl.c https://edge.svn.sourceforge.net/svnroot/edge | C | 760 lines
                    
93    while (i<numofguibutts && guibuttlist[i])
                    
94      i++;
                    
95
                    
167
                    
168    i++;
                    
169  }
                    
205    while (i<numofeditboxs && editboxlist[i])
                    
206      i++;
                    
207
                    
345
                    
346    i++;
                    
347  }
                    
484    while (i<numofpgrsbars && pgrsbarlist[i])
                    
485      i++;
                    
486
                    
                
ASEnhancer.cpp https://astyle.svn.sourceforge.net/svnroot/astyle | C++ | 738 lines
                    
156		{
                    
157			i++;
                    
158			continue;
                    
195			isInComment = true;
                    
196			i++;
                    
197			continue;
                    
201			isInComment = false;
                    
202			i++;
                    
203			continue;
                    
312			{
                    
313				i++;
                    
314				continue;
                    
335			if ((i + 1 < line.length()) && (line[i + 1] == ':'))
                    
336				i++;                                // bypass scope resolution operator
                    
337			else
                    
                
CSS3Parser.java https://jedit.svn.sourceforge.net/svnroot/jedit | Java | 3487 lines
                    
126       do {
                    
127           i++;
                    
128           if (i > 100) {
                    
                
GenerateUtil.java https://tfal.svn.sourceforge.net/svnroot/tfal | Java | 498 lines
                    
387    out("  }");
                    
388    out("  i++;");
                    
389    out("  if (i>=sqlTypes.length)");
                    
                
plcore.c https://plplot.svn.sourceforge.net/svnroot/plplot | C | 3298 lines
                    
392      *num+=hex2dec(text[i]);
                    
393      i++;
                    
394    }
                    
                
wxwidgets.cpp https://plplot.svn.sourceforge.net/svnroot/plplot | C++ | 1374 lines
                    
234                strncat( utf8_string, utf8, max_string_length );
                    
235                i++;
                    
236                continue;
                    
237            }
                    
238            i++;
                    
239            if ( ucs4[i] == (PLUNICODE) plplotEsc ) // a escape character to display
                    
242                strncat( utf8_string, utf8, max_string_length );
                    
243                i++;
                    
244                continue;
                    
284                }
                    
285                i++;
                    
286            }
                    
295            PSSetFont( fci );
                    
296            i++;
                    
297        }
                    
                
wxwidgets.cpp https://plplot.svn.sourceforge.net/svnroot/plplot | C++ | 1366 lines
                    
226                strncat( utf8_string, utf8, max_string_length );
                    
227                i++;
                    
228                continue;
                    
229            }
                    
230            i++;
                    
231            if ( ucs4[i] == (PLUNICODE) plplotEsc ) /* a escape character to display */
                    
234                strncat( utf8_string, utf8, max_string_length );
                    
235                i++;
                    
236                continue;
                    
276                }
                    
277                i++;
                    
278            }
                    
287            PSSetFont( fci );
                    
288            i++;
                    
289        }
                    
                
plfreetype.c https://plplot.svn.sourceforge.net/svnroot/plplot | C | 1284 lines
                    
195            case 'D':
                    
196                i++;
                    
197                break;
                    
347                y -= adjust.y;
                    
348                i++;
                    
349                break;
                    
357                y -= adjust.y;
                    
358                i++;
                    
359                break;
                    
                
csa.c https://plplot.svn.sourceforge.net/svnroot/plplot | C | 2242 lines
                    
550                nps[nn]++;
                    
551                ii++;
                    
552            }
                    
                
plnxtv.c https://plplot.svn.sourceforge.net/svnroot/plplot | C | 689 lines
                    
580    newhiview[xxhi] = px;
                    
581    xxhi++;
                    
582    newhiview[xxhi] = py;
                    
582    newhiview[xxhi] = py;
                    
583    xxhi++;
                    
584}
                    
                
delaunay.c https://plplot.svn.sourceforge.net/svnroot/plplot | C | 732 lines
                    
466
                    
467	i++;
                    
468      }
                    
                
wxwidgets.cpp https://plplot.svn.sourceforge.net/svnroot/plplot | C++ | 1321 lines
                    
217        strncat( utf8_string, utf8, max_string_length );
                    
218      	i++;
                    
219      	continue;
                    
220      }
                    
221      i++;
                    
222      if( ucs4[i] == (PLUNICODE)plplotEsc ) {   /* a escape character to display */
                    
224        strncat( utf8_string, utf8, max_string_length );
                    
225        i++;
                    
226        continue;
                    
264        }
                    
265        i++;
                    
266      }
                    
273      PSSetFont( fci );
                    
274      i++;
                    
275    }
                    
                
plfreetype.c https://plplot.svn.sourceforge.net/svnroot/plplot | C | 1289 lines
                    
196            case 'D':
                    
197                i++;
                    
198                break;
                    
349                y -= (int) adjust.y;
                    
350                i++;
                    
351                break;
                    
359                y -= (int) adjust.y;
                    
360                i++;
                    
361                break;
                    
                
plfreetype.c https://plplot.svn.sourceforge.net/svnroot/plplot | C | 1231 lines
                    
189	    case 'D':
                    
190                i++;
                    
191                break;
                    
337                y-=adjust.y;
                    
338                i++;
                    
339                break;
                    
347                y-=adjust.y;
                    
348                i++;
                    
349                break;
                    
                
proto-irc.c https://xchat.svn.sourceforge.net/svnroot/xchat | C | 1263 lines
                    
180			g_string_append (c, clist->data);
                    
181			i++;
                    
182		}
                    
                
wxwidgets.cpp https://plplot.svn.sourceforge.net/svnroot/plplot | C++ | 1260 lines
                    
215        strcat( utf8_string, utf8 );
                    
216      	i++;
                    
217      	continue;
                    
218      }
                    
219      i++;
                    
220      if( ucs4[i] == (PLUNICODE)plplotEsc ) {   /* a escape character to display */
                    
222        strcat( utf8_string, utf8 );
                    
223        i++;
                    
224        continue;
                    
262        }
                    
263        i++;
                    
264      }
                    
271      PSSetFont( fci );
                    
272      i++;
                    
273    }
                    
                
sparse_ops.h https://octave.svn.sourceforge.net/svnroot/octave | C++ Header | 648 lines
                    
337      if (prev_val < val) { \
                    
338         ii++; \
                    
339         coefX[ii]=   coefA( cf_scalar ? 0 : idx ); \
                    
                
linear.cpp https://octave.svn.sourceforge.net/svnroot/octave | C++ | 2205 lines
                    
319			I[sizeI] = i;
                    
320			sizeI++;
                    
321		}
                    
537			QD[i] += (xi->value)*(xi->value);
                    
538			xi++;
                    
539		}
                    
572						G[m] += w_i[alpha_index_i[m]]*(xi->value);
                    
573					xi++;
                    
574				}
                    
647						w_i[d_ind[m]] += d_val[m]*xi->value;
                    
648					xi++;
                    
649				}
                    
                
myimage.m https://octave.svn.sourceforge.net/svnroot/octave | Objective C | 517 lines
                    
430  endif
                    
431  i++;
                    
432  #wopts
                    
                
__spatial_filtering__.cc https://octave.svn.sourceforge.net/svnroot/octave | C++ | 573 lines
                    
86            {
                    
87              do i++; while (compare<ET> (hinge, vals (i)));
                    
88              do j--; while (compare<ET> (vals (j), hinge));
                    
                
sparse_ops.h https://octave.svn.sourceforge.net/svnroot/octave | C Header | 529 lines
                    
279      if (prev_val < val) { \
                    
280         ii++; \
                    
281         coefX[ii]=      ( cf_scalar ? coefA(0) : coefA(idx) ); \
                    
                
sparse_ops.h https://octave.svn.sourceforge.net/svnroot/octave | C Header | 624 lines
                    
327      if (prev_val < val) { \
                    
328         ii++; \
                    
329         coefX[ii]=     coefA( cf_scalar ? 0 : idx ); \
                    
                
bspdegelev.m https://octave.svn.sourceforge.net/svnroot/octave | Objective C | 294 lines
                    
208            end                                           %           }
                    
209            i = i + 1;                                    %           i++;
                    
210
                    
                
sparse_ops.h https://octave.svn.sourceforge.net/svnroot/octave | C Header | 564 lines
                    
313      if (prev_val < val) { \
                    
314         ii++; \
                    
315         coefX[ii]=     ( cf_scalar ? coefA(0) : coefA(idx) ); \
                    
                
bfont.c https://ironhells.svn.sourceforge.net/svnroot/ironhells | C | 725 lines
                    
61              Font->Chars[i].w = (x - Font->Chars[i].x);
                    
62              i++;
                    
63         }
                    
285          x  += PutCharFont(Surface,Font,x,y,text[i]);
                    
286          i++;
                    
287     }
                    
301          x += CharWidth(Font,text[i]);
                    
302          i++;
                    
303     }
                    
316     while ((p=strchr(&text[pos+1],' ')) != NULL) {
                    
317          i++;
                    
318          pos = p - text;
                    
                
lstrlib.c https://ironhells.svn.sourceforge.net/svnroot/ironhells | C | 622 lines
                    
258  while ((s+i)<cap->src_end && luaI_singlematch((unsigned char)*(s+i), p, ep))
                    
259    i++;
                    
260  /* keeps trying to match with the maximum repetitions */
                    
448      else {
                    
449        i++;  /* skip ESC */
                    
450        if (!isdigit((unsigned char)news[i]))
                    
                
main-lsl.c https://ironhells.svn.sourceforge.net/svnroot/ironhells | C | 784 lines
                    
294						ptr++;
                    
295						i++;
                    
296
                    
300							ptr++;
                    
301							i++;
                    
302						}
                    
329						*ptr = (*dptr) >> 4;
                    
330						i++;
                    
331						ptr++;
                    
335							*ptr = (*dptr) & 15;
                    
336							i++;
                    
337							ptr++;
                    
                
birth.c https://ironhells.svn.sourceforge.net/svnroot/ironhells | C | 1424 lines
                    
340		/* Get the proper entry in the table */
                    
341		while ((chart != h_info[i].chart) || (roll > h_info[i].roll)) i++;
                    
342
                    
                
main-lsl.c https://ironhells.svn.sourceforge.net/svnroot/ironhells | C | 664 lines
                    
261		     ptr++;
                    
262		     i++;
                    
263		     if (i < (read[0]))
                    
266			 ptr++;
                    
267			 i++;
                    
268		       }
                    
292		     *ptr = (*dptr) >> 4;
                    
293		     i++;
                    
294		     ptr++;
                    
297			 *ptr = (*dptr) & 15;
                    
298			 i++;
                    
299			 ptr++;
                    
                
scores.c https://ironhells.svn.sourceforge.net/svnroot/ironhells | C | 785 lines
                    
157	/* Hack -- allow "fake" entry to be last */
                    
158	if ((note == i) && score) i++;
                    
159
                    
                
video.c https://ironhells.svn.sourceforge.net/svnroot/ironhells | C | 628 lines
                    
273          mode_rect[i].h = 600;
                    
274          i++;
                    
275          sprintf(res_text[i], "%dx%d", 1024, 768);
                    
277          mode_rect[i].h = 768;
                    
278          i++;
                    
279          sprintf(res_text[i], "%dx%d", 1280, 1024);
                    
281          mode_rect[i].h = 1024;
                    
282          i++;
                    
283          sprintf(res_text[i], "%dx%d", 1600, 1200);
                    
285          mode_rect[i].h = 1200;
                    
286          i++;
                    
287     }
                    
                
lstrlib.c https://ironhells.svn.sourceforge.net/svnroot/ironhells | C | 842 lines
                    
347           luaI_singlematch((unsigned char) *(s + i), p, ep))
                    
348          i++;
                    
349     /* keeps trying to match with the maximum repetitions */
                    
                
lbaselib.c https://ironhells.svn.sourceforge.net/svnroot/ironhells | C | 676 lines
                    
241  else {  /* `for' step */
                    
242    i++;  /* next value */
                    
243    lua_pushnumber(L, i);
                    
                
lstrlib.c https://ironhells.svn.sourceforge.net/svnroot/ironhells | C | 771 lines
                    
290  while ((s+i)<ms->src_end && luaI_singlematch(uchar(*(s+i)), p, ep))
                    
291    i++;
                    
292  /* keeps trying to match with the maximum repetitions */
                    
                
birth.c https://ironhells.svn.sourceforge.net/svnroot/ironhells | C | 1532 lines
                    
335          while((chart != h_info[i].chart) || (roll > h_info[i].roll))
                    
336               i++;
                    
337
                    
                
video.c https://ironhells.svn.sourceforge.net/svnroot/ironhells | C | 602 lines
                    
257           */
                    
258          sprintf(res_text[i], "%dx%d", 800, 600); mode_rect[i].w = 800; mode_rect[i].h = 600; i++;
                    
259          sprintf(res_text[i], "%dx%d", 1024, 768); mode_rect[i].w = 1024; mode_rect[i].h = 768; i++;
                    
259          sprintf(res_text[i], "%dx%d", 1024, 768); mode_rect[i].w = 1024; mode_rect[i].h = 768; i++;
                    
260          sprintf(res_text[i], "%dx%d", 1280, 1024); mode_rect[i].w = 1280; mode_rect[i].h = 1024; i++;
                    
261          sprintf(res_text[i], "%dx%d", 1600, 1200); mode_rect[i].w = 1600; mode_rect[i].h = 1200; i++;
                    
                
bfont.c https://ironhells.svn.sourceforge.net/svnroot/ironhells | C | 929 lines
                    
83               Font->Chars[i].w = (x - Font->Chars[i].x);
                    
84               i++;
                    
85          }
                    
367          x += PutCharFont(Surface, Font, x, y, text[i]);
                    
368          i++;
                    
369     }
                    
386          x += CharWidth(Font, text[i]);
                    
387          i++;
                    
388     }
                    
403     {
                    
404          i++;
                    
405          pos = p - text;
                    
                
News.pl https://infobot.svn.sourceforge.net/svnroot/infobot | Perl | 1133 lines
                    
214            $item = $2;
                    
215            $ci++;
                    
216        }
                    
261            next unless ($c);
                    
262            $ci++;
                    
263
                    
462            sprintf( "\002[\002%2d\002]\002%s %s", $i, $chr, $subtopic ) );
                    
463        $i++;
                    
464    }
                    
                
Schedulers.pl https://infobot.svn.sourceforge.net/svnroot/infobot | Perl | 1233 lines
                    
237                last if ( !-e $newlog );
                    
238                $i++;
                    
239            }
                    
382            $delete++;
                    
383            $i++;
                    
384        }
                    
                
News.pl https://infobot.svn.sourceforge.net/svnroot/infobot | Perl | 1033 lines
                    
191	    $item = $2;
                    
192	    $ci++;
                    
193	}
                    
234	    next unless ($c);
                    
235	    $ci++;
                    
236
                    
425				$i, $chr, $subtopic));
                    
426	$i++;
                    
427    }
                    
                
Misc.pl https://infobot.svn.sourceforge.net/svnroot/infobot | Perl | 715 lines
                    
57              scalar(@array) . ' topics: ' . join( "\002,\002 ", @array );
                    
58            $i++;
                    
59
                    
                
pslib.c https://felt.svn.sourceforge.net/svnroot/felt | C | 746 lines
                    
437	    }
                    
438	    i++;
                    
439	    continue;
                    
454		pssetfont(10);
                    
455		i++;
                    
456		break;
                    
465		fprintf(psout, "0 %d rmoveto\n", -(psfontsize / 2));
                    
466		i++;
                    
467		break;
                    
476		fprintf(psout, "0 %d rmoveto\n", psfontsize);
                    
477		i++;
                    
478		break;
                    
491*/
                    
492		i++;
                    
493		break;
                    
                
debug.cpp https://crystal.svn.sourceforge.net/svnroot/crystal | C++ | 729 lines
                    
529    }
                    
530    else i++;
                    
531  }
                    
                
csgrid.cpp https://crystal.svn.sourceforge.net/svnroot/crystal | C++ | 1036 lines
                    
68        children [i]->Insert (common, data);
                    
69      i++;
                    
70    }
                    
246      x1 = x2; y1 = y2;
                    
247      i++;
                    
248    }
                    
406      }
                    
407      i++;
                    
408    }
                    
446      }
                    
447      i++;
                    
448    }
                    
                
csector.cpp https://crystal.svn.sourceforge.net/svnroot/crystal | C++ | 883 lines
                    
99      aux[i-slashIndex - 1] = csmodelfile[i];
                    
100      i++;
                    
101    }
                    
                
demoseq.cpp https://crystal.svn.sourceforge.net/svnroot/crystal | C++ | 702 lines
                    
343    }
                    
344    else i++;
                    
345  }
                    
361      mrot->particle->Rotate (mrot->angle_speed * float (elapsed_time/1000.));
                    
362      i++;
                    
363    }
                    
399    }
                    
400    i++;
                    
401  }
                    
526    DebugDrawPath (pfm->path, hi, tl, br, selpoint);
                    
527    i++;
                    
528  }
                    
                
command.cpp https://crystal.svn.sourceforge.net/svnroot/crystal | C++ | 539 lines
                    
92    if (!strcasecmp (choices[i], arg)) return i;
                    
93    i++;
                    
94  }
                    
100    	"    %s%s", choices[i], i == old_value ? " (current)" : "");
                    
101    i++;
                    
102  }
                    
                
iv.cpp https://crystal.svn.sourceforge.net/svnroot/crystal | C++ | 1474 lines
                    
126      }
                    
127      i++;
                    
128    }
                    
133    while ( input[i] != '\0' ) {
                    
134      i++;
                    
135    }
                    
149      else {
                    
150        i++;
                    
151      }
                    
                
csgrid.cpp https://crystal.svn.sourceforge.net/svnroot/crystal | C++ | 707 lines
                    
39      if (!common.IsEmpty () ) children[i]->Insert (common, data);
                    
40      i++;
                    
41    }
                    
178      x1 = x2; y1=y2;
                    
179      i++;
                    
180    }
                    
310      }
                    
311      i++;
                    
312    }
                    
341      }
                    
342      i++;
                    
343    }
                    
                
ddgtmesh.cpp https://crystal.svn.sourceforge.net/svnroot/crystal | C++ | 602 lines
                    
79		_indexLUT[i] = 9999;
                    
80		i++;
                    
81	}
                    
125	unsigned int i = 0;
                    
126	while (i < _bintreeMax && _bintree[i] != NULL) i++;
                    
127	if (i < _bintreeMax)
                    
135	unsigned int i = 0;
                    
136	while (i < _bintreeMax && _bintree[i] != bt) i++;
                    
137	if (i < _bintreeMax)
                    
403			}
                    
404			i++;
                    
405		}
                    
412			}
                    
413			i++;
                    
414		}
                    
                
perftest.cpp https://crystal.svn.sourceforge.net/svnroot/crystal | C++ | 582 lines
                    
235      poly[x][y].txt_handle = perftest->GetTexture (i%4);
                    
236      i++;
                    
237    }
                    
275      poly[x][y].txt_handle = perftest->GetTexture (i/div);
                    
276      i++;
                    
277    }
                    
342        );
                    
343      i++;
                    
344    }
                    
351      mesh.triangles[i].a = (y+1)*(NUM_MULTIPOLTEST+1) + x;
                    
352      i++;
                    
353      mesh.triangles[i].c = y*(NUM_MULTIPOLTEST+1) + x + 1;
                    
355      mesh.triangles[i].a = (y+1)*(NUM_MULTIPOLTEST+1) + x;
                    
356      i++;
                    
357    }
                    
                
surf.cpp https://crystal.svn.sourceforge.net/svnroot/crystal | C++ | 548 lines
                    
204    }
                    
205    i++;
                    
206  }
                    
                
ogl_txtmgr.cpp https://crystal.svn.sourceforge.net/svnroot/crystal | C++ | 738 lines
                    
232  {
                    
233    case GL_ALPHA: i++;  // Fall thru
                    
234    case GL_BLUE: i++;  // Fall thru
                    
234    case GL_BLUE: i++;  // Fall thru
                    
235    case GL_GREEN: i++;  // Fall thru
                    
236    case GL_RED:
                    
                
ogl_txtmgr.cpp https://crystal.svn.sourceforge.net/svnroot/crystal | C++ | 697 lines
                    
218  case GL_ALPHA:
                    
219    i++;
                    
220  case GL_BLUE:
                    
220  case GL_BLUE:
                    
221    i++;
                    
222  case GL_GREEN:
                    
222  case GL_GREEN:
                    
223    i++;
                    
224  case GL_RED:
                    
                
demoseq.cpp https://crystal.svn.sourceforge.net/svnroot/crystal | C++ | 675 lines
                    
316    }
                    
317    else i++;
                    
318  }
                    
334      mrot->particle->Rotate (mrot->angle_speed * float (elapsed_time/1000.));
                    
335      i++;
                    
336    }
                    
372    }
                    
373    i++;
                    
374  }
                    
499    DebugDrawPath (pfm->path, hi, tl, br, selpoint);
                    
500    i++;
                    
501  }
                    
544
                    
545    i++;
                    
546  }
                    
                
command.cpp https://crystal.svn.sourceforge.net/svnroot/crystal | C++ | 611 lines
                    
86    if (!strcasecmp (choices[i], arg)) return i;
                    
87    i++;
                    
88  }
                    
93    CsPrintf (MSG_CONSOLE, "    %s%s\n", choices[i], i == old_value ? " (current)" : "");
                    
94    i++;
                    
95  }
                    
                
gmeshldr.cpp https://crystal.svn.sourceforge.net/svnroot/crystal | C++ | 621 lines
                    
373	  tr[num_tri].c = child->GetAttributeValueAsInt ("v3");
                    
374	  num_tri++;
                    
375	}
                    
                
levtool.cpp https://crystal.svn.sourceforge.net/svnroot/crystal | C++ | 2228 lines
                    
175      i1 = i;
                    
176      i++;
                    
177    }
                    
603      map[i] = new_i;
                    
604      new_i++;
                    
605    }
                    
                
meshobj.cpp https://crystal.svn.sourceforge.net/svnroot/crystal | C++ | 1421 lines
                    
73      }
                    
74      i++;
                    
75    }
                    
                
ops.c https://vim.svn.sourceforge.net/svnroot/vim | C | 6379 lines
                    
502	    if (*midp == TAB)
                    
503		i++;
                    
504	    else /*space */
                    
510	{
                    
511	    i++;
                    
512	    j -= p_ts;
                    
                
 

Source

Language