Lines Matching refs:expression
3 /* Expression parsing for plural form selection.
35 /* These structs are the constant expression for the germanic plural
36 form determination. It represents the expression "n != 1". */
37 static const struct expression plvar =
42 static const struct expression plone =
51 struct expression GERMANIC_PLURAL =
59 [0] = (struct expression *) &plvar,
60 [1] = (struct expression *) &plone
72 static struct expression plvar;
73 static struct expression plone;
74 struct expression GERMANIC_PLURAL;
101 EXTRACT_PLURAL_EXPRESSION (const char *nullentry, struct expression **pluralp,