Home
last modified time | relevance | path

Searched refs:shapep (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dxgettext.c985 const char **endp, struct callshape *shapep) in split_keywordspec() argument
1097 shapep->argnum1 = (argnum1 > 0 ? argnum1 : 1); in split_keywordspec()
1098 shapep->argnum2 = argnum2; in split_keywordspec()
1099 shapep->argnumc = argnumc; in split_keywordspec()
1100 shapep->argnum1_glib_context = argnum1_glib_context; in split_keywordspec()
1101 shapep->argnum2_glib_context = argnum2_glib_context; in split_keywordspec()
1102 shapep->argtotal = argtotal; in split_keywordspec()
1104 string_list_init (&shapep->xcomments); in split_keywordspec()
1106 string_list_append (&shapep->xcomments, xcomments.item[--i]); in split_keywordspec()
1114 shapep->argnum1 = 1; in split_keywordspec()
[all …]
H A Dxgettext.h65 struct callshape *shapep);