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

  /src/external/gpl2/gettext/dist/gettext-tools/src/
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-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-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-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-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-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-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;

Completed in 28 milliseconds