Home
last modified time | relevance | path

Searched refs:xml_node_id (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dxml.c529 char *xml_node_id = NULL; variable
957 if (arg == START && xml_node_id && elt != NODENAME)
960 insert_string (xml_node_id);
962 free (xml_node_id);
963 xml_node_id = NULL;
H A Dxml.h37 extern char *xml_node_id;
H A Dnode.c674 xml_node_id = xml_id (node); in cm_node()