Home
last modified time | relevance | path

Searched refs:qmop (Results 1 – 3 of 3) sorted by relevance

/external/e2fsprogs/intl/
Dplural-exp.h59 qmop /* Question mark operator. */ enumerator
Dplural.y160 $$ = new_exp_3 (qmop, $1, $3, $5);
Dplural.c1016 yyval.exp = new_exp_3 (qmop, yyvsp[-4].exp, yyvsp[-2].exp, yyvsp[0].exp); in yyparse()