Searched refs:lnot (Results 1 – 3 of 3) sorted by relevance
/external/e2fsprogs/intl/ | ||
D | plural-exp.h | 43 lnot, /* Logical NOT. */ enumerator |
D | plural.y | 188 $$ = new_exp_1 (lnot, $2); |
D | plural.c | 1058 yyval.exp = new_exp_1 (lnot, yyvsp[0].exp); in yyparse() |