Searched refs:nextval (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/usr.bin/perl/cpan/Text-Balanced/t/ |
H A D | 08_extvar.t | 57 $obj->nextval; 76 $obj->nextval; 79 @{$obj->nextval}; 80 @{$obj->nextval($cat,$dog)->{new}}; 81 @{$obj->nextval($cat?$dog:$fish)->{new}}; 82 @{$obj->nextval(cat()?$dog:$fish)->{new}};
|
/openbsd/regress/lib/libm/cephes/ |
H A D | monot.c | 241 nextval (x, updown) in nextval() function 310 x = nextval (x, 1); in monot() 315 x = nextval (x, -1); in monot() 335 x = nextval (x, -1); in monot()
|
H A D | monotl.c | 334 nextval (x, updown) in nextval() function 418 x = nextval (x, 1); in monotl() 423 x = nextval (x, -1); in monotl() 451 x = nextval (x, -1); in monotl()
|
H A D | monotll.c | 653 nextval (x, updown) in nextval() function 751 x = nextval (x, 1); in monotll() 756 x = nextval (x, -1); in monotll() 794 x = nextval (x, -1); in monotll()
|
/openbsd/gnu/usr.bin/perl/ |
H A D | parser.h | 104 YYSTYPE nextval[5]; /* value of next token, if any */ member
|
H A D | toke.c | 89 # define PL_nextval (PL_parser->nextval) 979 && parser->nextval[nexttoke].opval in Perl_parser_free_nexttoke_ops() 980 && parser->nextval[nexttoke].opval->op_slabbed in Perl_parser_free_nexttoke_ops() 981 && OpSLAB(parser->nextval[nexttoke].opval) == slab) { in Perl_parser_free_nexttoke_ops() 982 op_free(parser->nextval[nexttoke].opval); in Perl_parser_free_nexttoke_ops() 983 parser->nextval[nexttoke].opval = NULL; in Perl_parser_free_nexttoke_ops()
|
H A D | sv.c | 13957 Copy(proto->nextval, parser->nextval, 5, YYSTYPE);
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/ |
H A D | TODO | 179 nextval
|