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

/haiku-fatelf/src/bin/bash/lib/intl/
H A Dplural-exp.c42 static const struct expression plone = variable in typeref:struct:expression
60 [1] = (struct expression *) &plone
73 static struct expression plone; variable in typeref:struct:expression
79 if (plone.val.num == 0)
84 plone.nargs = 0;
85 plone.operation = num;
86 plone.val.num = 1;
91 GERMANIC_PLURAL.val.args[1] = &plone;
/haiku-fatelf/src/bin/gawk/intl/
H A Dplural-exp.c40 static const struct expression plone = variable in typeref:struct:expression
58 [1] = (struct expression *) &plone
71 static struct expression plone; variable in typeref:struct:expression
77 if (plone.val.num == 0)
82 plone.nargs = 0;
83 plone.operation = num;
84 plone.val.num = 1;
89 GERMANIC_PLURAL.val.args[1] = &plone;

Completed in 35 milliseconds