Home
last modified time | relevance | path

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

/third_party/gettext/gettext-tools/src/
Dxg-arglist-callshape.c44 string_list_ty xcomments; in split_keywordspec() local
46 string_list_init (&xcomments); in split_keywordspec()
120 string_list_append (&xcomments, xcomment); in split_keywordspec()
154 string_list_init (&shapep->xcomments); in split_keywordspec()
155 for (i = xcomments.nitems; i > 0; ) in split_keywordspec()
156 string_list_append (&shapep->xcomments, xcomments.item[--i]); in split_keywordspec()
157 string_list_destroy (&xcomments); in split_keywordspec()
170 string_list_init (&shapep->xcomments); in split_keywordspec()
171 string_list_destroy (&xcomments); in split_keywordspec()
214 old_shapes->shapes[i].xcomments = shape->xcomments; in insert_keyword_callshape()
Dxg-arglist-parser.c81 ap->alternative[i].xcomments = shapes->shapes[i].xcomments; in arglist_parser_alloc()
127 ccp->xcomments = cp->xcomments; in arglist_parser_clone()
517 if (best_cp->xcomments.nitems > 0) in arglist_parser_done()
523 for (i = 0; i < best_cp->xcomments.nitems; i++) in arglist_parser_done()
525 const char *xcomment = best_cp->xcomments.item[i]; in arglist_parser_done()
Dxg-arglist-callshape.h41 string_list_ty xcomments; /* auto-extracted comments */ member
Dxg-arglist-parser.h47 string_list_ty xcomments; /* auto-extracted comments */ member
Dx-perl.c1556 string_list_init (&shapes.shapes[0].xcomments); in extract_variable()
DChangeLog.14427 * xgettext.h (struct callshape): New field 'xcomments'.
4428 (struct partial_call): New field 'xcomments'.
4431 (insert_keyword_callshape): Store the xcomments from the new shape.