Home
last modified time | relevance | path

Searched refs:temp_line (Results 51 – 75 of 123) sorted by relevance

12345

/dports/editors/aee/aee-bf68f4accb96ac39020ac2d9092022aebfa5df27/
H A Dmotion.c16 struct text *temp_line; in bottom() local
22 temp_line = curr_buff->curr_line; in bottom()
23 while (temp_line->next_line != NULL) in bottom()
26 temp_line = temp_line->next_line; in bottom()
34 struct text *temp_line; in top() local
37 temp_line = curr_buff->curr_line; in top()
41 while (temp_line->prev_line != NULL) in top()
44 temp_line = temp_line->prev_line; in top()
H A Dfile.c826 struct text *temp_line; local
856 temp_line = curr_buff->curr_line->prev_line;
857 temp_line->next_line = curr_buff->curr_line->next_line;
858 if (temp_line->next_line != NULL)
859 temp_line->next_line->prev_line = temp_line;
863 curr_buff->curr_line = temp_line;
/dports/devel/p5-Filter-Template/Filter-Template-1.043/lib/Filter/
H A DTemplate.pm438 my $temp_line = $_;
453 $_ = "# $temp_line";
473 my $temp_line = $_;
491 $_ = "# $temp_line";
/dports/graphics/tesseract/tesseract-5.0.0/src/lstm/
H A Dfullyconnected.cpp159 TFloat *temp_line = temp_lines[thread_id]; local
161 ForwardTimeStep(input.i(t), t, temp_line);
164 ForwardTimeStep(curr_input[thread_id], t, temp_line);
166 output->WriteTimeStep(t, temp_line);
/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/SeqIO/
H A Dswiss.pm532 my $temp_line;
534 $temp_line = &{$self->_id_generation_func}($seq);
546 $temp_line = sprintf ("%-24s%-12s%9d AA.",
550 $self->_print( "ID $temp_line\n");
556 $temp_line = &{$self->_ac_generation_func}($seq);
557 $self->_print( "AC $temp_line\n");
/dports/cad/horizon-eda/horizon-2.1.0/src/core/tools/
H A Dtool_draw_connection_line.hpp24 class ConnectionLine *temp_line = 0; member in horizon::ToolDrawConnectionLine
H A Dtool_draw_line.hpp26 class Line *temp_line = 0; member in horizon::ToolDrawLine
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavfilter/
H A Dyadif.h68 uint8_t *temp_line; member
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavfilter/
H A Dyadif.h68 uint8_t *temp_line; member
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmessage.cc389 int temp_line; // starting point of temporary messages member in message_window
525 : next_line(0), temp_line(0), input_line(0), prompt(prefix_type::none) in message_window()
569 temp_line = 0; in set_starting_line()
591 temp_line -= n; in scroll()
648 temp_line = max(temp_line, 0); in roll_back()
649 for (int i = temp_line; i < next_line; ++i) in roll_back()
651 next_line = temp_line; in roll_back()
659 temp_line = next_line; in reset_temp()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Dyadif.h71 uint8_t *temp_line; member
/dports/multimedia/libxine/xine-lib-1.2.11/src/spu_dec/
H A Dsputext_demuxer.c357 char temp_line[SUB_BUFSIZE]; /* subtitle line that will be transfered to current->text[i] */ in sub_read_line_subrip() local
359 temp_line[SUB_BUFSIZE-1]='\0'; /* just in case... */ in sub_read_line_subrip()
370 temp_line[temp_index++]='\0'; /* end of curent line */ in sub_read_line_subrip()
373 temp_line[temp_index++]=*p; in sub_read_line_subrip()
378 temp_line[temp_index++]='\0'; in sub_read_line_subrip()
381 temp_line[temp_index++]=*p; in sub_read_line_subrip()
387 if(temp_line[temp_index-1]=='\0' || temp_index==SUB_BUFSIZE) { in sub_read_line_subrip()
390 current->text[i] = strndup(temp_line, temp_index); in sub_read_line_subrip()
/dports/devel/libarea/libarea-2752cd9/kbool/src/
H A Dlink.cpp368 KBoolLine* temp_line = new KBoolLine(this, _GC); in OutProduct() local
381 int uitp = temp_line->PointOnLine(two->GetOther(center), distance, accur); in OutProduct()
383 delete temp_line; in OutProduct()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Dyadif.h77 uint8_t *temp_line; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Dyadif.h77 uint8_t *temp_line; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Dyadif.h77 uint8_t *temp_line; member
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Dyadif.h77 uint8_t *temp_line; member
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/include/
H A Dcross.h75 static void ResolveHomedir(std::string & temp_line);
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/unimrcp/libs/apr-toolkit/src/
H A Dapt_text_message.c59 apt_str_t temp_line; in apt_header_field_parse() local
81 if(apt_text_line_read(stream,&temp_line) == TRUE) { in apt_header_field_parse()
83 *line = temp_line; in apt_header_field_parse()
/dports/emulators/dosbox/dosbox-0.74-3/include/
H A Dcross.h75 static void ResolveHomedir(std::string & temp_line);
H A Dprograms.h73 std::string temp_line; variable
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/libretro/
H A Dmixer-retro.cpp628 if (cmd->FindString("MASTER",temp_line,false)) in Run()
629 MakeVolume((char *)temp_line.c_str(),mixer.mastervol[0],mixer.mastervol[1]); in Run()
633 if (cmd->FindString(chan->name,temp_line,false)) in Run()
634 MakeVolume((char *)temp_line.c_str(),chan->volmain[0],chan->volmain[1]); in Run()
/dports/deskutils/plans/plans_8.2.1/
H A Dplans_lib.pl490 my $temp_line = substr($line,0,120); # grab first 180 characters
492 $temp_line =~ s/<event>//; # remove <event>
494 $temp_line =~ /<id>(\d+)/;
498 $temp_line =~ /<start>(.+?)</;
500 $temp_line =~ /<end>(.+?)</;
507 if ($temp_line =~ /<cal_ids>(.+?)</) {
647 my $temp_line = substr($line,0,120); # grab first 180 characters
649 $temp_line =~ s/<event>//; # remove <event>
651 $temp_line =~ /<id>(\d+)/;
692 $temp_line =~ s/<event>//; # remove <event>
[all …]
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/include/
H A Dcross.h94 static void ResolveHomedir(std::string & temp_line);
/dports/emulators/dosbox/dosbox-0.74-3/src/hardware/
H A Dmixer.cpp554 if (cmd->FindString("MASTER",temp_line,false)) { in Run()
555 MakeVolume((char *)temp_line.c_str(),mixer.mastervol[0],mixer.mastervol[1]); in Run()
559 if (cmd->FindString(chan->name,temp_line,false)) { in Run()
560 MakeVolume((char *)temp_line.c_str(),chan->volmain[0],chan->volmain[1]); in Run()

12345