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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dformat-python.c91 unsigned int unnamed_arg_count; member in struct:spec
124 spec.unnamed_arg_count = 0;
190 if (spec.allocated == spec.unnamed_arg_count)
195 spec.unnamed[spec.unnamed_arg_count].type = FAT_INTEGER;
196 spec.unnamed_arg_count++;
219 if (spec.allocated == spec.unnamed_arg_count)
224 spec.unnamed[spec.unnamed_arg_count].type = FAT_INTEGER;
225 spec.unnamed_arg_count++;
273 if (spec.unnamed_arg_count > 0)
301 if (spec.allocated == spec.unnamed_arg_count)
[all...]

Completed in 26 milliseconds