Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/texinfo/makeinfo/
H A Dinsertion.h55 extern int had_menu_commentary;
H A Dinsertion.c57 int had_menu_commentary; variable
445 had_menu_commentary = 1; in begin_insertion()
H A Dmakeinfo.c1885 if (had_menu_commentary) in handle_menu_entry()
1888 had_menu_commentary = 0; in handle_menu_entry()
/openbsd/gnu/usr.bin/texinfo/
H A DChangeLog.464998 and set had_menu_commentary.
4999 * makeinfo/insertion.h (had_menu_commentary): declare new global.
5043 with `had_menu_commentary', declared globally. Modified
5044 insertion.c:begin_insertion() to initialize had_menu_commentary to
5051 had_menu_commentary; the second patch fixes this bug.