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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dformat-sh.c65 unsigned int named_arg_count; member in struct:spec
96 spec.named_arg_count = 0;
201 if (spec.allocated == spec.named_arg_count)
206 spec.named[spec.named_arg_count].name = name;
207 spec.named_arg_count++;
213 if (spec.named_arg_count > 1)
217 qsort (spec.named, spec.named_arg_count, sizeof (struct named_arg),
221 for (i = j = 0; i < spec.named_arg_count; i++)
230 spec.named_arg_count = j;
241 for (i = 0; i < spec.named_arg_count;
[all...]
H A Dformat-perl-brace.c48 unsigned int named_arg_count; member in struct:spec
70 spec.named_arg_count = 0;
103 if (spec.allocated == spec.named_arg_count)
108 spec.named[spec.named_arg_count].name = name;
109 spec.named_arg_count++;
119 if (spec.named_arg_count > 1)
123 qsort (spec.named, spec.named_arg_count, sizeof (struct named_arg),
127 for (i = j = 0; i < spec.named_arg_count; i++)
136 spec.named_arg_count = j;
152 for (i = 0; i < spec->named_arg_count;
[all...]
H A Dformat-python.c90 unsigned int named_arg_count; member in struct:spec
123 spec.named_arg_count = 0;
183 if (spec.named_arg_count > 0)
212 if (spec.named_arg_count > 0)
280 if (spec.allocated == spec.named_arg_count)
285 spec.named[spec.named_arg_count].name = name;
286 spec.named[spec.named_arg_count].type = type;
287 spec.named_arg_count++;
294 if (spec.named_arg_count > 0)
316 if (spec.named_arg_count >
[all...]

Completed in 63 milliseconds