Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dfunmap.c52 static int funmap_size; variable
213 if (funmap_entry + 2 >= funmap_size) in rl_add_funmap_entry()
215 funmap_size += 64; in rl_add_funmap_entry()
216 funmap = (FUNMAP **)xrealloc (funmap, funmap_size * sizeof (FUNMAP *)); in rl_add_funmap_entry()