Home
last modified time | relevance | path

Searched refs:templines (Results 1 – 13 of 13) sorted by last modified time

/dports/games/falconseye/falconseye-1.9.3_11/win/jtp/
H A Djtp_win.c765 char ** templines; local
/dports/devel/gettext-msghack/msghack-0.21/
H A Dmsghack.py259 templines=file.readlines()
260 for line in templines:
/dports/editors/neovim/neovim-0.6.1/runtime/autoload/
H A Dhtmlcomplete.vim297 let templines = join(classlines, ' ')
298 let headclasslines = split(templines)
347 let templines = join(classlines, ' ')
348 let stylelines = split(templines)
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/gui/
H A Drender.cpp263 Bitu templines = (Bitu)lines; in MakeAspectTable() local
264 lines -= templines; in MakeAspectTable()
265 linesadded += templines; in MakeAspectTable()
266 Scaler_Aspect[i] = templines; in MakeAspectTable()
/dports/editors/vim/vim-8.2.3745/runtime/autoload/
H A Dhtmlcomplete.vim297 let templines = join(classlines, ' ')
298 let headclasslines = split(templines)
347 let templines = join(classlines, ' ')
348 let stylelines = split(templines)
/dports/devel/sdl20/SDL2-2.0.18/build-scripts/
H A Dwikiheaders.pl310 my @templines;
314 @templines = ();
322 @templines = ( $_ );
325 push @templines, $_;
331 push @templines, $_;
351 foreach (@templines) {
382 foreach (@templines) {
430 push @contents, join("\n", @templines);
/dports/x11/controllermap/SDL2-2.0.18/build-scripts/
H A Dwikiheaders.pl310 my @templines;
314 @templines = ();
322 @templines = ( $_ );
325 push @templines, $_;
331 push @templines, $_;
351 foreach (@templines) {
382 foreach (@templines) {
430 push @contents, join("\n", @templines);
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/platypus/
H A Dflowables.py245 templines = _trimEmptyLines(lines)
247 for line in templines:
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/libretro/
H A Drender.cpp208 Bitu templines = (Bitu)lines; in MakeAspectTable() local
209 lines -= templines; in MakeAspectTable()
210 linesadded += templines; in MakeAspectTable()
211 Scaler_Aspect[i] = templines; in MakeAspectTable()
/dports/emulators/dosbox/dosbox-0.74-3/src/gui/
H A Drender.cpp249 Bitu templines = (Bitu)lines; in MakeAspectTable() local
250 lines -= templines; in MakeAspectTable()
251 linesadded += templines; in MakeAspectTable()
252 Scaler_Aspect[i] = templines; in MakeAspectTable()
/dports/www/interchange/interchange-5.6.3/eg/
H A Dcheck_perl_itl100 my $templines = $top =~ tr/\n/\n/;
117 $templines++;
120 $mapline{++$templines} = $.;
126 $templines += 3;
137 $templines += 3;
143 $mapline{++$templines} = $.;
150 print "** Lines in temp file: $templines\n";
/dports/games/bsp/bsp-5.2/
H A Dblockmap.c322 unsigned short *templines; in CreateBlockmap_compressed() local
348 templines = GetMemory(num_templines * sizeof(*templines)); in CreateBlockmap_compressed()
357 tempbl.lines = templines; in CreateBlockmap_compressed()
374 templines = ResizeMemory(templines, in CreateBlockmap_compressed()
375 num_templines * sizeof(*templines)); in CreateBlockmap_compressed()
376 tempbl.lines = templines; in CreateBlockmap_compressed()
391 free(templines); in CreateBlockmap_compressed()
/dports/games/openglad/openglad-0.98/src/
H A Dhelp.cpp72 long templines; in read_scenario() local
111 templines = linesdown + (DISPLAY_LINES * 7); in read_scenario()
112 if (templines > bottomrow) in read_scenario()
113 templines = bottomrow; in read_scenario()
116 linesdown = templines; in read_scenario()
156 if (strlen(myscreen->scentext[j+templines])) in read_scenario()
201 long templines; in read_help() local
260 if (templines > bottomrow) in read_help()
261 templines = bottomrow; in read_help()
264 linesdown = templines; in read_help()
[all …]