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

/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dxgettext.h91 /*enum is_format*/ unsigned int is_format2 : 3; member in struct:flag_context_ty
H A Dxgettext.c1212 result.is_format2 = outer_context.is_format2;
1338 list->flags.is_format2 = value;
1367 list->flags.is_format2 = value;
1388 list->flags.is_format2 = value;
1416 list->flags.is_format2 = value;
1898 if (context.is_format1 != undecided || context.is_format2 != undecided)
1907 && context.is_format2 != undecided)
1908 is_format[i] = (enum is_format) context.is_format2;

Completed in 227 milliseconds