Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dnodes.c37 static void remember_info_file (FILE_BUFFER *file_buffer);
38 static void free_file_buffer_tags (FILE_BUFFER *file_buffer);
40 static void get_nodes_of_tags_table (FILE_BUFFER *file_buffer,
42 static void get_nodes_of_info_file (FILE_BUFFER *file_buffer);
43 static void get_tags_of_indirect_tags_table (FILE_BUFFER *file_buffer,
45 static void info_reload_file_buffer_contents (FILE_BUFFER *fb);
47 static FILE_BUFFER *info_load_file_internal (char *filename, int get_tags);
48 static FILE_BUFFER *info_find_file_internal (char *filename, int get_tags);
49 static NODE *info_node_of_file_buffer_tags (FILE_BUFFER *file_buffer,
69 FILE_BUFFER **info_loaded_files = NULL;
[all …]
H A Dnodes.h113 } FILE_BUFFER; typedef
118 extern FILE_BUFFER **info_loaded_files;
128 extern FILE_BUFFER *info_find_file (char *filename);
133 extern FILE_BUFFER *info_load_file (char *filename);
146 FILE_BUFFER *file_buffer);
150 extern void build_tags_and_nodes (FILE_BUFFER *file_buffer);
156 extern FILE_BUFFER *make_file_buffer (void);
H A Ddir.c34 FILE_BUFFER *fb);
35 static void insert_text_into_fb_at_binding (FILE_BUFFER *fb,
82 FILE_BUFFER *dir_buffer = info_find_file (dirname); in maybe_build_dir_node()
169 add_menu_to_file_buffer (char *contents, long int size, FILE_BUFFER *fb) in add_menu_to_file_buffer()
275 insert_text_into_fb_at_binding (FILE_BUFFER *fb, in insert_text_into_fb_at_binding()
H A Dman.h33 extern NODE *get_manpage_node (FILE_BUFFER *file_buffer,
35 extern FILE_BUFFER *create_manpage_file_buffer (void);
H A Dindices.c93 FILE_BUFFER *fb; in info_indices_of_window()
101 info_indices_of_file_buffer (FILE_BUFFER *file_buffer) in info_indices_of_file_buffer()
184 FILE_BUFFER *fb; in do_info_index_search()
285 FILE_BUFFER *fb; in index_entry_exists()
490 FILE_BUFFER *this_fb; in apropos_in_all_indices()
H A Dman.c60 static NODE *manpage_node_of_file_buffer (FILE_BUFFER *file_buffer,
71 get_manpage_node (FILE_BUFFER *file_buffer, char *pagename) in get_manpage_node()
155 FILE_BUFFER *
158 FILE_BUFFER *file_buffer = make_file_buffer (); in create_manpage_file_buffer()
434 manpage_node_of_file_buffer (FILE_BUFFER *file_buffer, char *pagename) in manpage_node_of_file_buffer()
H A Dindices.h34 extern REFERENCE **info_indices_of_file_buffer (FILE_BUFFER *file_buffer);
H A Dsession.c1876 FILE_BUFFER *fb = file_buffer_of_window (window);
1908 FILE_BUFFER *fb = file_buffer_of_window (window);
2392 FILE_BUFFER *current;
2401 FILE_BUFFER *fb;
3383 FILE_BUFFER *
3388 return ((FILE_BUFFER *)NULL); in file_buffer_of_window()
3396 return ((FILE_BUFFER *)NULL); in file_buffer_of_window()
3485 FILE_BUFFER *file_buffer; in info_search_internal()
4177 register FILE_BUFFER *fb; in info_gc_file_buffers()
H A Dsession.h78 extern FILE_BUFFER *file_buffer_of_window (WINDOW *window);
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Dio.c79 FILE_BUFFER (current) + current->buffered, size); in file_block_read()
237 char const *bufend = FILE_BUFFER (current) + current->buffered; in find_and_hash_each_line()
520 char *p = FILE_BUFFER (current); in prepare_text()
H A Ddiff.h299 #define FILE_BUFFER(f) ((char *) (f)->buffer) macro
/netbsd-src/external/gpl2/diffutils/dist/
H A DChangeLog1003 (FILE_BUFFER): New macro.
/netbsd-src/external/gpl2/texinfo/dist/
H A DChangeLog.469268 * info/filesys.c, info/nodes.c: New member of FILE_BUFFER "FILESIZE"