Searched refs:GERMANIC_PLURAL (Results 1 – 4 of 4) sorted by relevance
48 const struct expression GERMANIC_PLURAL = variable71 struct expression GERMANIC_PLURAL; variable85 GERMANIC_PLURAL.nargs = 2; in init_germanic_plural()86 GERMANIC_PLURAL.operation = not_equal; in init_germanic_plural()87 GERMANIC_PLURAL.val.args[0] = &plvar; in init_germanic_plural()88 GERMANIC_PLURAL.val.args[1] = &plone; in init_germanic_plural()150 *pluralp = &GERMANIC_PLURAL; in EXTRACT_PLURAL_EXPRESSION()
90 # define GERMANIC_PLURAL __gettext_germanic_plural macro95 # define GERMANIC_PLURAL libintl_gettext_germanic_plural macro100 # define GERMANIC_PLURAL germanic_plural macro106 extern const struct expression GERMANIC_PLURAL attribute_hidden;
8825 (GERMANIC_PLURAL): Declare as hidden.
4742 * intl/plural-exp.c (GERMANIC_PLURAL): Mark as const.