Home
last modified time | relevance | path

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

/dports/biology/ncbi-toolkit/ncbi/api/
H A Dmacroapi.h288 NLM_EXTERN Boolean IsTextMarkerEmpty (TextMarkerPtr marker);
H A Dmacroapi.c5684 NLM_EXTERN Boolean IsTextMarkerEmpty (TextMarkerPtr marker) in IsTextMarkerEmpty() function
5835 || (IsTextMarkerEmpty (text_portion->left_marker) in IsTextPortionEmpty()
5894 if (!IsTextMarkerEmpty(text_portion->left_marker)) in GetTextPortionFromString()
5914 || IsTextMarkerEmpty(text_portion->right_marker)) in GetTextPortionFromString()
5963 if (IsTextMarkerEmpty (text_portion->right_marker)) { in ReplaceStringForParse()
6008 if (!IsTextMarkerEmpty (text_portion->left_marker)) { in RemoveTextPortionFromString()
20735 if (IsTextMarkerEmpty(text_portion->left_marker)) { in HasMarkers()
20736 if (IsTextMarkerEmpty(text_portion->right_marker)) { in HasMarkers()
20744 } else if (IsTextMarkerEmpty(text_portion->right_marker) in HasMarkers()
32468 if (IsTextMarkerEmpty (text_marker)) { in SummarizeTextMarker()
[all …]
/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Dmacrodlg.c1089 if (IsTextMarkerEmpty(tdata)) { in DialogToTextMarker()
1292 SetStatus (tdlg->rem_before, !IsTextMarkerEmpty(tdata->left_marker)); in TextPortionToDialog()
1293 SetStatus (tdlg->rem_after, !IsTextMarkerEmpty(tdata->right_marker)); in TextPortionToDialog()