Home
last modified time | relevance | path

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

/dports/biology/diamond/diamond-2.0.13/src/tools/
H A Dtools.cpp33 size_t query_hit; in filter_blasttab() local
37 query_hit = 0; in filter_blasttab()
40 ++query_hit; in filter_blasttab()
41 if(query_hit < config.max_alignments && r.evalue <= config.max_evalue) in filter_blasttab()
/dports/games/spellcast/spellcast/
H A Dxquery.c537 int qtype = py->answers[py->query_hit].query->qtype;
544 hand = (strstr(py->answers[py->query_hit].qu_str, "right hand") ? 1 : 0);
570 int query_hit(py, xpos, ypos, button) in query_hit() function
641 py->query_hit = hitq;
679 int qtype = py->answers[py->query_hit].query->qtype;
761 int qtype = py->answers[py->query_hit].query->qtype;
767 py->answers[py->query_hit].answer = py->query_sel;
768 py->answers[py->query_hit].done = 1;
772 py->answers[py->query_hit].answer = py->query_tl->tnums[py->query_sel];
773 py->answers[py->query_hit].done = 1;
[all …]
H A Dxspell.h93 int query_hit; member
H A Dxloop.c105 py->mousestate = query_hit(py, event.xbutton.x, in mainloop()