Home
last modified time | relevance | path

Searched refs:already_got_one (Results 1 – 4 of 4) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/default/python/AI/
H A DProductionAI.py678 already_got_one = 99
683 if system and system.starType < already_got_one:
684 already_got_one = system.starType
690 if (not best_locs) or (already_got_one < 99 and already_got_one <= best_type):
742 already_got_one = False
790 already_got_one = False
794 already_got_one = True
823 already_got_one = False
827 already_got_one = True
841 already_got_one = False
[all …]
/dports/mail/alpine/alpine-465e23b/pith/charconv/
H A Dutf8.c2369 int i, w, w2, already_got_one = 0; in line_paint() local
2535 if(already_got_one || displ->dl[di] != displ->olddl[di]){ in line_paint()
2537 if(!already_got_one++){ in line_paint()
/dports/editors/pico-alpine/alpine-465e23b/pith/charconv/
H A Dutf8.c2369 int i, w, w2, already_got_one = 0; in line_paint() local
2535 if(already_got_one || displ->dl[di] != displ->olddl[di]){ in line_paint()
2537 if(!already_got_one++){ in line_paint()
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/Repository/
H A DHashed.hs372 already_got_one <- peekInCache cache HashedPatchesDir (getValidHash pHash)
373 unless already_got_one $