Searched refs:el_bindings_t (Results 1 – 5 of 5) sorted by relevance
43 typedef struct el_bindings_t { /* for the "bind" shell command */ struct47 } el_bindings_t; argument58 el_bindings_t *help; /* The help for the editor functions */
915 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()
257 el_bindings_t *b; in parse_cmd()
498 el_bindings_t *b; in el_gets()
570 el_bindings_t *fp; in key_kprint()