Searched refs:refc (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/bsd/pcc/dist/pcc/mip/ |
H A D | optim2.c | 258 int refc; member 275 dl, dl->labno, dl->refc, dl->ref); in dumplink() 386 if (--p->refc <= 0) { in decref() 441 p->refc = 0; in refcount() 443 p->refc = 1000; /* never remove */ in refcount() 463 lp->refc++; in refcount() 468 if (p->op==LABEL && p->refc==0 && (lp = nonlab(p))->op) in refcount() 563 if (tl->refc<=0) in codemove() 590 rp->ref->refc++; in iterate()
|
/netbsd-src/external/bsd/am-utils/dist/amd/ |
H A D | mapc.c | 55 #define mapc_dup(m) ((m)->refc++, (m)) 741 m->refc = 1; in mapc_create() 842 if (m && --m->refc == 0) { in mapc_free()
|
H A D | amq_subr.c | 578 if (!xdr_int(xdrs, &m->refc)) { in xdr_amq_map_info_qelem()
|
H A D | amd.h | 351 int refc; /* Reference count */ member
|
/netbsd-src/external/bsd/ntp/dist/ntpdc/ |
H A D | ntpdc_ops.c | 45 static void doconfig (struct parse *pcmd, FILE *fp, int mode, int refc); 1324 int refc in doconfig() argument 1351 if (refc) in doconfig() 1367 else if (!refc && STREQ(pcmd->argval[items].string, "keyid")) in doconfig() 1369 else if (!refc && STREQ(pcmd->argval[items].string, "version")) in doconfig()
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2010 | 2793 * breakpoint.h (struct bp_location) <refc>: New field. 5169 * dwarf2loc.c (struct piece_closure) <refc>: New field. 5170 (allocate_piece_closure): Initialize refc. 5171 (copy_pieced_value_closure): Use refc.
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2010 | 2793 * breakpoint.h (struct bp_location) <refc>: New field. 5169 * dwarf2loc.c (struct piece_closure) <refc>: New field. 5170 (allocate_piece_closure): Initialize refc. 5171 (copy_pieced_value_closure): Use refc.
|
H A D | ChangeLog-2020 | 650 <refc>: Remove.
|