| /src/lib/libskey/ |
| skey.h | 83 void backspace(char *);
|
| skeysubr.c | 436 void backspace(char *buf) function
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| charset.c | 31 [1] --- the `backspace' character, '\b' 92 unsigned char backspace, 106 string[1] = backspace;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| charset.c | 31 [1] --- the `backspace' character, '\b' 92 unsigned char backspace, 106 string[1] = backspace;
|
| /src/external/gpl2/groff/dist/src/roff/troff/ |
| token.h | 84 int backspace(); 229 inline int token::backspace() function in class:token
|
| input.cpp | 2312 return "a backspace character"; 5245 else if (tok.backspace()) 6033 return "a backspace character";
|
| /src/distrib/utils/more/ |
| command.c | 75 /* backspace in command buffer. */ 80 * backspace past beginning of the string: this usually means 88 backspace(); 92 backspace();
|
| extern.h | 141 void backspace __P((void));
|
| screen.c | 105 *sc_backspace, /* Backspace cursor */ 593 backspace() function 604 * Output a plain backspace, without erasing the previous char.
|
| /src/usr.bin/make/unit-tests/ |
| deptgt-makeflags.mk | 91 # Note: backspace is not whitespace, it is a control character.
|
| /src/usr.bin/skeyinit/ |
| skeyinit.c | 269 backspace(buf);
|
| /src/external/bsd/pcc/dist/pcc/f77/fcom/ |
| lex.c | 912 { "backspace", SBACKSPACE, },
|
| /src/games/warp/ |
| term.h | 256 EXT char *BC INIT(NULL); /* backspace character */ 294 #define backspace() (do_tc(BC,0),real_x--) macro
|
| /src/share/terminfo/ |
| terminfo | 2102 cons25-debian|FreeBSD console with debian backspace (25-line ANSI mode), 4259 # Several features such as backspace/delete are optional; this entry documents 4334 # a) backspace/delete, which we ignore since that choice largely depends on 5031 # This fragment is for people who cannot agree on what the backspace key 5035 xterm+kbs|fragment for backspace key, 5038 # Use this fragment for terminals that always use DEL for "backspace". 5039 linux+kbs|fragment for "backspace" key, 6517 # and changing backspace to ^H, removing that keytab's attempt to model the 6782 # BackSpace ^H ^? ^? ^? 8397 # fix the backspace ke [all...] |