Home
last modified time | relevance | path

Searched refs:nextf (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dmalloc.c816 static union overhead *nextf[NBUCKETS]; variable
1267 if (nextf[bucket] == NULL) in Perl_malloc()
1269 if ((p = nextf[bucket]) == NULL) { in Perl_malloc()
1325 nextf[bucket] = p->ov_next; in Perl_malloc()
1453 nextf[bucket] = nextf[bucket]->ov_next; in get_from_bigger_buckets()
1671 if (nextf[bucket]) in morecore()
1724 nextf[rnu << BUCKET_POW2_SHIFT] in morecore()
1773 nextf[bucket] = ovp; in morecore()
1790 nextf[7*BUCKETS_PER_POW2] = in morecore()
1891 ovp->ov_next = nextf[size]; in Perl_mfree()
[all …]
/openbsd/usr.bin/mandoc/
H A Dterm_ps.c72 enum termfont nextf; /* building next font here */ member
1068 if (p->ps->nextf != p->ps->lastf) { in ps_plast()
1070 ps_setfont(p, p->ps->nextf); in ps_plast()
1072 p->ps->nextf = TERMFONT_NONE; in ps_plast()
1127 switch (p->ps->nextf) { in ps_letter()
1131 p->ps->nextf = TERMFONT_BI; in ps_letter()
1134 p->ps->nextf = TERMFONT_UNDER; in ps_letter()
1141 switch (p->ps->nextf) { in ps_letter()
1145 p->ps->nextf = TERMFONT_BI; in ps_letter()
1148 p->ps->nextf = TERMFONT_BOLD; in ps_letter()
/openbsd/games/gomoku/
H A Dmakemove.c130 goto nextf; in makemove()
178 nextf: in makemove()
/openbsd/usr.sbin/bgpd/
H A Dconfig.c301 struct flowspec_config *f, *nextf, *xf; in merge_config() local
374 RB_FOREACH_SAFE(f, flowspec_tree, &conf->flowspecs, nextf) { in merge_config()