Searched refs:DEL (Results 51 - 61 of 61) sorted by relevance

123

/macosx-10.9.5/vim-53/src/
H A Dgetchar.c554 && *s < DEL /* EBCDIC: all chars above space are normal */
577 if (c < ' ' || c == DEL || (*s == NUL && (c == '0' || c == '^')))
H A Dops.c1431 && *arg < DEL /* EBCDIC: chars above space are normal */
1448 if (literally && ((c < ' ' && c != TAB) || c == DEL))
H A Dedit.c5554 # define ISSPECIAL(c) ((c) < ' ' || (c) >= DEL || (c) == '0' || (c) == '^')
6612 if (c < ' ' || c == DEL)
H A Dex_getln.c2222 || c1 == DEL || c1 == K_DEL || c1 == K_KDEL)
H A Dgui_gtk_x11.c828 * machine. The only difference is BS vs. DEL for CTRL-8 (makes
839 string[0] = DEL;
1007 /* Check for Alt/Meta key (Mod1Mask), but not for a BS, DEL or character
H A Dos_unix.c3249 * somebody's usual erase key is DEL (which, for most BSD users, it will
3289 * If <BS> and <DEL> are now the same, redefine <DEL>.
4356 /* replace K_BS by <BS> and K_DEL by <DEL> */
4367 ta_buf[i] = DEL;
H A Dterm.c1340 {K_DEL, "[DEL]"},
1887 * The default for t_kD is DEL, unless t_kb is DEL.
1901 (bs_p == NULL || *bs_p != DEL))
5097 * Single character codes are NOT replaced (e.g. ^H or DEL), because
H A Dnormal.c6878 if (cap->nchar > DEL)
7353 cap->cmdchar = 'x'; /* DEL key behaves like 'x' */
/macosx-10.9.5/emacs-92/emacs/src/
H A Dkeymap.c109 /* Alist of elements like (DEL . "\d"). */
1374 signal an error if is a mistake such as RET or M-RET or C-DEL, etc. */
4055 = Fcons (Fcons (build_string ("DEL"), build_string ("\\d")),
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dtermcap.src3154 # DEL Select
4207 # Backspace Key BS or BS/DEL
4209 # :is: sets pcterm; autowrap; 25 lines; pc char set; prog DEL key;
6692 # The DEL key is programmed to generate BS in is2.
8270 # display*/ignore DEL character
9192 # [DEL chosen as delimiter, but could be any character]
10379 # too long for some programs (not vi). DEL LINE is ok but slow.
11240 :ku=\EA\r:l0=REFRSH:l1=DEL CH:l2=TABSET:l3=GOTO:l4=+PAGE:\
/macosx-10.9.5/ncurses-42/ncurses/misc/
H A Dterminfo.src321 # DEL and ^C are hardcoded to act as kill characters.
4564 # DEL Select
6089 # Backspace Key BS or BS/DEL
6091 # <is2> sets pcterm; autowrap; 25 lines; pc char set; prog DEL key;
9176 # The DEL key is programmed to generate BS in is2.
11002 # display*/ignore DEL character
12047 # [DEL chosen as delimiter, but could be any character]
13334 # too long for some programs (not vi). DEL LINE is ok but slow.
14285 khome=\ER\r, lf0=REFRSH, lf1=DEL CH, lf2=TABSET, lf3=GOTO,

Completed in 267 milliseconds

123