Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/texinfo/makeinfo/
H A Dinsertion.c326 int current_enumtype = ENUM_DIGITS; variable
337 enumstack[enumstack_offset].enumtype = current_enumtype; in start_enumerating()
341 current_enumtype = type; in start_enumerating()
352 current_enumtype = enumstack[enumstack_offset].enumtype; in stop_enumerating()
361 if (current_enumtype == ENUM_ALPHA) in enumerate_item()