Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/texinfo/makeinfo/
Dsectioning.c66 #define UNNUMBERED_MAGIC 2048 macro
255 if (enum_marker == UNNUMBERED_MAGIC) in current_chapter_number()
275 if (enum_marker == UNNUMBERED_MAGIC || !number_sections) in current_sectioning_number()
299 if (enum_marker == UNNUMBERED_MAGIC && level == 0) in handle_enum_increment()
311 if (section_alist[index].num == ENUM_SECT_NO || enum_marker == UNNUMBERED_MAGIC in handle_enum_increment()
742 enum_marker = UNNUMBERED_MAGIC; in cm_unnumbered()