Home
last modified time | relevance | path

Searched refs:xcomments (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dxgettext.c994 string_list_ty xcomments; in split_keywordspec() local
996 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 …]
H A Dxgettext.h60 string_list_ty xcomments; /* auto-extracted comments */ member
260 string_list_ty xcomments; /* auto-extracted comments */ member
H A Dx-perl.c1514 string_list_init (&shapes.shapes[0].xcomments); in extract_variable()
H A DChangeLog969 * 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.