Home
last modified time | relevance | path

Searched refs:bv (Results 1 – 25 of 26) sorted by relevance

12

/original-bsd/contrib/gdb-4.7.LBL/gdb/
H A Dsymtab.c440 struct blockvector *bv; local
473 bv = BLOCKVECTOR (s);
501 bv = BLOCKVECTOR (s);
624 bv = BLOCKVECTOR (s);
658 bv = BLOCKVECTOR (s);
676 bv = BLOCKVECTOR (s);
973 struct blockvector *bv; local
1025 struct blockvector *bv; local
1071 bv = BLOCKVECTOR (s);
2309 if (bv != prev_bv)
[all …]
H A Dsymfile.c219 register struct blockvector *bv; local
226 bv = BLOCKVECTOR (s);
227 nbl = BLOCKVECTOR_NBLOCKS (bv);
230 b = BLOCKVECTOR_BLOCK (bv, i);
1258 struct blockvector *bv;
1305 bv = BLOCKVECTOR (s);
1306 if (BLOCKVECTOR_NBLOCKS (bv) > 2
1307 || BLOCK_NSYMS (BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK))
1308 || BLOCK_NSYMS (BLOCKVECTOR_BLOCK (bv, STATIC_BLOCK)))
/original-bsd/local/ditroff/ditroff.okeeffe/term/
H A Dtab.lp71 *n 1 ,\bv
119 da 1 |\bv
151 bv 1 |
H A Dtab.1650.10119 da 1 |\bv
151 bv 1 |
H A Dtab.450119 da 1 |\bv
151 bv 1 |
H A Dtab.1650.12119 da 1 |\bv
151 bv 1 |
H A Dtab.37119 da 1 |\bv
151 bv 1 |
H A Dtab.template151 bv
/original-bsd/bin/csh/
H A Dmisc.c103 blkcpy(oav, bv) in blkcpy() argument
105 register Char **bv;
109 while ((*av++ = *bv++) != NULL)
/original-bsd/local/ditroff/ditroff.okeeffe/devver/vfont.desc/
H A Dgb115 bv "
H A Dgi114 bv "
H A Dgr115 bv "
H A DtS45 bv 65 3 070
H A Dts21 bv 48 3 017
H A DS23 bv 14 3 017
H A DDESCver20 aa an ap br bs bu bv ca ci co ct cu da dd de dg di em eq es fa ff fi
H A DDESCvar18 aa an ap br bs bu bv ca ci co ct cu da dd de dg di em eq es fa ff fi
/original-bsd/local/transcript/lib/ditroff.font/
H A Dcharset11 be br bs bt bu bv bx
/original-bsd/local/ditroff/ditroff.okeeffe/devhar/fonts/
H A DDESC27 rt rb lk rk bv lf rf lc rc
H A DS102 bv 100 3 0135 9494 BRACE bold vertical
/original-bsd/old/roff/nroff_term/
H A Dcode.nec176 "\001|\bv", /*down arrow*/
H A Dchartst136 .x \(bv "bold vertical"
/original-bsd/local/transcript/lib/
H A Dpsdit.pro302 dup 8#112/bv put %bold vert
340 /bv{0 800 moveto 0 -1000 rls}def
381 /bv 416 def
/original-bsd/sys/net/
H A Dbpf.c748 struct bpf_version *bv = (struct bpf_version *)addr; local
750 bv->bv_major = BPF_MAJOR_VERSION;
751 bv->bv_minor = BPF_MINOR_VERSION;
/original-bsd/usr.bin/ld/
H A Dld.c2925 #define BIT_SET_P(bv, index) ((bv)[(index) >> 3] & 1 << ((index) & 0x7)) argument
2926 #define SET_BIT(bv, index) ((bv)[(index) >> 3] |= 1 << ((index) & 0x7)) argument

12