Searched refs:new_exp_1 (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.y60 static inline struct expression *new_exp_1 PARAMS ((enum operator op,
114 new_exp_1 (op, right)
212 $$ = new_exp_1 (lnot, $2);
H A Dplural.c78 static inline struct expression *new_exp_1 PARAMS ((enum operator op,
132 new_exp_1 (op, right) function
899 yyval.exp = new_exp_1 (lnot, yyvsp[0].exp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dplural.y101 new_exp_1 (enum expression_operator op, struct expression *right)
192 $$ = new_exp_1 (lnot, $2);
H A Dplural.c231 new_exp_1 (enum expression_operator op, struct expression *right) function
1543 (yyval.exp) = new_exp_1 (lnot, (yyvsp[(2) - (2)].exp));

Completed in 188 milliseconds