Searched refs:xcomments (Results 1 – 6 of 6) sorted by relevance
44 string_list_ty xcomments; in split_keywordspec() local46 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()
81 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()
41 string_list_ty xcomments; /* auto-extracted comments */ member
47 string_list_ty xcomments; /* auto-extracted comments */ member
1556 string_list_init (&shapes.shapes[0].xcomments); in extract_variable()
4427 * 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.