Home
last modified time | relevance | path

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

/dports/biology/ncbi-toolkit/ncbi/network/spell/server/
H A Dspellsrv.c206 ValNodePtr head = NULL, vnp, vnp_l; in SPELLCheckString() local
229 vnp_l = head; in SPELLCheckString()
233 vnp_l->next = vnp; in SPELLCheckString()
234 vnp_l = vnp; in SPELLCheckString()
/dports/biology/ncbi-toolkit/ncbi/sequin/
H A Dsequin10.c10169 ValNodePtr vnp_h, vnp_l; in UserObjectFromRow() local
10186 vnp_l = line->data.ptrvalue; in UserObjectFromRow()
10187 if (vnp_l == NULL) { in UserObjectFromRow()
10193 vnp_l = vnp_l->next; in UserObjectFromRow()
10195 if (vnp_l == NULL || StringHasNoText (vnp_l->data.ptrvalue)) { in UserObjectFromRow()
10206 vnp_h = vnp_h->next, vnp_l = vnp_l->next) { in UserObjectFromRow()
10224 vnp_l = line->data.ptrvalue; in UserObjectFromRow()
10248 vnp_l = vnp_l->next; in UserObjectFromRow()
10251 while (vnp_l != NULL && StringHasNoText (vnp_l->data.ptrvalue)) { in UserObjectFromRow()
10252 vnp_l = vnp_l->next; in UserObjectFromRow()
[all …]
H A Dsequin8.c18186 ValNodePtr vnp, vnp_l; in ReleasemRNA() local
18222 for (vnp_l = link_list; in ReleasemRNA()
18223 vnp_l != NULL && !linked_to_selected; in ReleasemRNA()
18224 vnp_l = vnp_l->next) { in ReleasemRNA()
18225 if (vnp_l->data.ptrvalue == mrna) { in ReleasemRNA()
18228 cds_link_to_other = vnp_l->data.ptrvalue; in ReleasemRNA()
18239 for (vnp_l = link_list; in ReleasemRNA()
18240 vnp_l != NULL && linked_to_other == NULL; in ReleasemRNA()
18241 vnp_l = vnp_l->next) { in ReleasemRNA()
18242 if (vnp_l->data.ptrvalue != tp->selected_cds) { in ReleasemRNA()
[all …]
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dsqnutil2.c18328 ValNodePtr vnp_h, vnp_l; in CreateStructuredCommentsFromRow() local
18338 vnp_l = values; in CreateStructuredCommentsFromRow()
18370 vnp_l = vnp_l->next; in CreateStructuredCommentsFromRow()
18380 while (vnp_l != NULL && StringHasNoText (vnp_l->data.ptrvalue)) { in CreateStructuredCommentsFromRow()
18381 vnp_l = vnp_l->next; in CreateStructuredCommentsFromRow()
18383 if (vnp_l != NULL) { in CreateStructuredCommentsFromRow()
18396 ValNodePtr tmp, vnp_l; in CreateStructuredCommentsForAllFromTable() local
18401 for (vnp_l = tmp; vnp_l != NULL; vnp_l = vnp_l->next) { in CreateStructuredCommentsForAllFromTable()
18451 vnp_l = line->data.ptrvalue; in CreateStructuredCommentsFromFile()
18452 if (vnp_l != NULL) { in CreateStructuredCommentsFromFile()
[all …]
H A Dmacroapi.c39965 ValNodePtr vnp_l, vnp_o, obj_lists; in PrintSuspectRuleMatches() local
39975 …for (vnp_l = obj_lists, rule = rules; vnp_l != NULL && rule != NULL; vnp_l = vnp_l->next, rule = r… in PrintSuspectRuleMatches()
39976 if (ValNodeLen (vnp_l->data.ptrvalue) > 0) { in PrintSuspectRuleMatches()
39978 fprintf (fp, "%s:%d\n", summ, ValNodeLen (vnp_l->data.ptrvalue)); in PrintSuspectRuleMatches()
39999 ValNodePtr vnp_l, obj_lists, rval = NULL; in GetSuspectRuleDiscrepancies() local
40018 …for (vnp_l = obj_lists, rule = rules; vnp_l != NULL && rule != NULL; vnp_l = vnp_l->next, rule = r… in GetSuspectRuleDiscrepancies()
40019 if (ValNodeLen (vnp_l->data.ptrvalue) > 0) { in GetSuspectRuleDiscrepancies()
40026 vnp_l->data.ptrvalue = NULL; in GetSuspectRuleDiscrepancies()
40038 ValNodePtr vnp_l, vnp_o, obj_lists; in ApplySuspectRuleFixesToSeqEntry() local
40050 …for (vnp_l = obj_lists, rule = rules; vnp_l != NULL && rule != NULL; vnp_l = vnp_l->next, rule = r… in ApplySuspectRuleFixesToSeqEntry()
[all …]
/dports/biology/ncbi-toolkit/ncbi/demo/
H A Dtbl2asn.c8461 ValNodePtr table, header, line, vnp_l, tmp; in AddStructuredCommentsFromTabFileToDescriptorList() local
8496 for (vnp_l = tmp; vnp_l != NULL; vnp_l = vnp_l->next) { in AddStructuredCommentsFromTabFileToDescriptorList()
8497 uop = (UserObjectPtr) vnp_l->data.ptrvalue; in AddStructuredCommentsFromTabFileToDescriptorList()