Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dfootnotes.c170 NODE *new_footnotes; in info_get_or_remove_footnotes() local
179 new_footnotes = make_footnotes_node (window->node); in info_get_or_remove_footnotes()
183 if (fn_win && !new_footnotes) in info_get_or_remove_footnotes()
191 if (new_footnotes && !fn_win) in info_get_or_remove_footnotes()
204 fn_win = window_make_window (new_footnotes); in info_get_or_remove_footnotes()
209 free (new_footnotes->contents); in info_get_or_remove_footnotes()
210 free (new_footnotes); in info_get_or_remove_footnotes()
222 if (new_footnotes && fn_win) in info_get_or_remove_footnotes()
224 window_set_node_of_window (fn_win, new_footnotes); in info_get_or_remove_footnotes()
229 remember_window_and_node (fn_win, new_footnotes); in info_get_or_remove_footnotes()
[all …]