Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/texinfo/makeinfo/
H A Dfloat.h45 extern char *current_float_id (void);
H A Dinsertion.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()
H A Dxml.c1367 if (strlen (current_float_id ()) == 0) in xml_begin_docbook_float()
1371 "id=\"%s\"", xml_id (current_float_id ())); in xml_begin_docbook_float()
1373 else if (strlen (current_float_id ()) == 0) in xml_begin_docbook_float()
1377 "id=\"%s\" label=\"%s\"", xml_id (current_float_id ()), in xml_begin_docbook_float()
H A Dfloat.c132 current_float_id (void) in current_float_id() function