Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dsectioning.c181 what_section (char *text, char **secname) in what_section() function
334 level = what_section (temp, &secname); in sectioning_underscore()
697 this_section = what_section (input_text + input_text_offset, in cm_top()
H A Dsectioning.h69 extern int what_section (char *text, char **secname);
H A Dnode.c693 this_section = what_section (input_text + input_text_offset, NULL); in cm_node()
/netbsd-src/external/gpl2/texinfo/dist/
H A DChangeLog4890 * makeinfo/sectioning.c (what_section): take additional SECNAME
4892 * makeinfo/sectioning.h (what_section): remove redundant decl.
4893 * makeinfo/node.c (cm_node): change what_section call here, too.