Home
last modified time | relevance | path

Searched refs:GetCommentRuleFromRuleSet (Results 1 – 3 of 3) sorted by relevance

/dports/biology/ncbi-toolkit/ncbi/api/
H A Dvalapi.h54 NLM_EXTERN CommentRulePtr GetCommentRuleFromRuleSet (CharPtr prefix);
H A Dvalapi.c213 NLM_EXTERN CommentRulePtr GetCommentRuleFromRuleSet (CharPtr prefix) in GetCommentRuleFromRuleSet() function
829 cr = GetCommentRuleFromRuleSet (prefix); in IsStructuredCommentValid()
895 && (cr = GetCommentRuleFromRuleSet (prefix)) != NULL) { in ReorderStructuredCommentFields()
/dports/biology/ncbi-toolkit/ncbi/sequin/
H A Dsequin10.c13875 comment_rule = GetCommentRuleFromRuleSet (tmp); in ApplyFormattedStructuredCommentBaseForm()