Searched refs:ENUM_SECT_APP (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/ |
H A D | sectioning.c | 41 { "appendixsubsubsec", 5, ENUM_SECT_APP, TOC_YES }, /* numbered like A.X.X.X */ 42 { "appendixsubsec", 4, ENUM_SECT_APP, TOC_YES }, 43 { "appendixsec", 3, ENUM_SECT_APP, TOC_YES }, 44 { "appendixsection", 3, ENUM_SECT_APP, TOC_YES }, 45 { "appendix", 2, ENUM_SECT_APP, TOC_YES }, 121 if ((num == ENUM_SECT_APP) in get_sectioning_number()
|
H A D | sectioning.h | 98 #define ENUM_SECT_APP 2 macro
|