Home
last modified time | relevance | path

Searched refs:tsave (Results 1 – 25 of 150) sorted by relevance

123456

/dports/net-mgmt/docsis/docsis-upstream-0.9.8/src/
H A Ddocsis_lex.l56 char *tsave; variable
58 #define TSAVE(s) tsave=(char*)malloc(yyleng+1);memset(tsave,0,yyleng+1);memcpy(tsave,s,yyleng)
64 ([0-9]+,){1,127}[0-9]+ { TSAVE(yytext);yylval.strval=tsave; return T_SUBMGT_FILTERS; }
65 ([0-9]+\.){3}[0-9]+ { TSAVE(yytext);yylval.strval=tsave; return T_IP; }
66 (([0-9]+\.){3}[0-9]+,){1,15}([0-9]+\.){3}[0-9]+ { TSAVE(yytext);yylval.strval=tsave; return T_IP_L…
67 0[Xx]([0-9A-Fa-f])+ { TSAVE(yytext);yylval.strval=tsave; return T_HEX_STRING; }
69 ([0-9]+\.){3}[0-9]+\/[0-9]+ { TSAVE(yytext);yylval.strval=tsave; return T_IP_IP6_PORT; }
70 ([0-9A-Fa-f][0-9A-Fa-f]:){5}[0-9A-Fa-f][0-9A-Fa-f] { TSAVE(yytext);yylval.strval=tsave; return T_M…
72 (\.{1})*([A-Za-z0-9_-]+\.)+[A-Za-z0-9]+ { TSAVE(yytext);yylval.strval=tsave; return T_LABEL_OID; }
73 (\.{1})*([A-Za-z0-9_-]+\.)+'[\[A-Za-z0-9@,:_\-\.\]]+' { TSAVE(yytext);yylval.strval=tsave; return T…
[all …]
/dports/science/dynare/dynare-4.6.4/contrib/jsonlab/examples/
H A Djsonlab_speedtest.m7 tsave=zeros(len,1);
12 tsave(i)=toc;
14 tload(i)=toc-tsave(i);
18 loglog(datalen,tsave,'o-',datalen,tload,'r*-');
/dports/biology/fasta3/fasta-36.3.8/src/
H A Dlib_sel.c55 char *bp, tsave[MAX_STR], *tname; in get_lnames() local
62 tname = tsave; in get_lnames()
63 subs_env(tname, iname, sizeof(tsave)); in get_lnames()
84 subs_env(tsave, lline, sizeof(tsave)); in get_lnames()
85 if (tsave[0]=='<') { in get_lnames()
86 strncpy(ldname,&tsave[1],sizeof(ldname)); in get_lnames()
91 new_lib_p = add_file(tsave,libenv,new_lib_p); in get_lnames()
/dports/cad/magic/magic-8.3.245/lef/
H A DlefRead.c1825 strcpy(tsave, "");
1829 sprintf(tsave + strlen(tsave), " %s", token);
1867 strcpy(tsave, "");
1871 sprintf(tsave + strlen(tsave), " %s", token);
2534 char tsave[128]; local
2652 LefSkipSection(f, tsave);
2674 LefSkipSection(f, tsave);
2682 LefSkipSection(f, tsave);
2690 LefSkipSection(f, tsave);
2712 LefSkipSection(f, tsave);
[all …]
/dports/sysutils/eclat/eclat-2.0/lib/
H A Dgetans.c41 struct termios t, tsave; in clockChip()
63 tsave = t; in clockChip()
75 if (tcsetattr(fd, TCSAFLUSH | TCSASOFT, &tsave)) in clockChip()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/nyqsrc/
H A Dfalloc.c193 CQUE *tsave = NULL; in falloc_gc() local
202 tsave = tlist; in falloc_gc()
234 tlist = tsave; in falloc_gc()
/dports/games/golly/golly-3.3-src/Scripts/Lua/
H A Doverlay-demo.lua64 local tsave = gp.timersave
767 tsave("run")
772 tsave("cells")
876 tsave("frame")
1226 tsave("frame")
1927 tsave()
2091 tsave("paste")
2126 tsave("line")
2149 tsave("linearray")
2163 tsave("rectangle")
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/sim/m32c/
H A Dsrcdest.c38 int tsave = trace; in disp8() local
44 trace = tsave; in disp8()
52 int tsave = trace; in disp16() local
58 trace = tsave; in disp16()
66 int tsave = trace; in disp24() local
72 trace = tsave; in disp24()
/dports/devel/gdb761/gdb-7.6.1/sim/m32c/
H A Dsrcdest.c37 int tsave = trace; in disp8() local
43 trace = tsave; in disp8()
51 int tsave = trace; in disp16() local
57 trace = tsave; in disp16()
65 int tsave = trace; in disp24() local
71 trace = tsave; in disp24()
/dports/audio/praat/praat-6.2.03/fon/
H A DPitch_to_PointProcess.cpp241 double tsave = tmax; in Sound_Pitch_to_PointProcess_cc() local
261 tmax = tsave; in Sound_Pitch_to_PointProcess_cc()
319 double tsave = tmax; in Sound_Pitch_to_PointProcess_peaks() local
333 tmax = tsave; in Sound_Pitch_to_PointProcess_peaks()
/dports/cad/qflow/qflow-1.4.98/src/
H A Dreadlef.c2166 char *token, *pname, tsave[128]; local
2407 sprintf(tsave, "%.127s", token);
2409 LefSkipSection(f, tsave);
3219 char tsave[128]; local
3318 sprintf(tsave, "%.127s", token);
3339 LefSkipSection(f, tsave);
3361 sprintf(tsave, "%.127s", token);
3376 LefSkipSection(f, tsave);
3391 LefReadMacro(f, tsave, oscale);
3420 sprintf(tsave, "%.127s", token);
[all …]
/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/fast/
H A Dselector.go777 tsave := t
809 if tsave.Kind() != r.Ptr {
810 tsave = c.Universe.PtrTo(tsave)
814 if tsave.Kind() == r.Ptr {
815 tsave = tsave.Elem()
818 tfunc = c.changeFirstParam(tsave, tfunc)
823 t = tsave
/dports/math/scilab/scilab-6.1.1/scilab/modules/cacsd/src/fortran/
H A Ddomout.f110 tsave=t
116 if (t.le.tsave) then
/dports/net/sacc/sacc-1.01/
H A Dui_ti.c17 static struct termios tsave; variable
24 tcgetattr(0, &tsave); in uisetup()
25 tsacc = tsave; in uisetup()
42 tcsetattr(0, TCSANOW, &tsave); in uicleanup()
/dports/games/xonotic/Xonotic/misc/tools/
H A Dmidichannels.pl37 return map { my $tsave = $t; $t = $_->[1]; [$_->[0], $t - $tsave, @{$_}[2..(@$_-1)]]; } @_;
/dports/cad/qrouter/qrouter-1.4.85/
H A Dlef.c2275 char *token, tsave[128]; local
2440 sprintf(tsave, "%.127s", token);
2442 LefSkipSection(f, tsave);
3681 char tsave[128]; local
3775 sprintf(tsave, "%.127s", token);
3776 LefSkipSection(f, tsave);
3782 sprintf(tsave, "%.127s", token);
3803 LefSkipSection(f, tsave);
3840 LefSkipSection(f, tsave);
3855 LefSkipSection(f, tsave);
[all …]
/dports/cad/zcad/zcad-8b8a693/cad_source/zcad/
H A Duzcsysvars.pas91 tsave=packed record
217 SAVE:tsave;(*'Saving'*)
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dcsfunc.c69 CS_SAVE(tsave);
199 void tsave(c_special *cs_ptr) in tsave() function
385 { tload, tsave, tsee, thit }, /* CS_TRAPS */
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/thermo/
H A DWaterSSTP.cpp348 doublereal tsave = temperature(); in satPressure() local
351 m_sub.setState_TR(tsave, dsave); in satPressure()
/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/teamspeak/
H A Dts3v2_205 my @tsave;
/dports/science/dynare/dynare-4.6.4/dynare++/sylv/testing/
H A Dtests.cc109 std::unique_ptr<QuasiTriangular> tsave; in quasi_solve() local
113 tsave = std::make_unique<QuasiTriangular>(*t); in quasi_solve()
118tsave = std::make_unique<QuasiTriangularZero>(const_cast<const QuasiTriangularZero &>(dynamic_cast… in quasi_solve()
135 tsave->multVecTrans(xx, ConstVector(x)); in quasi_solve()
137 tsave->multVec(xx, ConstVector(x)); in quasi_solve()
/dports/mail/exim-monitor/exim-4.95/src/
H A Dparse.c316 uschar *tsave = t; in read_domain() local
372 if (t == tsave) /* empty component */ in read_domain()
425 uschar *tsave = t; in read_local_part() local
468 if (t == tsave && *s != '.') in read_local_part()
/dports/mail/exim-postgresql/exim-4.95/src/
H A Dparse.c316 uschar *tsave = t; in read_domain() local
372 if (t == tsave) /* empty component */ in read_domain()
425 uschar *tsave = t; in read_local_part() local
468 if (t == tsave && *s != '.') in read_local_part()
/dports/mail/exim-mysql/exim-4.95/src/
H A Dparse.c316 uschar *tsave = t; in read_domain() local
372 if (t == tsave) /* empty component */ in read_domain()
425 uschar *tsave = t; in read_local_part() local
468 if (t == tsave && *s != '.') in read_local_part()
/dports/mail/exim/exim-4.95/src/
H A Dparse.c316 uschar *tsave = t; in read_domain() local
372 if (t == tsave) /* empty component */ in read_domain()
425 uschar *tsave = t; in read_local_part() local
468 if (t == tsave && *s != '.') in read_local_part()

123456