Home
last modified time | relevance | path

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

/coreutils/src/
Dptx.c166 static BLOCK *text_buffers; /* files to study */ variable
757 const BLOCK *text_buffer = &text_buffers[file_index]; in find_occurs_in_text()
1266 buffer_start = text_buffers[occurs->file_index].start; in define_all_fields()
1267 buffer_end = text_buffers[occurs->file_index].end; in define_all_fields()
1930 text_buffers = xmalloc (sizeof *text_buffers); in main()
1939 text_buffers = xnmalloc (number_input_files, sizeof *text_buffers); in main()
1958 text_buffers = xmalloc (sizeof *text_buffers); in main()
2025 BLOCK *text_buffer = text_buffers + file_index; in main()