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

/freebsd-11-stable/contrib/libreadline/
H A Dfunmap.c53 static int funmap_entry; variable
197 if (funmap_entry + 2 >= funmap_size)
203 funmap[funmap_entry] = (FUNMAP *)xmalloc (sizeof (FUNMAP));
204 funmap[funmap_entry]->name = name;
205 funmap[funmap_entry]->function = function;
207 funmap[++funmap_entry] = (FUNMAP *)NULL;
208 return funmap_entry;

Completed in 49 milliseconds