Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dfootnote.c63 set_footnote_style (char *string) in set_footnote_style() function
83 if (!footnote_style_preset && set_footnote_style (arg) != 0) in cm_footnotestyle()
H A Dfootnote.h36 extern int set_footnote_style (char *string); /* called for -s option */
H A Dmakeinfo.c734 if (set_footnote_style (optarg) < 0) in main()