Home
last modified time | relevance | path

Searched refs:linecount (Results 1 – 25 of 1320) sorted by relevance

12345678910>>...53

/dports/devel/libdwarf/dwarf-20161124/bugxml/
H A Dreadbugs.py44 def closeouttext(bugrec,intext,text,linecount): argument
56 print("bogus closeout line at line ",linecount)
70 linecount = 0
84 linecount += 1
105 print("bogus id: at line ",linecount)
116 closeouttext(bugrec,intext,text,linecount),
122 closeouttext(bugrec,intext,text,linecount),
128 closeouttext(bugrec,intext,text,linecount),
134 closeouttext(bugrec,intext,text,linecount),
142 closeouttext(bugrec,intext,text,linecount),
[all …]
/dports/devel/dwarfdump/dwarf-20161124/bugxml/
H A Dreadbugs.py44 def closeouttext(bugrec,intext,text,linecount): argument
56 print("bogus closeout line at line ",linecount)
70 linecount = 0
84 linecount += 1
105 print("bogus id: at line ",linecount)
116 closeouttext(bugrec,intext,text,linecount),
122 closeouttext(bugrec,intext,text,linecount),
128 closeouttext(bugrec,intext,text,linecount),
134 closeouttext(bugrec,intext,text,linecount),
142 closeouttext(bugrec,intext,text,linecount),
[all …]
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dreader_cnf.c76 SCIPwarningMessage(scip, "Line <%d>: %s\n", linecount, warningmsg); in readWarning()
95 assert(linecount != NULL); in readCnfLine()
99 (*linecount)++; in readCnfLine()
108 readError(scip, *linecount, s); in readCnfLine()
159 int linecount; in readCnf() local
170 linecount = 0; in readCnf()
188 readError(scip, linecount, s); in readCnf()
194 readError(scip, linecount, s); in readCnf()
200 readError(scip, linecount, s); in readCnf()
245 readError(scip, linecount, s); in readCnf()
[all …]
/dports/irc/irssi/irssi-1.2.3/src/fe-text/
H A Dtextbuffer-view.c226 linecount = 1; in view_update_line_cache()
311 linecount++; in view_update_line_cache()
728 int linecount; in view_get_linecount_all() local
730 linecount = 0; in view_get_linecount_all()
742 int linecount; in view_draw() local
750 ypos += linecount; lines -= linecount; in view_draw()
781 ypos += linecount; in view_draw_bottom()
887 int linecount; in textbuffer_view_resize() local
1046 linecount = 0; in view_insert_line()
1053 if (linecount > 0) { in view_insert_line()
[all …]
/dports/japanese/skkserv/skk-9.6/contrib/dbskkd/
H A Dmakeskkdb.c45 unsigned long linecount; local
75 linecount = 0;
77 linecount++;
79 fprintf(stderr, "linecount = %lu\n", linecount);
86 skk_dicname, linecount);
108 err(1, "dbp->put() failed at line %lu", linecount);
111 warn("dbp->put() did not overwrite at line %lu", linecount);
117 if (linecount % 1000 == 0) {
118 fprintf(stderr, "%lu ", linecount);
120 err(1, "dbp->sync() failed at line %lu", linecount);
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/common/NT/bindist/
H A DcreditsUpdate.pl52 $linecount = 0;
56 $linecount++;
77 $linecount--;
95 print STDERR "Error, no human or task on line $linecount\n";
107 $linecount++;
109 print STDERR "linecount=$linecount\n" if ($debug);
110 print "lineCount = $linecount;\n";
/dports/games/xpilot/xpilot-4.5.5/src/common/NT/bindist/
H A DcreditsUpdate.pl49 $linecount = 0;
53 $linecount++;
74 $linecount--;
92 print STDERR "Error, no human or task on line $linecount\n";
104 $linecount++;
106 print STDERR "linecount=$linecount\n" if ($debug);
107 print "lineCount = $linecount;\n";
/dports/textproc/miller/miller-5.10.2/perf/
H A Dtn.rb22 linecounts.each do |linecount|
23 run_progs_for_linecount(experiment, linecount, progdesc_map)
27 def run_progs_for_linecount(experiment, linecount, progdesc_map) argument
29 seconds = run_prog(experiment, linecount, progdesc, prog)
32 puts "experiment=#{experiment},linecount=#{linecount},#{timing_fields.join(',')}"
35 def run_prog(experiment, linecount, progdesc, prog) argument
36 filename = "data/nlines/#{linecount}"
/dports/print/lout/lout-3.40/
H A Dz41.c202 *linecount += 1; in WriteClosure()
235 *linecount += 1; in WriteClosure()
339 *linecount += 1; in WriteObject()
375 *linecount += 1; in WriteObject()
383 *linecount += 1; in WriteObject()
408 *linecount += 1; in WriteObject()
425 *linecount += 1; in WriteObject()
434 *linecount += 1; in WriteObject()
458 *linecount += 1; in WriteObject()
462 *linecount += 1; in WriteObject()
[all …]
/dports/cad/jspice3/jspice3-2.5/src/lib/mfb/
H A Dmfbtext.c46 int linecount; local
70 linecount = 1;
99 MFBText(cbuf,Left,Top - (linecount) * MFBCurrent->fontHeight,0);
101 if(done || ++linecount >= nlines){
102 linecount = 1;
131 int linecount; local
167 linecount = 0;
190 if(c == '\n') ++linecount;
205 --linecount;
209 curline -= linecount;
[all …]
/dports/games/criticalmass/CriticalMass-1.5/utilsgl/
H A DModel.cpp79 int linecount = 0; in load() local
82 linecount++; in load()
109 if( !readColors( infile, linecount)) in load()
112 << " line:" << linecount << endl; in load()
123 << " line:" << linecount << endl; in load()
131 if( !readNormals( infile, linecount)) in load()
142 if( !readFaces( infile, linecount)) in load()
186 linecount++; in readVertices()
229 linecount++; in readNormals()
266 linecount++; in readFaces()
[all …]
/dports/games/shaaft/Shaaft-0.5.0/utilsgl/
H A DModel.cpp61 int linecount = 0; in load() local
64 linecount++; in load()
92 if( !readColors( infile, linecount)) in load()
95 << " line:" << linecount << endl; in load()
107 << " line:" << linecount << endl; in load()
116 if( !readNormals( infile, linecount)) in load()
127 if( !readFaces( infile, linecount)) in load()
158 linecount++; in readVertices()
191 linecount++; in readNormals()
216 linecount++; in readFaces()
[all …]
/dports/audio/cpige/cpige-1.5/
H A Dicy.c15 int linecount; in readicyheaders() local
41 for(i = 0, j = 0, linecount = 0; i < headerslen; i++) in readicyheaders()
43 if (linecount >= 50) break; in readicyheaders()
46 line[linecount][j] = 0; in readicyheaders()
47 linecount++; in readicyheaders()
58 line[linecount][j] = '\n'; in readicyheaders()
59 line[linecount][j+1] = '\0'; in readicyheaders()
60 linecount++; in readicyheaders()
64 line[linecount][j++] = c; in readicyheaders()
67 for (i = 0; i < linecount; i++) in readicyheaders()
/dports/math/gp2c/gp2c-0.0.12/src/
H A Dlang.l36 linecount+=(text[i]=='\n'); in countline()
215 linecount++;
221 ,srcfile[filecount],linecount,(char)c,(char)nc);
235 if ( c == '\n' ) linecount++;
250 linecount++;
266 int lc=linecount;
283 if ( c == '\n' ) linecount++;
299 linecount++;
322 linecount++;
338 if (lc<linecount && mode==Mread_lines)
/dports/java/java3d/java3d-1.5.2/j3d-core/build-tools/
H A Dgenzip38 linecount=`/usr/bin/wc -l < $tmpscr1`
39 linecount=$(($linecount + 1))
40 echo linecount = $linecount
44 sed -e s/@LINECOUNT@/$linecount/ -e s/@SUM1@/$sum1/ -e s/@SUM2@/$sum2/ < $tmpscr1 > $tmpscr2
/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/IRCBOT/
H A Dtentacle.pl209 my ($revnum, $revuser, $revdate, $linecount) = split/\|/, $tmp;
210 print "$linecount\n";
211 $linecount =~ s/[^0123456789]//g;
212 print "$linecount\n";
215 while($linecount > 0) {
217 $linecount--;
230 print "$linecount\n";
231 $linecount =~ s/[^0123456789]//g;
232 print "$linecount\n";
235 while($linecount > 0) {
[all …]
/dports/sysutils/heirloom/heirloom-070715/split/
H A Dsplit.c57 static long long linecount = 1000; variable
93 linecount = 0; in main()
106 linecount = atoll(&argv[i][2]); in main()
109 linecount = atoll(argv[++i]); in main()
112 linecount = 0; in main()
118 linecount = atoll(&argv[i][1]); in main()
126 if (suffixlength <= 0 || bytecount <= 0 && linecount <= 0) in main()
162 long long bytes = bytecount, lines = linecount, n, m; in split()
172 if (linecount > 0) { in split()
174 if (lines >= linecount) { in split()
/dports/devel/icu-lx/icu/source/test/perf/collationperf/
H A Dcollperf.cpp854 linecount ++; in doForwardIterTest()
870 linecount ++; in doForwardIterTest()
889 int linecount = 0; in doForwardIterTest() local
893 linecount ++; in doForwardIterTest()
897 linecount = 0; in doForwardIterTest()
905 linecount ++; in doForwardIterTest()
1017 linecount ++; in doBackwardIterTest()
1053 int linecount = 0; in doBackwardIterTest() local
1057 linecount ++; in doBackwardIterTest()
1061 linecount = 0; in doBackwardIterTest()
[all …]
/dports/devel/icu/icu/source/test/perf/collationperf/
H A Dcollperf.cpp854 linecount ++; in doForwardIterTest()
870 linecount ++; in doForwardIterTest()
889 int linecount = 0; in doForwardIterTest() local
893 linecount ++; in doForwardIterTest()
897 linecount = 0; in doForwardIterTest()
905 linecount ++; in doForwardIterTest()
1017 linecount ++; in doBackwardIterTest()
1053 int linecount = 0; in doBackwardIterTest() local
1057 linecount ++; in doBackwardIterTest()
1061 linecount = 0; in doBackwardIterTest()
[all …]
/dports/editors/neovim/neovim-0.6.1/test/functional/ui/
H A Dmultigrid_spec.lua2120 [2] = {win = { id = 1000 }, topline = 0, botline = 2, curline = 0, curcol = 0, linecount = 1}
2180 [2] = {win = {id = 1000}, topline = 2, botline = 9, curline = 7, curcol = 0, linecount = 11},
2204 [2] = {win = {id = 1000}, topline = 6, botline = 9, curline = 7, curcol = 0, linecount = 11},
2205 [4] = {win = {id = 1001}, topline = 5, botline = 9, curline = 7, curcol = 0, linecount = 11},
2229 [2] = {win = {id = 1000}, topline = 6, botline = 9, curline = 7, curcol = 0, linecount = 11},
2230 [4] = {win = {id = 1001}, topline = 5, botline = 9, curline = 6, curcol = 38, linecount = 11},
2254 [2] = {win = {id = 1000}, topline = 6, botline = 9, curline = 7, curcol = 0, linecount = 11},
2255 [4] = {win = {id = 1001}, topline = 4, botline = 8, curline = 4, curcol = 38, linecount = 11},
2280 [2] = {win = {id = 1000}, topline = 0, botline = 3, curline = 0, curcol = 10, linecount = 11},
2281 [4] = {win = {id = 1001}, topline = 4, botline = 8, curline = 4, curcol = 38, linecount = 11},
[all …]
/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Dencoding.c107 l_int32 outsize, i, j, index, linecount; in encodeBase64() local
129 i = index = linecount = 0; in encodeBase64()
134 linecount = 0; in encodeBase64()
142 linecount += 4; in encodeBase64()
363 linecount = 0; in encodeAscii85()
370 linecount++; in encodeAscii85()
373 linecount = 0; in encodeAscii85()
377 if (linecount != 0) in encodeAscii85()
633 if (linecount == linechars) { in reformatPacked64()
639 linecount = 0; in reformatPacked64()
[all …]
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_multifile.py41 global boundaries, linecount
55 linecount += len(lines)
58 global boundaries, linecount
60 linecount = 0
64 assert linecount == 9
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_multifile.py41 global boundaries, linecount
55 linecount += len(lines)
58 global boundaries, linecount
60 linecount = 0
64 assert linecount == 9
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_multifile.py41 global boundaries, linecount
55 linecount += len(lines)
58 global boundaries, linecount
60 linecount = 0
64 assert linecount == 9
/dports/misc/bogosort/bogosort-0.4.2/
H A Dbogosort.c71 int linecount; in main() local
117 for (linecount = 0; lines[linecount] != NULL; linecount++) ; in main()
127 for (sortedno = linecount; sortedno > 0; sortedno--) { in main()
138 lines[0] = lines[linecount]; in main()
140 lines[linecount] = NULL; in main()
146 for (lineno = 0; lineno < linecount; lineno++) in main()
150 for (lineno = 0; lineno < linecount; lineno++) in main()

12345678910>>...53