Home
last modified time | relevance | path

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

/dports/textproc/ffe/ffe-0.3.9/src/
H A Dparserc.c1243 struct structure *c_structure = structure; in parserc() local
1272 if(c_structure != NULL) while(c_structure->next != NULL) c_structure = c_structure->next; in parserc()
1290 structure = c_structure; in parserc()
1294 c_structure = c_structure->next; in parserc()
1296 c_structure->next = NULL; in parserc()
1299 c_structure->quote = 0; in parserc()
1300 c_structure->header = 0; in parserc()
1302 c_structure->vote = 0; in parserc()
1303 c_structure->o = NULL; in parserc()
1304 c_structure->r = NULL; in parserc()
[all …]
/dports/biology/viennarna/ViennaRNA-2.4.18/interfaces/
H A Dfile_formats.i128 char **c_names, **c_aln, *c_id, *c_structure; variable
130 int ret = vrna_file_msa_read(filename.c_str(), &c_names, &c_aln, &c_id, &c_structure, options);
148 *structure = (c_structure) ? c_structure : "";
153 free(c_structure);
168 char **c_names, **c_aln, *c_id, *c_structure; variable
170 int ret = vrna_file_msa_read_record(filehandle, &c_names, &c_aln, &c_id, &c_structure, options);
188 *structure = (c_structure) ? c_structure : "";
193 free(c_structure);
/dports/lang/sbcl/sbcl-1.3.13/contrib/sb-grovel/
H A Dsb-grovel.texinfo127 (:structure lisp-struct-name ("struct c_structure"
/dports/biology/viennarna/ViennaRNA-2.4.18/interfaces/Perl/
H A DRNA_wrap.cpp4678 char **c_names, **c_aln, *c_id, *c_structure; in my_file_msa_read() local
4680 int ret = vrna_file_msa_read(filename.c_str(), &c_names, &c_aln, &c_id, &c_structure, options); in my_file_msa_read()
4698 *structure = (c_structure) ? c_structure : ""; in my_file_msa_read()
4703 free(c_structure); in my_file_msa_read()
4718 char **c_names, **c_aln, *c_id, *c_structure; in my_file_msa_read_record() local
4720 int ret = vrna_file_msa_read_record(filehandle, &c_names, &c_aln, &c_id, &c_structure, options); in my_file_msa_read_record()
4738 *structure = (c_structure) ? c_structure : ""; in my_file_msa_read_record()
4743 free(c_structure); in my_file_msa_read_record()
/dports/biology/viennarna/ViennaRNA-2.4.18/interfaces/Python/
H A DRNA_wrap.cpp8943 char **c_names, **c_aln, *c_id, *c_structure; in my_file_msa_read() local
8945 int ret = vrna_file_msa_read(filename.c_str(), &c_names, &c_aln, &c_id, &c_structure, options); in my_file_msa_read()
8963 *structure = (c_structure) ? c_structure : ""; in my_file_msa_read()
8968 free(c_structure); in my_file_msa_read()
8983 char **c_names, **c_aln, *c_id, *c_structure; in my_file_msa_read_record() local
8985 int ret = vrna_file_msa_read_record(filehandle, &c_names, &c_aln, &c_id, &c_structure, options); in my_file_msa_read_record()
9003 *structure = (c_structure) ? c_structure : ""; in my_file_msa_read_record()
9008 free(c_structure); in my_file_msa_read_record()
/dports/biology/viennarna/ViennaRNA-2.4.18/interfaces/Python3/
H A DRNA_wrap.cpp9087 char **c_names, **c_aln, *c_id, *c_structure; in my_file_msa_read() local
9089 int ret = vrna_file_msa_read(filename.c_str(), &c_names, &c_aln, &c_id, &c_structure, options); in my_file_msa_read()
9107 *structure = (c_structure) ? c_structure : ""; in my_file_msa_read()
9112 free(c_structure); in my_file_msa_read()
9127 char **c_names, **c_aln, *c_id, *c_structure; in my_file_msa_read_record() local
9129 int ret = vrna_file_msa_read_record(filehandle, &c_names, &c_aln, &c_id, &c_structure, options); in my_file_msa_read_record()
9147 *structure = (c_structure) ? c_structure : ""; in my_file_msa_read_record()
9152 free(c_structure); in my_file_msa_read_record()