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

/freebsd-11.0-release/contrib/libreadline/
H A Dfunmap.c0 /* funmap.c -- attach names to functions. */
51 FUNMAP **funmap; variable
200 funmap = (FUNMAP **)xrealloc (funmap, funmap_size * sizeof (FUNMAP *));
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;
213 /* Make the funmap contain all of the default entries. */
241 for (result_index = result_size = 0, result = (const char **)NULL; funmap[result_inde
[all...]
H A DMakefile.in102 CSOURCES = $(srcdir)/readline.c $(srcdir)/funmap.c $(srcdir)/keymaps.c \
123 OBJECTS = readline.o vi_mode.o funmap.o keymaps.o parens.o search.o \
319 funmap.o: readline.h keymaps.h rltypedefs.h chardefs.h tilde.h
320 funmap.o: rlconf.h ansi_stdlib.h rlstdc.h
321 funmap.o: ${BUILD_DIR}/config.h
435 funmap.o: xmalloc.h
475 funmap.o: $(srcdir)/funmap.c
509 funmap.o: funmap
[all...]
H A Dbind.c678 for (i = 0; funmap[i]; i++)
679 if (_rl_stricmp (funmap[i]->name, string) == 0)
680 return (funmap[i]->function);
H A Dreadline.h75 extern FUNMAP **funmap;
349 /* Functions for manipulating the funmap, which maps command names to functions. */
352 /* Undocumented, only used internally -- there is only one funmap, and this
/freebsd-11.0-release/gnu/lib/libreadline/readline/
H A DMakefile8 SRCS= readline.c vi_mode.c funmap.c keymaps.c parens.c search.c \
/freebsd-11.0-release/contrib/libreadline/shlib/
H A DMakefile.in124 CSOURCES = $(topdir)/readline.c $(topdir)/funmap.c $(topdir)/keymaps.c \
145 SHARED_OBJ = readline.so vi_mode.so funmap.so keymaps.so parens.so search.so \
228 funmap.so: $(topdir)/readline.h $(topdir)/keymaps.h $(topdir)/chardefs.h
229 funmap.so: $(topdir)/rltypedefs.h
230 funmap.so: $(topdir)/rlconf.h $(topdir)/ansi_stdlib.h
231 funmap.so: ${BUILD_DIR}/config.h $(topdir)/tilde.h
353 funmap.so: $(topdir)/xmalloc.h
393 funmap.so: $(topdir)/funmap.c
427 funmap
[all...]

Completed in 118 milliseconds