Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dfiles.c31 FSTACK *filestack = NULL; variable
293 newstack->next = filestack; in pushfile()
295 filestack = newstack; in pushfile()
303 FSTACK *tos = filestack; in popfile()
315 filestack = filestack->next; in popfile()
337 while (filestack) in flush_file_stack()
H A Dfiles.h37 extern FSTACK *filestack;
H A Dmakeinfo.c3227 FSTACK *tos = filestack; in next_nonwhitespace_character()
3231 int tmp_input_text_length = filestack->size; in next_nonwhitespace_character()
3232 int tmp_input_text_offset = filestack->offset; in next_nonwhitespace_character()
3233 char *tmp_input_text = filestack->text; in next_nonwhitespace_character()
H A Dcmds.c1693 FSTACK *stack = filestack; in handle_include()
1695 for (i = 0, stack = filestack; stack; stack = stack->next, i++); in handle_include()
H A Dnode.c735 FSTACK *next_file = filestack; in cm_node()
/netbsd-src/external/gpl2/texinfo/dist/
H A DChangeLog1863 global input_text since filestack does not contain it.
1868 whole filestack looking for the next character.