Query: Conditions by subtypePurpose: Returns the conditions in the input list that are defined as arraystm_r_co_array_co (stm_list in_list, int
*status);
Query: Conditions by attributesPurpose: Returns the conditions in the input list that match the specified attribute name and valueSyntax: stm_r_co_by_attributes_co
(stm_list in_list, char* attr_name, char*
attr_value, int *status);
Query: NonePurpose: Returns the conditions in the input list that have the specified structure type (for example, single or array) Query: Conditions with callback bindingsPurpose: Returns the conditions of the input list that have callback bindingsstm_r_co_callback_binding_co (stm_list
in_list, int *status);
Query: Conditions explicitly definedPurpose: Returns the conditions of the input list that were explicitly definedstm_r_co_explicit_defined_co (stm_list
in_list, int *status);
Query: Conditions whose names match a given patternPurpose: Returns all the conditions whose names match the specified patternstm_r_co_name_of_co (char* pattern, int
*status);
Query: Conditions by subtypePurpose: Returns the conditions in the input list that are defined as single Query: Conditions whose synonyms match a given patternPurpose: Returns all the conditions whose synonyms match the specified patternstm_r_co_synonym_of_co (char* pattern,
int *status);
Query: Unresolved conditionsPurpose: Returns the unresolved conditions in the input liststm_r_co_unresolved_co (stm_list in_list,
int *status);