Searched refs:is_format1 (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dxgettext.h88 /*enum is_format*/ unsigned int is_format1 : 3; member in struct:flag_context_ty
H A Dxgettext.c1207 result.is_format1 = outer_context.is_format1;
1334 list->flags.is_format1 = value;
1363 list->flags.is_format1 = value;
1384 list->flags.is_format1 = value;
1412 list->flags.is_format1 = value;
1898 if (context.is_format1 != undecided || context.is_format2 != undecided)
1904 && context.is_format1 != undecided)
1905 is_format[i] = (enum is_format) context.is_format1;

Completed in 182 milliseconds