Lines Matching defs:new
904 Char new[2], old[2];
908 new[1] = old[1] = '\0';
921 new[0] = t_n[tp->nch];
923 if (new[0] == old[0] && !force)
925 /* Put the old default binding back, and set the new binding */
928 keymacro_clear(el, map, new);
930 map[UC(new[0])] = tp->bind[el->el_map.type];
934 keymacro_clear(el, alt, new);
935 alt[UC(new[0])] = tp->bind[el->el_map.type + 1];