Home
last modified time | relevance | path

Searched refs:blasttype (Results 1 – 6 of 6) sorted by relevance

/dports/biology/p5-BioPerl-Run/BioPerl-Run-1.007003/lib/Bio/Tools/Run/
H A DStandAloneBlast.pm371 my $blasttype = $DEFAULTBLASTTYPE;
375 $blasttype = 'WU';
380 my $module = "Bio::Tools::Run::StandAlone${blasttype}Blast";
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/tcltk/
H A Dtkmap.c212 int blasttype);
381 mapw->blasttype = -1; in mapw_cmd()
3568 mapw->blasttype = blasttype; in draw_unit_blast()
3571 mapw->blasttype = -1; in draw_unit_blast()
3587 mapw->blasttype = blasttype; in draw_cell_blast()
3590 ++mapw->blasttype; in draw_cell_blast()
3593 ++mapw->blasttype; in draw_cell_blast()
3596 mapw->blasttype = -1; in draw_cell_blast()
3599 mapw->blasttype = blasttype; in draw_cell_blast()
3603 mapw->blasttype = -1; in draw_cell_blast()
[all …]
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/curses/
H A Dcconq.c1522 int j, unitid, blasttype; in play_movies() local
1538 blasttype = (movies[j].itype == movie_miss ? 0 : in play_movies()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/x11/
H A Dxtconq.h693 int sw, int sh, int blasttype);
H A Dxdraw.c1479 draw_blast_image(Side *side, Map *map, int sx, int sy, int sw, int sh, int blasttype) in draw_blast_image() argument
1487 XSetClipMask(dpy, gc, side->ui->hitpics[blasttype]); in draw_blast_image()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/sdl/
H A Dsdlmap.cc39 int blasttype);