Home
last modified time | relevance | path

Searched refs:spacecount (Results 1 – 25 of 27) sorted by relevance

12

/dports/games/qqwing/qqwing-1.3.4/build/
H A Dsrc_neaten.pl46 my $spacecount = 0;
50 if ($spacecount != 0){
55 $spacecount++;
56 if ($spacecount == 4){
58 $spacecount = 0;
64 if ($spacecount == 2 and $code =~ /^--/ and $file =~ /\.(sh)$/){
66 } elsif ($spacecount == 1 and $code =~ /^\*/ and $file =~ /\.(java|cpp|hpp|js|css)$/){
68 } elsif ($spacecount == 2 and $code =~ /^-/ and $file =~ /\.(html)$/){
70 } elsif ($spacecount == 1 and $code =~ /^[\-0-9]/ and $file =~ /\.(md|(?:md\.tmpl))$/){
72 } elsif ($spacecount != 0){
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/utils/
H A Dccpaux.c30 int spacecount; in main() local
32 spacecount=0; in main()
34 c = getchar(); if (c==EOF) { n_spaces(spacecount); goto eof; } in main()
36 spacecount++; goto looking_for_space; in main()
39 do { spacecount++; } while (!((spacecount%8)==0)); in main()
43 if (c=='#') { spacecount=0; } in main()
44 n_spaces(spacecount); in main()
/dports/games/jfk/jfk-0.1.1/src/lib/
H A Dparse.cc18 int spacecount = 0; in argument() local
23 for (fin = 0; fin < objstring.length() && spacecount <= index; fin++) in argument()
29 spacecount++; in argument()
31 if (spacecount <= index) in argument()
38 if (spacecount < index || start >= fin) in argument()
/dports/devel/py-robotframework/robotframework-3.1.2/src/robot/
H A Dtidy.py238 usepipes=False, spacecount=4, lineseparator=os.linesep): argument
240 space_count=spacecount, line_separator=lineseparator)
258 opts['spacecount'] = validator.spacecount(opts['spacecount'])
310 def spacecount(self, spacecount): member in ArgumentValidator
312 spacecount = int(spacecount)
313 if spacecount < 2:
317 return spacecount
/dports/misc/nut/nut-20.1/
H A Danameal.c41 int abacuscount, spacecount = 0, frcount, high_grams; in analyze_meals() local
147 spacecount = 0; in analyze_meals()
195 spacecount++; in analyze_meals()
196 if (spacecount == 19) break; in analyze_meals()
206 spacer(++spacecount); in analyze_meals()
/dports/graphics/duhdraw/duhdraw-2.8.13/
H A Dduhdraw.c85 static int spacecount; variable
1129 if (spacecount == 0) in fdospace()
1133 if ((((lattr >> 4) & 7) == 0) && (spacecount > 4) && (savetype == 1)) in fdospace()
1134 fprintf (fileout, "\e[%dC", spacecount); in fdospace()
1137 foo[spacecount] = 0; in fdospace()
1140 charcount = charcount + spacecount; in fdospace()
1141 spacecount = 0; in fdospace()
1150 spacecount = 0; in fdumpline()
1181 spacecount++; in fdumpline()
/dports/textproc/bsddiff/diff/
H A Ddiffreg.c756 int i, j, jackpot, c, d, spacecount; in check() local
838 for (spacecount = 1; spacecount <= 8; spacecount++) { in check()
844 while (c == ' ' && spacecount == 9) { in check()
855 for (spacecount = 1; spacecount <= 8; spacecount++) { in check()
861 while (d == ' ' && spacecount == 9) { in check()
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/physfs/test/
H A Dtest_physfs.c1372 int spacecount = 0; in trim_command() local
1381 if ((have_first) && (!spacecount)) in trim_command()
1383 spacecount++; in trim_command()
1392 spacecount = 0; in trim_command()
/dports/devel/physfs/physfs-3.0.2/test/
H A Dtest_physfs.c1372 int spacecount = 0; in trim_command() local
1381 if ((have_first) && (!spacecount)) in trim_command()
1383 spacecount++; in trim_command()
1392 spacecount = 0; in trim_command()
/dports/net-im/centerim/centerim-4.22.10/kkconsui/src/
H A Dtexteditor.cc1348 int spacecount = strspn(p, " "); in edenter() local
1349 int nextlen = CSTRLEN-CURCOL+spacecount+1; in edenter()
1352 if(CURCOL < spacecount) spacecount = 0; in edenter()
1354 if(!countspaces) spacecount = 0; in edenter()
1356 sprintf(nextstr, "%-*s%s", spacecount, "", r); in edenter()
1361 spaceins.append(spacecount, ' '); in edenter()
1365 curfile->x = spacecount; in edenter()
/dports/www/retawq/retawq-0.2.6c/
H A Dcursesx.c474 { int xend = ( (y == y2) ? x2 : COLS - 1 ), spacecount = 0; in selection_copy() local
478 if (ch == ' ') spacecount++; /* (to ignore trailing space characters) */ in selection_copy()
480 { while (spacecount > 0) { *ptr++ = ' '; spacecount--; } in selection_copy()
/dports/shells/zsh/zsh-5.8.1/Src/
H A Dhist.c1187 int i, len, pos, needblank, spacecount = 0, trunc_ok; in histreduceblanks() local
1191 while (chline[spacecount] == ' ') spacecount++; in histreduceblanks()
1193 for (i = 0, len = spacecount; i < chwordpos; i += 2) { in histreduceblanks()
1206 for (i = 0, pos = spacecount; i < chwordpos; i += 2) { in histreduceblanks()
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/platypus/
H A Dpara.py494 spacecount = 0
498 spacecount = spacecount+1
502 if spacecount<1:
504 shift = diff/float(spacecount)
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/troff/troff.d/dpost.d/
H A Ddpost.c536 int spacecount = 0; /* spaces seen so far on current line */ variable
3805 spacecount = 0; in starttext()
3887 if ( spacecount != 0 || textcount != 1 ) { in endtext()
3914 if ( spacecount != 0 || textcount != 1 ) { in endtext()
4024 if ( spacecount++ == 0 ) in endstring()
/dports/comms/snap7/snap7-full-1.4.2/utility/Windows/HMITracer/SynPDF/
H A DmORMotReport.pas2726 var i, spacecount, linewidth, tabPos, tabIndex, PWLen: integer;
2785 spacecount := 0;
2788 inc(spacecount);
2789 if spacecount>0 then
2790 SetTextJustification(fCanvas.Handle, linewidth - size.cx, spacecount);
/dports/misc/lifelines/lifelines-3.1.1/reports/
H A Dll2html.ll378 set(spacecount,sub(maxspacecount,strlen(d(n))))
379 while(spacecount) { " " decr(spacecount) }
/dports/finance/weberp/webERP/Classes/PHPExcel/Reader/
H A DExcel5.php5550 $spacecount = ord($formulaData[3]);
5552 $data = array('spacetype' => $spacetype, 'spacecount' => $spacecount);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/phpoffice/PhpSpreadsheet/Reader/
H A DXls.php5733 $spacecount = ord($formulaData[3]);
5735 $data = ['spacetype' => $spacetype, 'spacecount' => $spacecount];
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/
H A DXls.php5733 $spacecount = ord($formulaData[3]);
5735 $data = ['spacetype' => $spacetype, 'spacecount' => $spacecount];
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/
H A DXls.php5696 $spacecount = ord($formulaData[3]);
5698 $data = ['spacetype' => $spacetype, 'spacecount' => $spacecount];
/dports/finance/prestashop/prestashop/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/
H A DXls.php5731 $spacecount = ord($formulaData[3]);
5733 $data = ['spacetype' => $spacetype, 'spacecount' => $spacecount];
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/
H A DXls.php5766 $spacecount = ord($formulaData[3]);
5768 $data = ['spacetype' => $spacetype, 'spacecount' => $spacecount];
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/
H A DExcel5.php5694 $spacecount = ord($formulaData[3]);
5696 $data = array('spacetype' => $spacetype, 'spacecount' => $spacecount);
/dports/www/thirtybees/thirtybees-1.1.0/vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/
H A DExcel5.php5694 $spacecount = ord($formulaData[3]);
5696 $data = array('spacetype' => $spacetype, 'spacecount' => $spacecount);
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dfeaturefile.c4668 static int spacecount(char *str) { in spacecount() function
4778 spacecount(g->name_or_class) != spacecount(rpl->name_or_class) ) { in fea_ParseSubstitute()

12