Searched refs:callshapes (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dxgettext.h67 struct callshapes struct
76 'struct callshapes *'. */
272 'struct callshapes'. */
285 const struct callshapes *shapes);
H A Dx-sh.c1200 const struct callshapes *shapes = NULL;
1266 shapes = (const struct callshapes *) keyword_value;
H A Dx-awk.c700 const struct callshapes *next_shapes = NULL;
742 next_shapes = (const struct callshapes *) keyword_value;
H A Dx-scheme.c732 const struct callshapes *shapes = NULL;
780 shapes = (const struct callshapes *) keyword_value;
H A Dx-elisp.c646 const struct callshapes *shapes = NULL;
695 shapes = (const struct callshapes *) keyword_value;
H A Dx-tcl.c855 const struct callshapes *shapes = NULL;
913 shapes = (const struct callshapes *) keyword_value;
H A Dxgettext.c1166 /* Create a one-element 'struct callshapes'. */
1167 struct callshapes *shapes = XMALLOC (struct callshapes);
1179 /* Found a 'struct callshapes'. See whether it already contains the
1181 struct callshapes *old_shapes = (struct callshapes *) old_value;
1203 /* Replace the existing 'struct callshapes' with a new one. */
1204 struct callshapes *shapes =
1205 (struct callshapes *)
1206 xmalloc (xsum (sizeof (struct callshapes),
[all...]
H A Dx-java.c1235 const struct callshapes *next_shapes = NULL;
1305 next_shapes = (const struct callshapes *) keyword_value;
H A Dx-python.c1667 const struct callshapes *next_shapes = NULL;
1694 next_shapes = (const struct callshapes *) keyword_value;
H A Dx-csharp.c1882 const struct callshapes *next_shapes = NULL;
1952 next_shapes = (const struct callshapes *) keyword_value;
H A Dx-perl.c1506 const struct callshapes *shapes =
1507 (const struct callshapes *) keyword_value;
1509 struct callshapes shapes;
2885 const struct callshapes *next_shapes = NULL;
3017 const struct callshapes *shapes =
3018 (const struct callshapes *) keyword_value;

Completed in 251 milliseconds