Home
last modified time | relevance | path

Searched refs:index_index (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/texinfo/info/
H A Dindices.c205 if (!index_index) in do_info_index_search()
299 if (!index_index) in index_entry_exists()
307 if ((i < 0) || (!index_index[i])) in index_entry_exists()
313 if ((i > -1) && (index_index[i])) in index_entry_exists()
318 if ((i < 0) || (!index_index[i])) in index_entry_exists()
340 if (!index_index)
362 if ((i < 0) || (!index_index[i]))
368 if ((i > -1) && (index_index[i]))
373 if ((i < 0) || (!index_index[i]))
432 node = info_get_node (index_index[i]->filename, index_index[i]->nodename);
[all …]
/openbsd/usr.bin/openssl/
H A Dapps.h223 int index_index(CA_DB *db);
H A Dca.c770 if (!index_index(db)) in ca_main()
944 if (!index_index(db)) in ca_main()
H A Docsp.c969 if (!index_index(rdb)) in ocsp_main()
H A Dapps.c1357 index_index(CA_DB *db) in index_index() function