Home
last modified time | relevance | path

Searched refs:endlist (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/usr.bin/gprof/
Darcs.c446 arctype **endlist; in cycleanalyze() local
499 endlist = &clp -> list[ clp -> size ]; in cycleanalyze()
500 for ( arcpp = clp -> list ; arcpp < endlist ; arcpp++ ) in cycleanalyze()
556 arctype **endlist; in addcycle() local
575 endlist = &clp -> list[ size ]; in addcycle()
576 for ( arcpp = clp -> list ; arcpp < endlist ; arcpp++ ) { in addcycle()
582 if ( arcpp == endlist ) { in addcycle()
596 endlist = &clp -> list[ size ]; in addcycle()
597 for ( arcpp = clp -> list ; arcpp < endlist ; arcpp++ ) { in addcycle()
629 arctype **endlist; in compresslist() local
[all …]
/openbsd/src/sbin/restore/
Dinteractive.c643 struct afile *fp, *endlist; in formatf() local
651 endlist = &list[nentry]; in formatf()
652 for (fp = &list[0]; fp < endlist; fp++) { in formatf()
693 if (fp + lines >= endlist) { in formatf()
/openbsd/src/gnu/usr.bin/perl/
Dpp_pack.c1984 Perl_packlist(pTHX_ SV *cat, const char *pat, const char *patend, SV **beglist, SV **endlist ) in Perl_packlist() argument
1998 (void)pack_rec( cat, &sym, beglist, endlist ); in Perl_packlist()
2107 S_pack_rec(pTHX_ SV *cat, tempsym_t* symptr, SV **beglist, SV **endlist ) in S_pack_rec() argument
2110 SSize_t items = endlist - beglist; in S_pack_rec()
2261 beglist = pack_rec(cat, symptr, beglist, endlist); in S_pack_rec()
2266 if (savsym.howlen == e_star && beglist == endlist) in S_pack_rec()
2269 items = endlist - beglist; in S_pack_rec()
Dproto.h3305 Perl_packlist(pTHX_ SV *cat, const char *pat, const char *patend, SV **beglist, SV **endlist);
3307 assert(cat); assert(pat); assert(patend); assert(beglist); assert(endlist)
7969 S_pack_rec(pTHX_ SV *cat, struct tempsym *symptr, SV **beglist, SV **endlist);
7971 assert(cat); assert(symptr); assert(beglist); assert(endlist)
Dembed.fnc2401 |NN SV **endlist
5018 |NN SV **endlist
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
Dembed.fnc1633 |NN SV **beglist|NN SV **endlist|NN SV ***next_in_list|U32 flags
1634 …void |packlist |NN SV *cat|NN const char *pat|NN const char *patend|NN SV **beglist|NN SV **endlist
3029 S |SV ** |pack_rec |NN SV *cat|NN struct tempsym* symptr|NN SV **beglist|NN SV **endlist