Searched refs:xcomments (Results 1 – 4 of 4) sorted by relevance
994 string_list_ty xcomments; in split_keywordspec() local996 string_list_init (&xcomments); in split_keywordspec()1070 string_list_append (&xcomments, xcomment); in split_keywordspec()1104 string_list_init (&shapep->xcomments); in split_keywordspec()1105 for (i = xcomments.nitems; i > 0; ) in split_keywordspec()1106 string_list_append (&shapep->xcomments, xcomments.item[--i]); in split_keywordspec()1107 string_list_destroy (&xcomments); in split_keywordspec()1120 string_list_init (&shapep->xcomments); in split_keywordspec()1121 string_list_destroy (&xcomments); in split_keywordspec()1165 old_shapes->shapes[i].xcomments = shape->xcomments; in insert_keyword_callshape()[all …]
60 string_list_ty xcomments; /* auto-extracted comments */ member260 string_list_ty xcomments; /* auto-extracted comments */ member
1514 string_list_init (&shapes.shapes[0].xcomments); in extract_variable()
969 * xgettext.h (struct callshape): New field 'xcomments'.970 (struct partial_call): New field 'xcomments'.973 (insert_keyword_callshape): Store the xcomments from the new shape.