Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/texinfo/makeinfo/
Dsectioning.h67 extern int what_section (char *text, char **secname);
Dsectioning.c179 what_section (char *text, char **secname) in what_section() function
333 level = what_section (temp, &secname); in sectioning_underscore()
696 this_section = what_section (input_text + input_text_offset, in cm_top()
Dnode.c691 this_section = what_section (input_text + input_text_offset, NULL); in cm_node()
/openbsd/src/gnu/usr.bin/texinfo/
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.