Searched refs:current_float_id (Results 1 – 4 of 4) sorted by relevance
45 extern char *current_float_id (void);
832 "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()
1367 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()
132 current_float_id (void) in current_float_id() function