Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dfloat.h50 extern char *current_float_type (void);
H A Dinsertion.c837 execute_string ("%s", current_float_type ()); in begin_insertion()
1172 if (strlen (current_float_type ())) in end_insertion()
1173 execute_string ("%s", current_float_type ()); in end_insertion()
1177 if (strlen (current_float_type ()) > 0) in end_insertion()
1185 if (strlen (current_float_type ()) > 0 in end_insertion()
H A Dfloat.c116 current_float_type (void) in current_float_type() function
/netbsd-src/external/gpl2/texinfo/dist/
H A DChangeLog3292 * makeinfo/float.h (current_float_type): declare.