Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dmakeinfo.h323 } GENERIC_LIST; typedef
326 extern GENERIC_LIST * reverse_list (GENERIC_LIST *list);
H A Dfloat.c209 ((GENERIC_LIST *) float_stack); in cm_listoffloats()
414 float_stack = (FLOAT_ELT *) reverse_list ((GENERIC_LIST *) temp); in cm_listoffloats()
H A Dmakeinfo.c1280 GENERIC_LIST *
1281 reverse_list (GENERIC_LIST *list) in reverse_list()
1283 GENERIC_LIST *next; in reverse_list()
1284 GENERIC_LIST *prev = NULL; in reverse_list()
1761 tag_table = (TAG_ENTRY *) reverse_list ((GENERIC_LIST *) tag_table); in convert_from_loaded_file()
H A Dfiles.c683 ((GENERIC_LIST *) delayed_writes); in handle_delayed_writes()
H A Dxml.c1836 ((GENERIC_LIST *) xml_index_titles); in xml_begin_index()