* etags.c (stab_entry, stab_create, stab_find, stab_search,
authorFrancesco Potortì <pot@gnu.org>
Fri, 14 Jan 1994 17:02:11 +0000 (17:02 +0000)
committerFrancesco Potortì <pot@gnu.org>
Fri, 14 Jan 1994 17:02:11 +0000 (17:02 +0000)
commit42680d3c7cd1b06b57bde723612e674a81724d07
tree6dc4a211d2e1a31d94a4baa9dad6c1d4c5103d29
parentb97ad9eabe92e27970fa86289a4b2076e2d20286
* etags.c (stab_entry, stab_create, stab_find, stab_search,
stab_type, add_keyword, C_reate_stab, C_create_stabs): deleted.
Use gperf generated hash table instead of linked list.
(C_stab_entry, hash, in_word_set, get_C_stab, C_symtype): added.
Mostly code generated by gperf.
(consider_token): removed unused parameter `lp'.
(PF_funcs, getit): allow subroutine and similar declarations
to span multiple lines.
(C_entries): check for newline if inchar to avoid bus errors.
(process_file, find_entries): distinguish among nonexistent
and not regular file.
lib-src/etags.c