Searched refs:new_exp_0 (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/intl/
H A Dplural.y59 static inline struct expression *new_exp_0 PARAMS ((enum operator op));
107 new_exp_0 (op)
216 $$ = new_exp_0 (var);
220 if (($$ = new_exp_0 (num)) != NULL)
H A Dplural.c77 static inline struct expression *new_exp_0 PARAMS ((enum operator op));
125 new_exp_0 (op) function
905 yyval.exp = new_exp_0 (var);
911 if ((yyval.exp = new_exp_0 (num)) != NULL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dplural.y95 new_exp_0 (enum expression_operator op)
196 $$ = new_exp_0 (var);
200 if (($$ = new_exp_0 (num)) != NULL)
H A Dplural.c225 new_exp_0 (enum expression_operator op) function
1551 (yyval.exp) = new_exp_0 (var);
1559 if (((yyval.exp) = new_exp_0 (num)) != NULL)

Completed in 117 milliseconds