| /trueos/contrib/texinfo/info/ |
| HD | infomap.c | 346 map[DEL].function = ea_delete; in initialize_emacs_like_keymaps() 348 map[DEL].function = ea_rubout; in initialize_emacs_like_keymaps() 365 map[DEL].function = ea_backward_kill_word; in initialize_emacs_like_keymaps() 371 map[DEL].function = ea_backward_kill_line; in initialize_emacs_like_keymaps() 389 keymap_bind_keyseq (map, term_kD, &map[DEL]); /* delete */ in initialize_emacs_like_keymaps() 400 keymap_bind_keyseq (map, term_kD, &map[DEL]); /* delete */ in initialize_emacs_like_keymaps() 403 keymap_bind_keyseq (map, term_kD, &map[DEL]); /* delete */ in initialize_emacs_like_keymaps() 457 map[DEL].function = info_scroll_backward; in initialize_emacs_like_keymaps() 474 map[DEL].function = info_scroll_other_window_backward; in initialize_emacs_like_keymaps() 513 keymap_bind_keyseq (map, term_kD, &map[DEL]); /* delete */ in initialize_emacs_like_keymaps() [all …]
|
| HD | infomap.h | 28 #define DEL '\177' macro 34 #define meta_character_threshold (DEL + 1)
|
| HD | info-utils.c | 523 else if (character == DEL) in printed_representation()
|
| HD | infodoc.c | 780 case DEL: rep = "DEL"; break;
|
| HD | window.c | 730 else if (character == DEL) in character_width()
|
| HD | session.c | 3934 if (key == DEL || key == Control ('h')) in incremental_search()
|
| /trueos/contrib/gcc/ |
| HD | ggc.h | 242 #define htab_create_ggc(SIZE, HASH, EQ, DEL) \ argument 243 htab_create_alloc (SIZE, HASH, EQ, DEL, ggc_calloc, NULL)
|
| /trueos/contrib/ntp/include/ |
| HD | ascii.h | 74 #define DEL 127 macro
|
| /trueos/contrib/texinfo/doc/ |
| HD | info.texi | 136 * Help-^L:: The Space, DEL, B and ^L commands. 161 back up, press the key labeled @samp{Backspace} or @samp{DEL} (on some 165 Here are 40 lines of junk, so you can try @key{SPC} and @key{DEL} and 213 @kbd{DEL} (or @key{BACKSPACE}), and come back here again, then you 303 @section The Space, DEL, B and ^L commands 316 @kindex DEL @r{(Info mode)} 320 The @key{SPC}, @key{BACKSPACE} (or @key{DEL})@footnote{The key which 321 we call ``Backspace or DEL'' in this manual is labeled differently on 326 @samp{DEL}, or sometimes @samp{Delete}.} and @kbd{b} commands exist to 329 bottom of the screen. @key{DEL} or @key{BACKSPACE} moves backward, to [all …]
|
| HD | info-stnd.texi | 527 @item @key{DEL} (@code{scroll-backward}) 528 @kindex DEL, in Info windows 532 If you are at the start of a node, @key{DEL} takes you to the 534 start by repeating @key{DEL}. The default scroll size can be changed by 615 you press @key{SPC} while viewing the end of a node, or @key{DEL} while 630 If your keyboard lacks the @key{DEL} key, look for a key called 798 @key{SPC} and @key{DEL}; @xref{Variables, @code{scroll-behavior}}, for 1418 @item @key{DEL} (@code{echo-area-rubout}) 1419 @kindex DEL, in the echo area 1424 @samp{BackSpace}. Those keyboards will usually bind @key{DEL} in the [all …]
|
| HD | texinfo.txi | 5144 in the Top node and hits @key{DEL} to go backwards, you wind up in the 6979 @item DEL
|
| /trueos/usr.sbin/kbdcontrol/ |
| HD | lex.l | 112 DEL|del { number = 127; return TNUM; }
|
| /trueos/contrib/texinfo/ |
| HD | NEWS | 192 . CTRL-H is treated like DEL in incremental search. 349 . M-prior and M-DEL do new command info-scroll-other-window-backward. 357 . SPC/DEL do not move outside the current document. 692 supercedes the SPC and DEL changes in 2.3 beta. 703 * SPC and DEL can select the Next or Prev node after printing an informative
|
| HD | ChangeLog.46 | 719 well as DEL. 2691 need for SPC and DEL hack. 3848 * info/infomap.c (initialize_vi_like_keymaps): Bind DEL in echo 5843 * info/infomap.c (initialize_info_keymaps): bind M-DEL and M-prior to 5872 (all of this is to make SPC/DEL not move outside the current 6098 > * info/infomap.c (initialize_info_keymaps) [__MSDOS__]: Bind DEL 9329 invoking key is not SPC or DEL only do Page Only scrolling.
|
| /trueos/contrib/libreadline/doc/ |
| HD | rluser.texi | 99 @key{DEL}, @key{ESC}, @key{LFD}, @key{SPC}, @key{RET}, and @key{TAB} all 159 @item @key{DEL} or @key{Backspace} 172 delete the character to the left of the cursor and the @key{DEL} key set 183 @kbd{C-d}, and @key{DEL}. Here are some commands for moving more rapidly 237 @item M-@key{DEL} 244 @kbd{M-@key{DEL}} because the word boundaries differ. 624 @kbd{M-DEL} is bound to the function @code{backward-kill-word}, and 631 @var{DEL}, 1141 @item backward-kill-word (M-@key{DEL})
|
| /trueos/contrib/dialog/ |
| HD | dlg_keys.c | 329 ASCII_NAME(DEL, '\177'),
|
| /trueos/contrib/libreadline/ |
| HD | CHANGES | 7 callback mode and typing consecutive DEL characters on an empty line. 460 DEL or ^H deletes characters from the search string.
|
| /trueos/contrib/gdb/gdb/doc/ |
| HD | gdb.info-2 | 8950 <DEL>, <ESC>, <LFD>, <SPC>, <RET>, and <TAB> all stand for themselves 9011 <DEL> or <Backspace> 9025 the character to the left of the cursor and the <DEL> key set to delete 9038 <DEL>. Here are some commands for moving more rapidly about the line. 9092 `M-<DEL>' 9099 different than `M-<DEL>' because the word boundaries differ.
|
| HD | gdb.info-3 | 286 `universal-argument', `M-DEL' is bound to the function 292 processing this key binding syntax: DEL, ESC, ESCAPE, LFD, 771 `backward-kill-word (M-<DEL>)' 5431 * backward-kill-word (M-<DEL>): Commands For Killing.
|
| /trueos/contrib/binutils/binutils/ |
| HD | ChangeLog-0203 | 167 * readelf.c (dump_section): Don't display DEL characters.
|
| /trueos/gnu/usr.bin/grep/doc/ |
| HD | grep.texi | 833 through 037, and 177 (@code{DEL}). In other character sets, these are
|
| /trueos/contrib/ncurses/misc/ |
| HD | terminfo.src | 321 # 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,
|
| /trueos/crypto/heimdal/lib/wind/ |
| HD | UnicodeData.txt | 6308 2352;APL FUNCTIONAL SYMBOL DEL STILE;So;0;L;;;;;N;;;;; 6310 2354;APL FUNCTIONAL SYMBOL QUAD DEL;So;0;L;;;;;N;;;;; 6324 2362;APL FUNCTIONAL SYMBOL DEL DIAERESIS;So;0;L;;;;;N;;;;; 6333 236B;APL FUNCTIONAL SYMBOL DEL TILDE;So;0;L;;;;;N;;;;;
|
| /trueos/share/termcap/ |
| HD | termcap | 1164 # display*/ignore DEL character
|
| /trueos/contrib/ntp/ |
| HD | CommitLog | 13965 OSF4 does not have RTM_{NEW,DEL}ADDR 13968 OSF4 does not have RTM_{NEW,DEL}ADDR
|