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

/openbsd-current/gnu/lib/libreadline/
H A Dfunmap.c0 /* funmap.c -- attach names to functions. */
51 FUNMAP **funmap; variable
198 funmap = (FUNMAP **)xrealloc (funmap, funmap_size * sizeof (FUNMAP *));
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;
211 /* Make the funmap contain all of the default entries. */
239 for (result_index = result_size = 0, result = (const char **)NULL; funmap[result_inde
[all...]
H A DMakefile4 SRCS= readline.c funmap.c keymaps.c vi_mode.c parens.c rltty.c complete.c \
H A DMakefile.in90 CSOURCES = $(srcdir)/readline.c $(srcdir)/funmap.c $(srcdir)/keymaps.c \
111 OBJECTS = readline.o vi_mode.o funmap.o keymaps.o parens.o search.o \
303 funmap.o: readline.h keymaps.h rltypedefs.h chardefs.h tilde.h
304 funmap.o: rlconf.h ansi_stdlib.h rlstdc.h
305 funmap.o: ${BUILD_DIR}/config.h
419 funmap.o: xmalloc.h
459 funmap.o: $(srcdir)/funmap.c
493 funmap.o: funmap
[all...]
H A Dbind.c558 for (i = 0; funmap[i]; i++)
559 if (_rl_stricmp (funmap[i]->name, string) == 0)
560 return (funmap[i]->function);
H A Dreadline.h74 extern FUNMAP **funmap;
334 /* Functions for manipulating the funmap, which maps command names to functions. */
337 /* Undocumented, only used internally -- there is only one funmap, and this
/openbsd-current/usr.bin/mg/
H A Dfunmap.c1 /* $OpenBSD: funmap.c,v 1.67 2023/04/21 13:39:37 op Exp $ */
12 #include "funmap.h"
16 * funmap structure: a list of functions and their command-names/#parameters.
21 struct funmap { struct
25 struct funmap *fn_next;
27 static struct funmap *funs;
43 static struct funmap functnames[] = {
244 struct funmap *fn;
255 struct funmap *fn;
275 struct funmap *f
[all...]
H A DMakefile17 echo.c extend.c file.c fileio.c funmap.c help.c kbd.c keymap.c \
/openbsd-current/gnu/lib/libreadline/shlib/
H A DMakefile.in107 CSOURCES = $(topdir)/readline.c $(topdir)/funmap.c $(topdir)/keymaps.c \
128 SHARED_OBJ = readline.so vi_mode.so funmap.so keymaps.so parens.so search.so \
211 funmap.so: $(topdir)/readline.h $(topdir)/keymaps.h $(topdir)/chardefs.h
212 funmap.so: $(topdir)/rltypedefs.h
213 funmap.so: $(topdir)/rlconf.h $(topdir)/ansi_stdlib.h
214 funmap.so: ${BUILD_DIR}/config.h $(topdir)/tilde.h
336 funmap.so: $(topdir)/xmalloc.h
376 funmap.so: $(topdir)/funmap.c
410 funmap
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A DChangeLog-3.x2932 emacs_keymap.c, vi_keymap.c, keymaps.c, funmap.c: Made all of

Completed in 99 milliseconds