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

/freebsd-10.2-release/contrib/texinfo/info/
H A Dinfomap.h28 #define DEL '\177' macro
34 #define meta_character_threshold (DEL + 1)
H A Dinfomap.c345 /* PC users will lynch me if I don't give them their usual DEL effect... */
346 map[DEL].function = ea_delete;
348 map[DEL].function = ea_rubout;
365 map[DEL].function = ea_backward_kill_word;
371 map[DEL].function = ea_backward_kill_line;
389 keymap_bind_keyseq (map, term_kD, &map[DEL]); /* delete */
400 keymap_bind_keyseq (map, term_kD, &map[DEL]); /* delete */
403 keymap_bind_keyseq (map, term_kD, &map[DEL]); /* delete */
457 map[DEL].function = info_scroll_backward;
474 map[DEL]
[all...]
H A Dinfo-utils.c526 else if (character == DEL)
H A Dinfodoc.c151 { "DEL", "b" },
155 { "ESC 1 DEL", "y" },
781 case DEL: rep = "DEL"; break;
837 strcpy(rep, "DEL");
H A Dwindow.c731 else if (character == DEL)
H A Dsession.c3944 if (key == DEL || key == Control ('h'))
/freebsd-10.2-release/contrib/ntp/include/
H A Dascii.h74 #define DEL 127 macro
/freebsd-10.2-release/contrib/gcc/
H A Dggc.h243 #define htab_create_ggc(SIZE, HASH, EQ, DEL) \
244 htab_create_alloc (SIZE, HASH, EQ, DEL, ggc_calloc, NULL)
/freebsd-10.2-release/usr.sbin/kbdcontrol/
H A Dlex.l112 DEL|del { number = 127; return TNUM; }
/freebsd-10.2-release/contrib/dialog/
H A Ddlg_keys.c329 ASCII_NAME(DEL, '\177'),

Completed in 77 milliseconds