Home
last modified time | relevance | path

Searched refs:expression (Results 1 – 6 of 6) sorted by relevance

/intl/
A Dplural-exp.h57 struct expression struct
64 struct expression *args[3]; /* Up to three arguments. */ argument
73 struct expression *res; argument
104 extern void FREE_EXPRESSION (struct expression *exp) attribute_hidden;
106 extern const struct expression GERMANIC_PLURAL attribute_hidden;
108 const struct expression **pluralp,
113 extern unsigned long int plural_eval (const struct expression *pexp,
A Dplural.y57 struct expression *exp;
67 static struct expression *
72 struct expression *newp;
97 static inline struct expression *
103 static inline struct expression *
106 struct expression *args[1];
112 static struct expression *
114 struct expression *right)
116 struct expression *args[2];
125 struct expression *tbranch, struct expression *fbranch)
[all …]
A Dplural-exp.c34 static const struct expression plvar =
39 static const struct expression plone =
48 const struct expression GERMANIC_PLURAL =
56 [0] = (struct expression *) &plvar,
57 [1] = (struct expression *) &plone
69 static struct expression plvar;
70 static struct expression plone;
71 struct expression GERMANIC_PLURAL;
98 const struct expression **pluralp, in EXTRACT_PLURAL_EXPRESSION()
A Deval-plural.h24 plural_eval (const struct expression *pexp, unsigned long int n) in plural_eval()
A DgettextP.h194 const struct expression *plural;
A Dloadmsgcat.c1293 __gettext_free_exp ((struct expression *) domain->plural); in _nl_unload_domain()

Completed in 21 milliseconds