Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dsectioning.c85 static int section_alist_offset = 0; variable
217 return_val = section_alist[index].level + section_alist_offset; in what_section()
229 int index_offset = MAX (index - section_alist_offset, 0); in what_section()
236 for (i = index; i != index_offset; i -= SIGN (section_alist_offset)) in what_section()
609 section_alist_offset--; in cm_raisesections()
617 section_alist_offset++; in cm_lowersections()