Home
last modified time | relevance | path

Searched refs:got_target (Results 1 – 20 of 20) sorted by relevance

/dports/databases/postgresql-plproxy/plproxy-2.10.0/src/
H A Dparser.y35 static int got_run, got_cluster, got_connect, got_split, got_target; variable
48 got_run = got_cluster = got_connect = got_split = got_target = 0; in reset_parser_vars()
124 if (got_target)
126 got_target = 1; }
252 if (select_sql && got_target) in plproxy_run_parser()
/dports/audio/vitunes/vitunes-2.3/
H A Dkeybindings.c956 bool got_target; in kba_cut() local
981 got_target = false; in kba_cut()
984 while ((input = getch()) && !got_target) { in kba_cut()
992 got_target = true; in kba_cut()
998 got_target = true; in kba_cut()
1101 bool got_target; in kba_yank() local
1134 got_target = false; in kba_yank()
1137 while ((input = getch()) && !got_target) { in kba_yank()
1145 got_target = true; in kba_yank()
1151 got_target = true; in kba_yank()
/dports/games/sgt-puzzles/puzzles-20220128.c43a34f/unfinished/
H A Dnumgame.c1101 int got_target = false, target = 0; in main() local
1169 got_target = true; in main()
1215 if (got_target) { in main()
1225 s = do_search(nnumbers, numbers, rules, (got_target ? &target : NULL), in main()
1228 if (got_target) { in main()
1267 if (got_target || verbose) { in main()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dturret.cpp406 bool got_target = !trajectory.empty(); in turrets_aim() local
407 if( got_target ) { in turrets_aim()
420 return got_target; in turrets_aim()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dturret.cpp406 bool got_target = !trajectory.empty(); in turrets_aim() local
407 if( got_target ) { in turrets_aim()
420 return got_target; in turrets_aim()
/dports/lang/parrot/parrot-8.1.0/t/compilers/pge/perl6regex/
H A D01-regex.t207 if target != "''" goto got_target
210 got_target:
/dports/lang/parrot/parrot-8.1.0/t/compilers/pge/p5regex/
H A Dp5rx.t162 if target != "''" goto got_target
165 got_target:
/dports/net-im/twirssi/twirssi-2579820/
H A Dtwirssi.pl442 my $got_target = 0;
443 while (not $got_target and $data =~ s/^(\S+)\s*//) {
452 $got_target = 1;
456 if (not $got_target) {
/dports/irc/irssi-scripts/irssi-scripts/scripts/
H A Dtwirssi.pl442 my $got_target = 0;
443 while (not $got_target and $data =~ s/^(\S+)\s*//) {
452 $got_target = 1;
456 if (not $got_target) {
/dports/multimedia/lives/lives-3.2.0/src/
H A Domc-learn.c438 boolean got_target = FALSE; in midi_mangle() local
541 if (!got_target) { in midi_mangle()
/dports/games/nethack34/nethack-3.4.3/src/
H A Dapply.c435 goto got_target;
449 got_target:
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Dapply.c435 goto got_target;
449 got_target:
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Dapply.c442 goto got_target;
456 got_target:
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Dapply.c435 goto got_target;
449 got_target:
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Dapply.c461 goto got_target;
475 got_target:
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Dapply.c438 goto got_target;
452 got_target:
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dapply.c640 goto got_target;
657 got_target:
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dapply.c640 goto got_target;
657 got_target:
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Dapply.c667 goto got_target; in use_leash()
684 got_target: in use_leash()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-cast.cc1060 bool got_target = false; in _set_hex_target() local
1068 got_target = true; in _set_hex_target()
1071 if (got_target && targ_distance < min_distance in _set_hex_target()