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

/freebsd-11-stable/lib/libedit/
H A Dtty.c904 const el_action_t *dmap, *dalt; local
911 dalt = el->el_map.vic;
914 dalt = NULL;
928 if (dalt) {
930 alt[UC(old[0])] = dalt[UC(old[0])];

Completed in 49 milliseconds