Home
last modified time | relevance | path

Searched refs:envcount (Results 1 – 25 of 72) sorted by path

123

/dports/audio/festalon/festalon/src/nes/ext/
H A Dfds.c40 int64 envcount; // Envelope cycle counter member
253 fdso->envcount--; in FDSDoSound()
254 if(fdso->envcount<=0) in FDSDoSound()
256 fdso->envcount+=SPSG[0xA]*3; in FDSDoSound()
/dports/devel/ecgi/ecgi-0.6.3/src/
H A Decgi.c258 int count=0, subcount, i=0, envcount=0; in cgiSaveDebugData() local
300 while(environ[i++]!=NULL) envcount++; in cgiSaveDebugData()
301 fwrite(&envcount, 1, 4, f); in cgiSaveDebugData()
315 int count, subcount, type, mflen, envcount; in cgiLoadDebugData() local
341 fread(&envcount, 1, 4, f); in cgiLoadDebugData()
342 while(envcount-->0) in cgiLoadDebugData()
/dports/devel/libuv/libuv-v1.42.0/test/
H A Dtest-env-vars.c33 int i, r, envcount, found, found_win_special; in TEST_IMPL() local
112 r = uv_os_environ(&envitems, &envcount); in TEST_IMPL()
114 ASSERT(envcount > 0); in TEST_IMPL()
119 for (i = 0; i < envcount; i++) { in TEST_IMPL()
137 uv_os_free_environ(envitems, envcount); in TEST_IMPL()
/dports/devel/luv/luv-1.41.0-0/src/
H A Dmisc.c640 int i, ret, envcount; in luv_os_environ() local
642 ret = uv_os_environ(&envitems, &envcount); in luv_os_environ()
645 for(i=0; i<envcount; i++) { in luv_os_environ()
650 uv_os_free_environ(envitems, envcount); in luv_os_environ()
/dports/devel/py-uvloop/uvloop-0.16.0/vendor/libuv/test/
H A Dtest-env-vars.c33 int i, r, envcount, found, found_win_special; in TEST_IMPL() local
112 r = uv_os_environ(&envitems, &envcount); in TEST_IMPL()
114 ASSERT(envcount > 0); in TEST_IMPL()
119 for (i = 0; i < envcount; i++) { in TEST_IMPL()
137 uv_os_free_environ(envitems, envcount); in TEST_IMPL()
/dports/editors/fpc-ide/fpc-3.2.2/rtl/emx/
H A Ddos.pas850 function envcount:longint;assembler; in envcount() function
861 if (index<=0) or (index>envcount) then
/dports/editors/fpc-ide/fpc-3.2.2/rtl/go32v2/
H A Ddos.pp411 for i:=1 to envcount do
1177 function envcount : longint;
1182 envcount:=0;
1185 inc(envcount);
1193 if (index<=0) or (index>envcount) then
/dports/editors/fpc-ide/fpc-3.2.2/rtl/msdos/
H A Ddos.pp990 function envcount : longint;
994 envcount := GetEnvStr(-1, tmpstr);
1012 for I := 1 to envcount do
/dports/editors/fpc-ide/fpc-3.2.2/rtl/netware/
H A Ddos.pp449 function envcount : longint;
451 envcount := 0; {is there a netware function to do that ?????}
452 ConsolePrintf ('warning: fpc dos.envcount not implemented'#13#10);
/dports/editors/fpc-ide/fpc-3.2.2/rtl/os2/
H A Ddos.pas623 function envcount:longint; in envcount() function
625 envcount:=envc;
634 if (index<=0) or (index>envcount) then
/dports/editors/fpc-ide/fpc-3.2.2/rtl/watcom/
H A Ddos.pp216 for i:=1 to envcount do
801 function envcount : longint;
806 envcount:=0;
809 inc(envcount);
817 if (index<=0) or (index>envcount) then
/dports/editors/fpc-ide/fpc-3.2.2/rtl/win/
H A Ddos.pp773 function envcount : longint;
788 envcount:=count;
797 { envcount takes some time in win32 }
798 count:=envcount;
/dports/editors/fpc-ide/fpc-3.2.2/rtl/win16/
H A Ddos.pp977 function envcount : longint;
981 envcount := GetEnvStr(-1, tmpstr);
999 for I := 1 to envcount do
/dports/editors/fpc-ide/fpc-3.2.2/rtl/wince/
H A Ddos.pp540 function envcount : longint;
542 envcount:=0;
/dports/editors/kile/kile-09ee4ef0417165b93da82c1fc057b9e1713a0c05/src/
H A Deditorextension.cpp1370 unsigned int envcount = 0; in findEnvironmentTag() local
1413 ++envcount; in findEnvironmentTag()
1416 if(envcount > 0) { in findEnvironmentTag()
1417 --envcount; in findEnvironmentTag()
/dports/editors/lazarus-qt5/docs/chm/
H A Drtl.xct3941 EnvCount dos/envcount.html
/dports/editors/lazarus/docs/chm/
H A Drtl.xct3941 EnvCount dos/envcount.html
/dports/games/libretro-fceumm/libretro-fceumm-91ccd3b/src/
H A Dfds_apu.c34 int64 envcount; /* Envelope cycle counter */ member
203 fdso.envcount--; in FDSDoSound()
204 if (fdso.envcount <= 0) { in FDSDoSound()
205 fdso.envcount += SPSG[0xA] * 3; in FDSDoSound()
/dports/lang/fpc-source/fpc-3.2.2/rtl/emx/
H A Ddos.pas850 function envcount:longint;assembler; in envcount() function
861 if (index<=0) or (index>envcount) then
/dports/lang/fpc-source/fpc-3.2.2/rtl/go32v2/
H A Ddos.pp411 for i:=1 to envcount do
1177 function envcount : longint;
1182 envcount:=0;
1185 inc(envcount);
1193 if (index<=0) or (index>envcount) then
/dports/lang/fpc-source/fpc-3.2.2/rtl/msdos/
H A Ddos.pp990 function envcount : longint;
994 envcount := GetEnvStr(-1, tmpstr);
1012 for I := 1 to envcount do
/dports/lang/fpc-source/fpc-3.2.2/rtl/netware/
H A Ddos.pp449 function envcount : longint;
451 envcount := 0; {is there a netware function to do that ?????}
452 ConsolePrintf ('warning: fpc dos.envcount not implemented'#13#10);
/dports/lang/fpc-source/fpc-3.2.2/rtl/os2/
H A Ddos.pas623 function envcount:longint; in envcount() function
625 envcount:=envc;
634 if (index<=0) or (index>envcount) then
/dports/lang/fpc-source/fpc-3.2.2/rtl/watcom/
H A Ddos.pp216 for i:=1 to envcount do
801 function envcount : longint;
806 envcount:=0;
809 inc(envcount);
817 if (index<=0) or (index>envcount) then
/dports/lang/fpc-source/fpc-3.2.2/rtl/win/
H A Ddos.pp773 function envcount : longint;
788 envcount:=count;
797 { envcount takes some time in win32 }
798 count:=envcount;

123