Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/texinfo/makeinfo/
H A Dfloat.h48 extern char *current_float_type (void);
H A Dinsertion.c835 execute_string ("%s", current_float_type ()); in begin_insertion()
1170 if (strlen (current_float_type ())) in end_insertion()
1171 execute_string ("%s", current_float_type ()); in end_insertion()
1175 if (strlen (current_float_type ()) > 0) in end_insertion()
1183 if (strlen (current_float_type ()) > 0 in end_insertion()
H A Dfloat.c114 current_float_type (void) in current_float_type() function
/openbsd-src/gnu/usr.bin/texinfo/
H A DChangeLog3292 * makeinfo/float.h (current_float_type): declare.