Home
last modified time | relevance | path

Searched refs:still_going (Results 1 – 13 of 13) sorted by relevance

/dports/biology/wise/wise2.4.1/src/HMMer2/
H A Dmsf.c43 int still_going; /* True if writing another block */ in WriteMSF() local
94 still_going = 1; in WriteMSF()
95 while (still_going) in WriteMSF()
97 still_going = 0; in WriteMSF()
110 still_going = 1; in WriteMSF()
H A Dalignio.c305 int still_going; /* True if writing another block */ in WritePairwiseAlignment() local
328 still_going = TRUE; in WritePairwiseAlignment()
329 while (still_going) in WritePairwiseAlignment()
331 still_going = FALSE; in WritePairwiseAlignment()
342 still_going = TRUE; in WritePairwiseAlignment()
/dports/biology/tRNAscan-SE/tRNAscan-SE-2.0/src/
H A Dmsf.c45 int still_going; /* True if writing another block */ in WriteMSF() local
101 still_going = 1; in WriteMSF()
102 while (still_going) in WriteMSF()
104 still_going = 0; in WriteMSF()
117 still_going = 1; in WriteMSF()
H A Dalignio.c152 int still_going; /* True if writing another block */ in WritePairwiseAlignment() local
175 still_going = True; in WritePairwiseAlignment()
176 while (still_going) in WritePairwiseAlignment()
178 still_going = False; in WritePairwiseAlignment()
189 still_going = True; in WritePairwiseAlignment()
/dports/databases/memcached/memcached-1.6.12/t/
H A Dshutdown.t34 still_going($server);
44 still_going($server);
47 sub still_going {
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dutil.c360 int nStart=0, nEnd=strlen(pszStr)-1, still_going=TRUE; local
362 while (still_going) {
365 case '"': if (pszStr[nEnd] != '"') still_going = FALSE; break;
366 case '\'': if (pszStr[nEnd] != '\'') still_going = FALSE; break;
367 default: still_going = FALSE; break;
369 if (still_going) {
394 int still_going=TRUE; local
399 while (still_going && fgets(gszMsg, sizeof(gszMsg), pFile) != NULL) {
402 still_going = FALSE;
405 still_going = FALSE;
H A Ddialog.c315 int lead_index=0, last_index=0, still_going=TRUE; local
317 while (still_going && *lead_ptr != '\0') {
351 still_going = FALSE;
359 if (still_going && *lead_ptr == '\0') {
/dports/astro/phd2/phd2-2.6.10/
H A Dcam_OSPL130.cpp74 bool still_going = true; in Capture() local
94 while (still_going) { // wait for image to finish and d/l in Capture()
96 OSPL130_IsExposing(&still_going); in Capture()
H A Dcam_vfw.cpp135 bool still_going = true; in Capture() local
149 while (still_going) { in Capture()
159 still_going = false; in Capture()
H A Dcam_MeadeDSI.cpp226 bool still_going = true; in Capture() local
227 while (still_going) { // wait for image to finish and d/l in Capture()
229 still_going = !(MeadeCam->ImageReady); in Capture()
/dports/biology/clustal-omega/clustal-omega-1.2.4/src/squid/
H A Dalignio.c337 int still_going; /* True if writing another block */ in WritePairwiseAlignment() local
360 still_going = TRUE; in WritePairwiseAlignment()
361 while (still_going) in WritePairwiseAlignment()
363 still_going = FALSE; in WritePairwiseAlignment()
374 still_going = TRUE; in WritePairwiseAlignment()
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/
H A Danimation.py1477 still_going = super()._step(*args)
1478 if not still_going and self.repeat:
1485 return still_going
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/
H A Danimation.py1481 still_going = Animation._step(self, *args)
1482 if not still_going and self.repeat:
1493 return still_going