Searched refs:nodb (Results 1 – 3 of 3) sorted by relevance
174 static int nodb; /* no database changes */ variable374 nodb = 1; in mandocdb()394 nodb = warnings = 1; in mandocdb()412 if (nodb) { in mandocdb()440 dba = nodb ? dba_new(128) : dba_read(MANDOC_DB); in mandocdb()449 if (nodb == 0) in mandocdb()464 if (nodb == 0) in mandocdb()512 if (nodb == 0) in mandocdb()2045 if (nodb) { in dbadd()
1854 - support configure --with-dbfile="" for nodb mode by default, where2261 - Write xfrd.state for nodb mode again. Disable xfrd.state with2271 - unit test for nodb mode.2275 - in nodb mode, xfrd.state is not written out, because the zones
924 - support configure --with-dbfile="" for nodb mode by default, where