Home
last modified time | relevance | path

Searched refs:current_float_id (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/texinfo/makeinfo/
HDfloat.h45 extern char *current_float_id (void);
HDinsertion.c832 "name=\"%s\"", current_float_id ()); in begin_insertion()
850 if ((!xml || docbook) && strlen (current_float_id ()) > 0) in begin_insertion()
851 execute_string ("@anchor{%s}", current_float_id ()); in begin_insertion()
1173 if (strlen (current_float_id ()) > 0) in end_insertion()
1184 || strlen (current_float_id ()) > 0) in end_insertion()
HDxml.c1360 if (strlen (current_float_id ()) == 0) in xml_begin_docbook_float()
1364 "id=\"%s\"", xml_id (current_float_id ())); in xml_begin_docbook_float()
1366 else if (strlen (current_float_id ()) == 0) in xml_begin_docbook_float()
1370 "id=\"%s\" label=\"%s\"", xml_id (current_float_id ()), in xml_begin_docbook_float()
HDfloat.c132 current_float_id (void) in current_float_id() function