Searched refs:enum_marker (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/makeinfo/
H A Dsectioning.c75 /* enum_marker == APPENDIX_MAGIC then we are counting appendencies
76 enum_marker == UNNUMBERED_MAGIC then we are within unnumbered area.
80 static int enum_marker = 0;
114 if ((i == 0) && (enum_marker == APPENDIX_MAGIC))
125 && (enum_marker == APPENDIX_MAGIC))
259 if (enum_marker == UNNUMBERED_MAGIC)
261 else if (enum_marker == APPENDIX_MAGIC)
278 if (enum_marker == UNNUMBERED_MAGIC || !number_sections)
302 if (enum_marker == UNNUMBERED_MAGIC && level == 0)
314 if (section_alist[index].num == ENUM_SECT_NO || enum_marker
79 static int enum_marker = 0; variable
[all...]

Completed in 222 milliseconds