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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dformat-python.c61 Use of '(ident)' and use of unnamed argument specifications are exclusive,
94 struct unnamed_arg *unnamed; member in struct:spec
112 xstrdup (_("The string refers to arguments both through argument names and through unnamed argument specifications."))
127 spec.unnamed = NULL;
182 /* Named and unnamed specifications are exclusive. */
193 spec.unnamed = (struct unnamed_arg *) xrealloc (spec.unnamed, spec.allocated * sizeof (struct unnamed_arg));
195 spec.unnamed[spec.unnamed_arg_count].type = FAT_INTEGER;
211 /* Named and unnamed specifications are exclusive. */
222 spec.unnamed
[all...]

Completed in 87 milliseconds