Searched refs:bp1 (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/usr.bin/mg/ |
| D | buffer.c | 220 struct buffer *bp1; in killbuffer() local 232 if ((bp1 = bp->b_altb) == NULL) { in killbuffer() 237 if ((bp1 = bfind("*scratch*", TRUE)) == NULL) in killbuffer() 244 bp2 = bp1->b_altb; /* save alternate buffer */ in killbuffer() 245 if (showbuffer(bp1, wp, WFMODE | WFFRAME | WFFULL)) in killbuffer() 246 bp1->b_altb = bp2; in killbuffer() 248 bp1 = bp2; in killbuffer() 252 curbp = bp1; in killbuffer() 255 bp1 = bheadp; in killbuffer() 256 while (bp1 != bp) { in killbuffer() [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ |
| D | vtables1.C | 28 base* bp1; variable 33 bp1 = new base; in main() 36 bp1->func_member_1 (); in main()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
| D | p4246.C | 44 B* bp1 = new D; in main() local 45 bp1->id(); in main() 46 delete bp1; in main() local
|
| /openbsd/src/bin/csh/ |
| D | func.c | 64 struct biltins *bp, *bp1, *bp2; in isbfunc() local 86 for (bp1 = bfunc, bp2 = bfunc + nbfunc; bp1 < bp2;) { in isbfunc() 89 bp = bp1 + ((bp2 - bp1) >> 1); in isbfunc() 96 bp1 = bp + 1; in isbfunc()
|
| /openbsd/src/sbin/ifconfig/ |
| D | brconfig.c | 811 struct ifbrparam bp1, bp2; in bridge_status() local 827 strlcpy(bp1.ifbrp_name, ifname, sizeof(bp1.ifbrp_name)); in bridge_status() 828 if (ioctl(sock, SIOCBRDGGCACHE, (caddr_t)&bp1) == -1) in bridge_status() 836 bp1.ifbrp_csize, bp2.ifbrp_ctime); in bridge_status()
|
| /openbsd/src/games/hack/ |
| D | hack.pri.c | 711 char *bp0, *bp1; in bot() local 712 bp0 = bp1 = newbot; in bot() 715 *bp1++ = *bp0; in bot()
|
| /openbsd/src/usr.sbin/btrace/ |
| D | bt_parse.y | 431 bp_append(struct bt_probe *bp0, struct bt_probe *bp1) in bp_append() argument 435 assert(bp1 != NULL); in bp_append() 438 return bp1; in bp_append() 443 SLIST_INSERT_AFTER(bp, bp1, bp_next); in bp_append()
|
| /openbsd/src/sys/isofs/udf/ |
| D | udf_vnops.c | 1223 struct buf *bp1; in udf_readatoffset() local 1262 bp1 = *bp; in udf_readatoffset() 1263 *data = (uint8_t *)&bp1->b_data[offset % ump->um_bsize]; in udf_readatoffset()
|