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

  /src/external/gpl2/gettext/dist/gettext-tools/src/
format-pascal.c 68 FAT_INTEGER, /* integer */
182 /* Unnumbered argument of type FAT_INTEGER. */
189 numbered[numbered_arg_count].type = FAT_INTEGER;
209 /* Unnumbered argument of type FAT_INTEGER. */
216 numbered[numbered_arg_count].type = FAT_INTEGER;
241 type = FAT_INTEGER;
269 numbered[numbered_arg_count].type = FAT_INTEGER;
301 else if ((type1 == FAT_INTEGER && type2 == FAT_INTEGER64)
302 || (type1 == FAT_INTEGER64 && type2 == FAT_INTEGER))
303 type_both = FAT_INTEGER;
    [all...]
format-perl.c 79 FAT_INTEGER = 1,
293 numbered[numbered_arg_count].type = FAT_INTEGER;
338 numbered[numbered_arg_count].type = FAT_INTEGER;
411 type = FAT_INTEGER | FAT_SIZE_V;
414 type = FAT_INTEGER | size;
417 type = FAT_INTEGER | FAT_UNSIGNED | FAT_SIZE_V;
420 type = FAT_INTEGER | FAT_UNSIGNED | size;
682 case FAT_INTEGER:
format-php.c 60 FAT_INTEGER,
199 type = FAT_INTEGER;
428 case FAT_INTEGER:
format-awk.c 61 FAT_INTEGER,
196 spec.numbered[spec.numbered_arg_count].type = FAT_INTEGER;
216 spec.numbered[unnumbered_arg_count].type = FAT_INTEGER;
278 spec.numbered[spec.numbered_arg_count].type = FAT_INTEGER;
298 spec.numbered[unnumbered_arg_count].type = FAT_INTEGER;
320 type = FAT_INTEGER;
586 case FAT_INTEGER:
format-elisp.c 61 FAT_INTEGER,
153 spec.numbered[spec.numbered_arg_count].type = FAT_INTEGER;
178 spec.numbered[spec.numbered_arg_count].type = FAT_INTEGER;
198 type = FAT_INTEGER;
431 case FAT_INTEGER:
format-tcl.c 63 FAT_INTEGER,
190 spec.numbered[spec.numbered_arg_count].type = FAT_INTEGER;
215 spec.numbered[spec.numbered_arg_count].type = FAT_INTEGER;
242 type = (short_flag ? FAT_SHORT_INTEGER : FAT_INTEGER);
473 case FAT_INTEGER:
format-python.c 73 FAT_INTEGER,
191 spec.unnamed[spec.unnamed_arg_count].type = FAT_INTEGER;
219 spec.unnamed[spec.unnamed_arg_count].type = FAT_INTEGER;
243 type = FAT_INTEGER;
580 case FAT_INTEGER:
610 case FAT_INTEGER:
format-boost.c 79 FAT_INTEGER = 1,
244 spec.numbered[spec.numbered_arg_count].type = FAT_INTEGER;
266 spec.numbered[unnumbered_arg_count].type = FAT_INTEGER;
330 spec.numbered[spec.numbered_arg_count].type = FAT_INTEGER;
352 spec.numbered[unnumbered_arg_count].type = FAT_INTEGER;
380 type = FAT_INTEGER;
680 case FAT_INTEGER:
format-librep.c 59 FAT_INTEGER,
165 type = FAT_INTEGER;
395 case FAT_INTEGER:
format-gcc-internal.c 97 FAT_INTEGER = 1,
339 spec.numbered[spec.numbered_arg_count].type = FAT_INTEGER;
359 spec.numbered[unnumbered_arg_count].type = FAT_INTEGER;
381 type = FAT_INTEGER | size;
383 type = FAT_INTEGER | FAT_UNSIGNED | size;
409 type = FAT_INTEGER | FAT_FUNCPARAM;
706 case FAT_INTEGER:
709 case FAT_INTEGER | FAT_FUNCPARAM:
format-scheme.c 66 FAT_INTEGER, /* Meant for objects of type INTEGER. */
997 || e2->type == FAT_INTEGER_NULL || e2->type == FAT_INTEGER))
1003 || e1->type == FAT_INTEGER_NULL || e1->type == FAT_INTEGER))
1015 else if (e1->type == FAT_INTEGER_NULL && e2->type == FAT_INTEGER)
1019 else if (e2->type == FAT_INTEGER_NULL && e1->type == FAT_INTEGER)
1023 else if (e1->type == FAT_REAL && e2->type == FAT_INTEGER)
1027 else if (e2->type == FAT_REAL && e1->type == FAT_INTEGER)
1032 && (e2->type == FAT_REAL || e2->type == FAT_INTEGER))
1037 && (e1->type == FAT_REAL || e1->type == FAT_INTEGER))
1053 /* Each of FAT_CHARACTER, FAT_INTEGER, FAT_LIST, FAT_FORMATSTRIN
    [all...]
format-lisp.c 63 FAT_INTEGER, /* Meant for objects of type INTEGER. */
994 || e2->type == FAT_INTEGER_NULL || e2->type == FAT_INTEGER))
1000 || e1->type == FAT_INTEGER_NULL || e1->type == FAT_INTEGER))
1012 else if (e1->type == FAT_INTEGER_NULL && e2->type == FAT_INTEGER)
1016 else if (e2->type == FAT_INTEGER_NULL && e1->type == FAT_INTEGER)
1020 else if (e1->type == FAT_REAL && e2->type == FAT_INTEGER)
1024 else if (e2->type == FAT_REAL && e1->type == FAT_INTEGER)
1040 /* Each of FAT_CHARACTER, FAT_INTEGER, FAT_LIST, FAT_FORMATSTRING,
1401 || e2->type == FAT_INTEGER_NULL || e2->type == FAT_INTEGER))
1407 || e1->type == FAT_INTEGER_NULL || e1->type == FAT_INTEGER))
    [all...]
format-c.c 71 FAT_INTEGER = 1,
102 'signed char' = FAT_INTEGER | FAT_SIZE_CHAR,
103 'unsigned char' = FAT_INTEGER | FAT_SIZE_CHAR | FAT_UNSIGNED,
104 'short' = FAT_INTEGER | FAT_SIZE_SHORT,
105 'unsigned short' = FAT_INTEGER | FAT_SIZE_SHORT | FAT_UNSIGNED,
106 'int' = FAT_INTEGER,
107 'unsigned int' = FAT_INTEGER | FAT_UNSIGNED,
108 'long int' = FAT_INTEGER | FAT_SIZE_LONG,
109 'unsigned long int' = FAT_INTEGER | FAT_SIZE_LONG | FAT_UNSIGNED,
110 'long long int' = FAT_INTEGER | FAT_SIZE_LONGLONG
    [all...]

Completed in 31 milliseconds