Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dinsertion.c325 DIGIT_ALPHA enumstack[max_stack_depth]; variable
339 enumstack[enumstack_offset].enumtype = current_enumtype; in start_enumerating()
340 enumstack[enumstack_offset].enumval = current_enumval; in start_enumerating()
353 current_enumval = enumstack[enumstack_offset].enumval; in stop_enumerating()
354 current_enumtype = enumstack[enumstack_offset].enumtype; in stop_enumerating()