Searched refs:nextval (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/regress/lib/libm/cephes/
H A Dmonot.c241 nextval (x, updown) function
261 printf ("nextval failed\n");
310 x = nextval (x, 1);
315 x = nextval (x, -1);
335 x = nextval (x, -1);
H A Dmonotl.c334 nextval (x, updown) function
354 printf ("nextval failed\n");
418 x = nextval (x, 1);
423 x = nextval (x, -1);
451 x = nextval (x, -1);
H A Dmonotll.c653 nextval (x, updown) function
673 printf ("nextval failed\n");
751 x = nextval (x, 1);
756 x = nextval (x, -1);
794 x = nextval (x, -1);
/openbsd-current/gnu/usr.bin/perl/
H A Dparser.h104 YYSTYPE nextval[5]; /* value of next token, if any */ member in struct:yy_parser
H A Dtoke.c89 # define PL_nextval (PL_parser->nextval)
979 && parser->nextval[nexttoke].opval
980 && parser->nextval[nexttoke].opval->op_slabbed
981 && OpSLAB(parser->nextval[nexttoke].opval) == slab) {
982 op_free(parser->nextval[nexttoke].opval);
983 parser->nextval[nexttoke].opval = NULL;
H A Dsv.c13888 Copy(proto->nextval, parser->nextval, 5, YYSTYPE);

Completed in 313 milliseconds