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

/openbsd-current/gnu/lib/libreadline/
H A Dfunmap.c53 static int funmap_entry; variable
195 if (funmap_entry + 2 >= funmap_size)
201 funmap[funmap_entry] = (FUNMAP *)xmalloc (sizeof (FUNMAP));
202 funmap[funmap_entry]->name = name;
203 funmap[funmap_entry]->function = function;
205 funmap[++funmap_entry] = (FUNMAP *)NULL;
206 return funmap_entry;

Completed in 95 milliseconds