Searched defs:GERMANIC_PLURAL (Results 1 - 2 of 2) sorted by relevance

/external/e2fsprogs/intl/
H A Dplural-exp.c49 struct expression GERMANIC_PLURAL = variable in typeref:struct:expression
72 struct expression GERMANIC_PLURAL; variable in typeref:struct:expression
86 GERMANIC_PLURAL.nargs = 2;
87 GERMANIC_PLURAL.operation = not_equal;
88 GERMANIC_PLURAL.val.args[0] = &plvar;
89 GERMANIC_PLURAL.val.args[1] = &plone;
151 *pluralp = &GERMANIC_PLURAL;
H A Dplural-exp.h90 # define GERMANIC_PLURAL __gettext_germanic_plural macro
95 # define GERMANIC_PLURAL libintl_gettext_germanic_plural macro
100 # define GERMANIC_PLURAL germanic_plural macro
107 extern struct expression GERMANIC_PLURAL attribute_hidden;

Completed in 51 milliseconds