Home
last modified time | relevance | path

Searched refs:DBZ (Results 1 – 25 of 92) sorted by relevance

1234

/dports/mail/elm/elm2.5.8/lib/
H A Dndbz.c489 if ((db = (DBZ *) calloc(sizeof(DBZ), 1)) == NULL) {
635 register DBZ *db; in dbz_close()
681 register DBZ *db; in dbz_sync()
714 register DBZ *db; in dbz_cancel()
734 register DBZ *db; in dbz_fetch()
810 register DBZ *db; in latebase()
837 register DBZ *db; in dbz_store()
1051 register DBZ *db; in getcore()
1083 register DBZ *db; in putcore()
1099 register DBZ *db; in start()
[all …]
H A Daliasdb.c70 DBZ *db; in read_one_alias()
114 DBZ *db; in fetch_alias()
/dports/mail/elm/elm2.5.8/hdrs/
H A Dndbz.h127 } DBZ; typedef
132 extern DBZ *dbz_open();
141 extern DBZ *dbz_fresh();
142 extern DBZ *dbz_again();
/dports/mail/elm/elm2.5.8/utils/
H A Delmalias.c106 DBZ *open_user_aliases(), *open_system_aliases();
131 DBZ *dblist[MAXDB+1]; /* NULL terminated list of files */
276 DBZ *open_system_aliases() in open_system_aliases()
282 DBZ *open_user_aliases() in open_user_aliases()
314 DBZ *dblist[]; in exp_print_alias()
/dports/news/nntp/nntp-1.5.12.2_10/
H A Dconf.h51 #define DBZ /* True if we want to use dbz libraries */ macro
371 #ifdef DBZ /* If you use DBZ, then you need DBM as well. */
428 # ifndef DBZ
H A DREADME-conf.h124 DBZ (undefined)
125 Define this is you are using the DBZ libraries. If you DO define this,
127 If you built your news software using DBZ, you MUST build NNTP with DBZ. Many
H A Dconf.h.dist49 #undef DBZ /* True if we want to use dbz libraries */
368 #ifdef DBZ /* If you use DBZ, then you need DBM as well. */
372 #endif /* DBZ */
425 # ifndef DBZ
/dports/news/s-news/s-news-0.1.11/
H A Dsuck-3.9.patch16 # DBM, NDBM, or DBZ
17 # in order to use DBZ with INN you will need
29 #DB_LIB=-linn # INN puts DBZ code in here
H A Dsuck-3.10.patch16 # DBM, GDBM, NDBM, or DBZ
17 # in order to use DBZ with INN you will need
H A Dsuck-4.0.patch12 # DBM, GDBM, NDBM, or DBZ
13 # in order to use DBZ with INN you will need
/dports/news/cnews/cnews-cr.g_18/conf/
H A Dmakefile73 cd .. ; $(MAKE) $(SIZE) DBZ=$(DBZ) $(STDIO)
/dports/news/fidogate/fidogate-5.10-3-g1c1fd41/doc/old/
H A Ddbz.man4 DBZ(3Z) DBZ(3Z)
70 DBZ(3Z) DBZ(3Z)
136 DBZ(3Z) DBZ(3Z)
202 DBZ(3Z) DBZ(3Z)
268 DBZ(3Z) DBZ(3Z)
334 DBZ(3Z) DBZ(3Z)
/dports/news/fidogate4/fidogate-4.4.10/doc/
H A Ddbz.man4 DBZ(3Z) DBZ(3Z)
70 DBZ(3Z) DBZ(3Z)
136 DBZ(3Z) DBZ(3Z)
202 DBZ(3Z) DBZ(3Z)
268 DBZ(3Z) DBZ(3Z)
334 DBZ(3Z) DBZ(3Z)
/dports/biology/molden/molden5.8/plush/
H A DDBZ1 mol="DBZ" Charge="0"
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/v850/
H A Dsimops.c1953 unsigned int DBZ = (als == 0) ? 1 : 0;
1965 DBZ = 1;
1981 if ((S ^ (alo>>31)) && !C && !DBZ)
1983 DBZ = 1;
2000 DBZ = 1;
2005 * overflow_ptr = DBZ | R1;
2026 unsigned int DBZ = als == 0 ? 1 : 0;
2046 DBZ = 1;
2064 DBZ = 1;
2091 OV = DBZ | ((alo == 0) ? 0 : R1);
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/v850/
H A Dsimops.c1953 unsigned int DBZ = (als == 0) ? 1 : 0; in divun() local
1965 DBZ = 1; in divun()
1981 if ((S ^ (alo>>31)) && !C && !DBZ) in divun()
1983 DBZ = 1; in divun()
2000 DBZ = 1; in divun()
2005 * overflow_ptr = DBZ | R1; in divun()
2026 unsigned int DBZ = als == 0 ? 1 : 0; in divn() local
2046 DBZ = 1; in divn()
2064 DBZ = 1; in divn()
2091 OV = DBZ | ((alo == 0) ? 0 : R1); in divn()
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/sim/v850/
H A Dsimops.c2085 unsigned int DBZ = (als == 0) ? 1 : 0; in divun() local
2097 DBZ = 1; in divun()
2113 if ((S ^ (alo>>31)) && !C && !DBZ) in divun()
2115 DBZ = 1; in divun()
2132 DBZ = 1; in divun()
2137 * overflow_ptr = DBZ | R1; in divun()
2158 unsigned int DBZ = als == 0 ? 1 : 0; in divn() local
2178 DBZ = 1; in divn()
2196 DBZ = 1; in divn()
2223 OV = DBZ | ((alo == 0) ? 0 : R1); in divn()
[all …]
/dports/news/cnews/cnews-cr.g_18/include/
H A Dconfig.make47 DBZ=libdbz
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/grib_pi/src/
H A DGribSettingsDialog.h82 enum Units7 {DBZ}; enumerator
/dports/devel/gdb761/gdb-7.6.1/sim/v850/
H A Dsimops.c2085 unsigned int DBZ = (als == 0) ? 1 : 0; in divun() local
2097 DBZ = 1; in divun()
2113 if ((S ^ (alo>>31)) && !C && !DBZ) in divun()
2115 DBZ = 1; in divun()
2132 DBZ = 1; in divun()
2137 * overflow_ptr = DBZ | R1; in divun()
2158 unsigned int DBZ = als == 0 ? 1 : 0; in divn() local
2178 DBZ = 1; in divn()
2196 DBZ = 1; in divn()
2223 OV = DBZ | ((alo == 0) ? 0 : R1); in divn()
[all …]
/dports/news/nntp/nntp-1.5.12.2_10/server/
H A Dcommon.h72 # ifdef DBZ
/dports/news/nntp/nntp-1.5.12.2_10/inetd/
H A Dcommon.h72 # ifdef DBZ
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/abacus/
H A Dher2ave.F899 DBZ = DERIV(6)
911 GRADEE(BZ) = GRADEE(BZ) + DBZ
917 GRADEE(CZ) = GRADEE(CZ) - (DAZ + DBZ)
1038 DBZ = DERIV(6)
1053 GRADEE(BZ) = GRADEE(BZ) + DBZ
1065 GRADEE(DZ) = GRADEE(DZ) - (DAZ + DBZ + DCZ)
/dports/emulators/mednafen/mednafen/src/nes/
H A Dines-correct.inc34 {0x19e81461,157,8}, /* Datach DBZ */
/dports/graphics/xv-m17n/xv-3.10a/
H A Dxv_mgcsfx.sample92 DBZ:magic:19:IMG1:.dbz:::PBM:pbmtoxbm|xbm2free -d -

1234