Home
last modified time | relevance | path

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

/third_party/gettext/gettext-tools/src/
Dxg-arglist-callshape.c199 struct callshapes *old_shapes = (struct callshapes *) old_value; in insert_keyword_callshape() local
204 for (i = 0; i < old_shapes->nshapes; i++) in insert_keyword_callshape()
205 if (old_shapes->shapes[i].argnum1 == shape->argnum1 in insert_keyword_callshape()
206 && old_shapes->shapes[i].argnum2 == shape->argnum2 in insert_keyword_callshape()
207 && old_shapes->shapes[i].argnumc == shape->argnumc in insert_keyword_callshape()
208 && old_shapes->shapes[i].argnum1_glib_context in insert_keyword_callshape()
210 && old_shapes->shapes[i].argnum2_glib_context in insert_keyword_callshape()
212 && old_shapes->shapes[i].argtotal == shape->argtotal) in insert_keyword_callshape()
214 old_shapes->shapes[i].xcomments = shape->xcomments; in insert_keyword_callshape()
225 xtimes (old_shapes->nshapes, in insert_keyword_callshape()
[all …]