HomeSort by: relevance | last modified time | path
    Searched refs:DEL (Results 1 - 21 of 21) sorted by relevancy

  /src/sys/arch/hp300/stand/common/
kbdmap.h 35 #define DEL '\177'
hil.c 92 '\0', '`', '\\', ESC, '\0', DEL, '\0', '\0',
111 '\0', '~', '|', DEL, '\0', DEL, '\0', '\0',
116 '\0', '\0', '\0', '\0', '\0', '\0', DEL, '\0',
130 '\0', '`', '\034', ESC, '\0', DEL, '\0', '\0',
150 '\0', '`', '<', ESC, '\0', DEL, '\0', '\0',
169 '\0', '~', '>', DEL, '\0', DEL, '\0', '\0',
174 '\0', '\0', '\0', '\0', '\0', '\0', DEL, '\0',
188 '\0', '`', '<', ESC, '\0', DEL, '\0', '\0'
    [all...]
  /src/sys/arch/atari/stand/keymaps/us/
us-kbdmap.c 40 /* 0x1C */ { 0, '\r' }, { 0, DEL }, { C, 'a' }, { C, 's' },
53 /* 0x50 */ { S, 0x04 }, { 0, 0 }, { 0, 0 }, { 0, DEL },
89 /* 0x50 */ { S, 0x4c }, { 0, 0 }, { 0, 0 }, { 0, DEL },
  /src/sys/arch/x68k/usr.bin/loadkmap/
ascii_kmap.c 37 {0, DEL}, /* really BS, DEL & BS swapped */
77 {0, '\b'}, /* really DEL, BS & DEL swapped */
150 {0, DEL}, /* really BS, DEL & BS swapped */
190 {0, '\b'}, /* really DEL, BS & DEL swapped */
kbdmap.h 35 #define DEL 127
jis_kmap.c 37 {0, DEL}, /* really BS, DEL & BS swapped */
77 {0, '\b'}, /* really DEL, BS & DEL swapped */
150 {0, DEL}, /* really BS, DEL & BS swapped */
190 {0, '\b'}, /* really DEL, BS & DEL swapped */
  /src/sys/arch/amiga/stand/loadkmap/es/
es-kbdmap.c 88 0, '\b', /* really BS, DEL & BS not!! swapped */
93 0, DEL, /* really DEL, BS & DEL not!! swapped */
188 0, DEL, /* really BS, DEL & BS swapped */
193 0, '\b', /* really DEL, BS & DEL swapped */
289 0, '\b', /* really BS, DEL & BS not!! swapped */
294 0, DEL, /* really DEL, BS & DEL not!! swapped *
    [all...]
  /src/sys/arch/atari/dev/
kbdmap.c 68 /* 0x50 */ { S, 0x04 }, { 0, 0 }, { 0, 0 }, { 0, DEL },
115 /* 0x50 */ { S, 0x4c }, { 0, 0 }, { 0, 0 }, { 0, DEL },
kbdmap.h 68 #define DEL 127
ite.c 2300 if (c < ' ' || c == DEL)
  /src/sys/arch/x68k/dev/
kbdmap.c.ascii 39 0, DEL, /* really BS, DEL & BS swapped */
79 0, '\b', /* really DEL, BS & DEL swapped */
152 0, DEL, /* really BS, DEL & BS swapped */
192 0, '\b', /* really DEL, BS & DEL swapped */
kbdmap.c 43 {0, DEL}, /* really BS, DEL & BS swapped */
83 {0, '\b'}, /* really DEL, BS & DEL swapped */
156 {0, DEL}, /* really BS, DEL & BS swapped */
196 {0, '\b'}, /* really DEL, BS & DEL swapped */
280 4, ESC, '[', '3', '~', /* 0x34: DEL (kD) */
ite.c 2358 case DEL:
  /src/sys/arch/amiga/dev/
kbdmap.h 64 #define DEL 127
ite.c 2169 if ((c & 0x7f) < ' ' || c == DEL)
  /src/sys/arch/x68k/include/
kbdmap.h 38 #define DEL 127
  /src/sys/arch/amiga/stand/loadkmap/fr/
fr-kbdmap.c 124 { 0, DEL }, /* really BS, DEL & BS swapped */
129 { 0, '\b' }, /* really DEL, BS & DEL swapped */
223 { 0, DEL }, /* really BS, DEL & BS swapped */
228 { 0, '\b' }, /* really DEL, BS & DEL swapped */
323 { 0, DEL }, /* really BS, DEL & BS swapped *
    [all...]
  /src/sys/arch/amiga/stand/loadkmap/sw/
sw-kbdmap.c 122 0, DEL, /* really BS, DEL & BS swapped */
127 0, '\b', /* really DEL, BS & DEL swapped */
221 0, DEL, /* really BS, DEL & BS swapped */
226 0, '\b', /* really DEL, BS & DEL swapped */
321 0, DEL, /* really BS, DEL & BS swapped *
    [all...]
  /src/sys/arch/atari/stand/keymaps/fr/
fr-kbdmap.c 43 /* 0x50 */ { S, 0x04 }, { 0, 0 }, { 0, 0 }, { 0, DEL },
79 /* 0x50 */ { S, 0x4C }, { 0, 0 }, { 0, 0 }, { 0, DEL },
  /src/games/snake/snake/
snake.c 87 #define DEL '\177'
292 case 0177: /* del or end of file */
  /src/share/terminfo/
terminfo 325 # DEL and ^C are hardcoded to act as kill characters.
715 # Ins=\0R Del=\0S
766 # Adds ins/del line/character, hence vi reverse scrolls/inserts/deletes nicer.
1723 # Changed kbs to DEL and removed keys that duplicate stty settings -TD
2706 # vt132 - like vt100 but slower and has ins/del line and such.
3289 # not C0 or DEL.)
4717 # (diamond shows as a double-width character, DEL as two replacement-chars).
5033 # set it to BS (standard) or DEL (Linux's notion of "vt220"). xterm provides
5038 # Use this fragment for terminals that always use DEL for "backspace".
8665 # DEL Selec
    [all...]

Completed in 87 milliseconds