Home
last modified time | relevance | path

Searched refs:total_comment (Results 1 – 5 of 5) sorted by relevance

/dports/devel/gettext-tools/gettext-0.21/gettext-tools/src/
H A Dmsggrep.c750 char *total_comment; in is_message_selected_no_invert() local
758 total_comment = (char *) xmalloca (length); in is_message_selected_no_invert()
760 q = total_comment; in is_message_selected_no_invert()
769 if (q != total_comment + length) in is_message_selected_no_invert()
772 selected = is_string_selected (3, total_comment, length); in is_message_selected_no_invert()
774 freea (total_comment); in is_message_selected_no_invert()
785 char *total_comment; in is_message_selected_no_invert() local
793 total_comment = (char *) xmalloca (length); in is_message_selected_no_invert()
795 q = total_comment; in is_message_selected_no_invert()
804 if (q != total_comment + length) in is_message_selected_no_invert()
[all …]
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/src/
H A Dmsggrep.c750 char *total_comment; in is_message_selected_no_invert() local
758 total_comment = (char *) xmalloca (length); in is_message_selected_no_invert()
760 q = total_comment; in is_message_selected_no_invert()
769 if (q != total_comment + length) in is_message_selected_no_invert()
772 selected = is_string_selected (3, total_comment, length); in is_message_selected_no_invert()
774 freea (total_comment); in is_message_selected_no_invert()
785 char *total_comment; in is_message_selected_no_invert() local
793 total_comment = (char *) xmalloca (length); in is_message_selected_no_invert()
795 q = total_comment; in is_message_selected_no_invert()
804 if (q != total_comment + length) in is_message_selected_no_invert()
[all …]
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/src/
H A Dmsggrep.c750 char *total_comment; in is_message_selected_no_invert() local
758 total_comment = (char *) xmalloca (length); in is_message_selected_no_invert()
760 q = total_comment; in is_message_selected_no_invert()
769 if (q != total_comment + length) in is_message_selected_no_invert()
772 selected = is_string_selected (3, total_comment, length); in is_message_selected_no_invert()
774 freea (total_comment); in is_message_selected_no_invert()
785 char *total_comment; in is_message_selected_no_invert() local
793 total_comment = (char *) xmalloca (length); in is_message_selected_no_invert()
795 q = total_comment; in is_message_selected_no_invert()
804 if (q != total_comment + length) in is_message_selected_no_invert()
[all …]
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/src/
H A Dmsggrep.c750 char *total_comment; in is_message_selected_no_invert() local
758 total_comment = (char *) xmalloca (length); in is_message_selected_no_invert()
760 q = total_comment; in is_message_selected_no_invert()
769 if (q != total_comment + length) in is_message_selected_no_invert()
772 selected = is_string_selected (3, total_comment, length); in is_message_selected_no_invert()
774 freea (total_comment); in is_message_selected_no_invert()
785 char *total_comment; in is_message_selected_no_invert() local
793 total_comment = (char *) xmalloca (length); in is_message_selected_no_invert()
795 q = total_comment; in is_message_selected_no_invert()
804 if (q != total_comment + length) in is_message_selected_no_invert()
[all …]
/dports/biology/ncbi-toolkit/ncbi/sequin/
H A Dsequin2.c7623 CharPtr comment, comment_loc, total_comment = NULL, tmp_comment; in AddCodingRegionFieldsFromProteinTitle() local
7653 if (total_comment == NULL) in AddCodingRegionFieldsFromProteinTitle()
7655 total_comment = comment; in AddCodingRegionFieldsFromProteinTitle()
7660 …tmp_comment = (CharPtr) MemNew ((StringLen (total_comment) + StringLen (comment) + 3) * sizeof (Ch… in AddCodingRegionFieldsFromProteinTitle()
7663 StringCpy (tmp_comment, total_comment); in AddCodingRegionFieldsFromProteinTitle()
7666 total_comment = MemFree (total_comment); in AddCodingRegionFieldsFromProteinTitle()
7667 total_comment = tmp_comment; in AddCodingRegionFieldsFromProteinTitle()
7676 *pcomment = total_comment; in AddCodingRegionFieldsFromProteinTitle()