Searched refs:xcomments (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dxgettext.h59 string_list_ty xcomments; /* auto-extracted comments */ member in struct:callshape
259 string_list_ty xcomments; /* auto-extracted comments */ member in struct:partial_call
H A Dxgettext.c1026 string_list_ty xcomments; local
1028 string_list_init (&xcomments);
1102 string_list_append (&xcomments, xcomment);
1135 /* Reverse the order of the xcomments. */
1136 string_list_init (&shapep->xcomments);
1137 for (i = xcomments.nitems; i > 0; )
1138 string_list_append (&shapep->xcomments, xcomments.item[--i]);
1139 string_list_destroy (&xcomments);
1152 string_list_init (&shapep->xcomments);
[all...]
H A Dx-perl.c1519 string_list_init (&shapes.shapes[0].xcomments);

Completed in 120 milliseconds