HomeSort by relevance Sort by last modified time
    Searched refs:new_exp_0 (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/intl/
plural.y 92 new_exp_0 (enum operator op)
192 $$ = new_exp_0 (var);
196 if (($$ = new_exp_0 (num)) != NULL)
plural.c 113 new_exp_0 (enum operator op) function
1064 yyval.exp = new_exp_0 (var);
1070 if ((yyval.exp = new_exp_0 (num)) != NULL)
    [all...]

Completed in 111 milliseconds