Searched refs:linecount (Results 1 – 5 of 5) sorted by relevance
94 linecount = len(lines)95 if linecount == 0:103 if linecount == 1:111 splits.append(linecount * (i + 1) / fanout)112 splits.append(linecount)
190 my $linecount = 0;193 $linecount++;213 print_error("can't parse line $linecount from file '$image_list'", 4);
45 private int linecount; field in PlainSourceView105 linecount = ta.getLineCount(); in initUI()133 if (linecount != ta.getLineCount()) { in doChanged()135 linecount = ta.getLineCount(); in doChanged()
61 private int linecount; field in OOBeanShellDebugger130 linecount = ta.getLineCount(); in initUI()175 if (linecount != ta.getLineCount()) { in doChanged()177 linecount = ta.getLineCount(); in doChanged()
76 my $linecount = $#infile + 1;
Completed in 29 milliseconds