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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dformat-librep.c225 enum format_arg_type type_both; local
228 type_both = type1;
232 type_both = FAT_NONE;
239 spec.numbered[j-1].type = type_both;
H A Dformat-pascal.c308 enum format_arg_type type_both; local
311 type_both = type1;
314 type_both = FAT_INTEGER;
318 type_both = type1;
325 numbered[j-1].type = type_both;
H A Dformat-elisp.c261 enum format_arg_type type_both; local
264 type_both = type1;
268 type_both = FAT_NONE;
275 spec.numbered[j-1].type = type_both;
H A Dformat-tcl.c303 enum format_arg_type type_both; local
306 type_both = type1;
310 type_both = FAT_NONE;
317 spec.numbered[j-1].type = type_both;
H A Dformat-java.c656 enum format_arg_type type_both; local
659 type_both = type1;
661 type_both = type2;
665 type_both = FAT_NONE;
672 spec.numbered[j-1].type = type_both;
H A Dformat-python.c331 enum format_arg_type type_both; local
334 type_both = type1;
336 type_both = type2;
340 type_both = FAT_NONE;
347 spec.named[j-1].type = type_both;
H A Dformat-awk.c422 enum format_arg_type type_both; local
425 type_both = type1;
429 type_both = FAT_NONE;
436 spec.numbered[j-1].type = type_both;
H A Dformat-perl.c494 format_arg_type_t type_both; local
497 type_both = type1;
501 type_both = FAT_NONE;
508 numbered[j-1].type = type_both;

Completed in 96 milliseconds