Home
last modified time | relevance | path

Searched refs:typematches (Results 1 – 2 of 2) sorted by relevance

/dports/biology/gmap/gmap-2020-09-12/src/
H A Diit-read.c5633 return typematches; in IIT_get_typed()
5637 FREE(typematches); in IIT_get_typed()
5643 FREE(typematches); in IIT_get_typed()
5693 FREE(typematches); in IIT_get_typed_with_divno()
5698 FREE(typematches); in IIT_get_typed_with_divno()
5744 FREE(typematches); in IIT_get_typed_signed()
5750 FREE(typematches); in IIT_get_typed_signed()
5801 FREE(typematches); in IIT_get_typed_signed_with_divno()
5806 FREE(typematches); in IIT_get_typed_signed_with_divno()
5860 FREE(typematches); in IIT_get_multiple_typed()
[all …]
H A Dstage3.c5907 int *typematches, nmatches; in Stage3_new() local
6026 typematches = IIT_get_typed(&nmatches,altstrain_iit,/*divstring*/NULL, in Stage3_new()
6029 typematches = IIT_get_typed(&nmatches,altstrain_iit,/*divstring*/NULL, in Stage3_new()
6032 if (typematches == NULL) { in Stage3_new()
6036 FREE(typematches); in Stage3_new()