Home
last modified time | relevance | path

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

/dports/biology/gmap/gmap-2020-09-12/src/
H A Dsequence.c711 read_first_half (int *nextchar, bool *eolnp, FILE *fp, bool possible_fasta_header_p) { in read_first_half() argument
718 …if (possible_fasta_header_p == false || (*nextchar != '@' && *nextchar != '>' && *nextchar != '<' … in read_first_half()
943 char **pointer2b, int *length2b, int *skiplength, FILE *fp, bool possible_fasta_header_p) { in input_sequence() argument
953 if ((*length1 = read_first_half(&(*nextchar),&eolnp,fp,possible_fasta_header_p)) == 0) { in input_sequence()
H A Dshortread.c1511 FILE *fp, bool possible_fasta_header_p) { in input_oneline() argument
1524 …if (*nextchar == EOF || (possible_fasta_header_p == true && (*nextchar == '>' || *nextchar == '+')… in input_oneline()
1609 char **filecontents, bool possible_fasta_header_p) { in input_oneline_filecontents() argument
1623 (possible_fasta_header_p == true && (*nextchar == '>' || *nextchar == '+'))) { in input_oneline_filecontents()
1706 gzFile fp, bool possible_fasta_header_p) { in input_oneline_gzip() argument
1719 …if (*nextchar == EOF || (possible_fasta_header_p == true && (*nextchar == '>' || *nextchar == '+')… in input_oneline_gzip()
1816 Bzip2_T fp, bool possible_fasta_header_p) { in input_oneline_bzip2() argument
1829 …if (*nextchar == EOF || (possible_fasta_header_p == true && (*nextchar == '>' || *nextchar == '+')… in input_oneline_bzip2()