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

/openbsd-current/gnu/lib/libreadline/
H A Dfunmap.c52 static int funmap_size; variable
195 if (funmap_entry + 2 >= funmap_size)
197 funmap_size += 64;
198 funmap = (FUNMAP **)xrealloc (funmap, funmap_size * sizeof (FUNMAP *));

Completed in 92 milliseconds