HomeSort by: relevance | last modified time | path
    Searched defs:type_both (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/src/
format-awk.c 402 enum format_arg_type type_both; local
405 type_both = type1;
409 type_both = FAT_NONE;
416 spec.numbered[j-1].type = type_both;
format-boost.c 500 enum format_arg_type type_both; local
503 type_both = type1;
505 type_both = type2;
509 type_both = FAT_NONE;
516 spec.numbered[j-1].type = type_both;
format-elisp.c 250 enum format_arg_type type_both; local
253 type_both = type1;
257 type_both = FAT_NONE;
264 spec.numbered[j-1].type = type_both;
format-java.c 640 enum format_arg_type type_both; local
643 type_both = type1;
645 type_both = type2;
649 type_both = FAT_NONE;
656 spec.numbered[j-1].type = type_both;
format-librep.c 214 enum format_arg_type type_both; local
217 type_both = type1;
221 type_both = FAT_NONE;
228 spec.numbered[j-1].type = type_both;
format-pascal.c 297 enum format_arg_type type_both; local
300 type_both = type1;
303 type_both = FAT_INTEGER;
307 type_both = type1;
314 numbered[j-1].type = type_both;
format-perl.c 477 enum format_arg_type type_both; local
480 type_both = type1;
484 type_both = FAT_NONE;
491 numbered[j-1].type = type_both;
format-php.c 247 enum format_arg_type type_both; local
250 type_both = type1;
254 type_both = type1;
261 numbered[j-1].type = type_both;
format-python.c 315 enum format_arg_type type_both; local
318 type_both = type1;
320 type_both = type2;
324 type_both = FAT_NONE;
331 spec.named[j-1].type = type_both;
format-tcl.c 289 enum format_arg_type type_both; local
292 type_both = type1;
296 type_both = FAT_NONE;
303 spec.numbered[j-1].type = type_both;
format-gcc-internal.c 495 enum format_arg_type type_both; local
498 type_both = type1;
502 type_both = FAT_NONE;
509 spec.numbered[j-1].type = type_both;
format-c.c 738 enum format_arg_type type_both; local
741 type_both = type1;
745 type_both = FAT_NONE;
752 numbered[j-1].type = type_both;

Completed in 26 milliseconds