Home
last modified time | relevance | path

Searched refs:set_footnote_style (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/texinfo/makeinfo/
HDfootnote.h34 extern int set_footnote_style (char *string); /* called for -s option */
HDfootnote.c61 set_footnote_style (char *string) in set_footnote_style() function
81 if (!footnote_style_preset && set_footnote_style (arg) != 0) in cm_footnotestyle()
HDmakeinfo.c729 if (set_footnote_style (optarg) < 0) in main()