Home
last modified time | relevance | path

Searched refs:el_bindings_t (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/lib/libedit/
Dmap.h43 typedef struct el_bindings_t { /* for the "bind" shell command */ struct
47 } el_bindings_t; argument
58 el_bindings_t *help; /* The help for the editor functions */
Dmap.c915 el->el_map.help = (el_bindings_t *) el_malloc(sizeof(el_bindings_t) * in map_init()
920 sizeof(el_bindings_t) * EL_NUM_FCNS); in map_init()
1126 el_bindings_t *bp; in map_print_key()
1147 el_bindings_t *bp; in map_print_some_keys()
1245 el_bindings_t *bp; in map_bind()
1397 if ((p = el_realloc(el->el_map.help, nf * sizeof(el_bindings_t))) in map_addfunc()
1400 el->el_map.help = (el_bindings_t *) p; in map_addfunc()
Dparse.c257 el_bindings_t *b; in parse_cmd()
Dread.c498 el_bindings_t *b; in el_gets()
Dkey.c570 el_bindings_t *fp; in key_kprint()