Home
last modified time | relevance | path

Searched refs:refc (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/bsd/pcc/dist/pcc/mip/
H A Doptim2.c258 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 Dmapc.c55 #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 Damq_subr.c578 if (!xdr_int(xdrs, &m->refc)) { in xdr_amq_map_info_qelem()
H A Damd.h351 int refc; /* Reference count */ member
/netbsd-src/external/bsd/ntp/dist/ntpdc/
H A Dntpdc_ops.c45 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 DChangeLog-20102793 * 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 DChangeLog-20102793 * 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 DChangeLog-2020650 <refc>: Remove.