Searched refs:indexfile (Results 1 – 2 of 2) sorted by relevance
27 char *indexfile; in test_do_updatedb() local55 indexfile = test_get_argument(1); in test_do_updatedb()56 db = load_index(indexfile, NULL); in test_do_updatedb()67 if (!TEST_true(save_index(indexfile, "new", db))) in test_do_updatedb()70 if (!TEST_true(rotate_index(indexfile, "new", "old"))) in test_do_updatedb()
326 =item B<-index> I<indexfile>328 The I<indexfile> parameter is the name of a text index file in B<ca>
Completed in 11 milliseconds