expr_NUMBER 1467 source4/heimdal/lib/hx509/sel-gram.c { (yyval.expr) = _hx509_make_expr(expr_NUMBER, (yyvsp[(1) - (1)].string), NULL); } expr_NUMBER 102 source4/heimdal/lib/hx509/sel-gram.y number : NUMBER { $$ = _hx509_make_expr(expr_NUMBER, $1, NULL); }; expr_NUMBER 186 source4/heimdal/lib/hx509/sel.c case expr_NUMBER: