HomeSort by: relevance | last modified time | path
    Searched refs:xcomments (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/src/
xgettext.h 60 string_list_ty xcomments; /* auto-extracted comments */ member in struct:callshape
260 string_list_ty xcomments; /* auto-extracted comments */ member in struct:partial_call
xgettext.c 994 string_list_ty xcomments; local
996 string_list_init (&xcomments);
1070 string_list_append (&xcomments, xcomment);
1103 /* Reverse the order of the xcomments. */
1104 string_list_init (&shapep->xcomments);
1105 for (i = xcomments.nitems; i > 0; )
1106 string_list_append (&shapep->xcomments, xcomments.item[--i]);
1107 string_list_destroy (&xcomments);
1120 string_list_init (&shapep->xcomments);
    [all...]
x-perl.c 1514 string_list_init (&shapes.shapes[0].xcomments);

Completed in 18 milliseconds