Home
last modified time | relevance | path

Searched defs:backspace (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dcharset.c87 unsigned char backspace, in init_string()
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dcharset.c87 unsigned char backspace, in init_string()
/netbsd/external/gpl2/groff/dist/src/roff/troff/
H A Dtoken.h229 inline int token::backspace() in backspace() function
/netbsd/distrib/utils/more/
H A Dscreen.c593 backspace() in backspace() function
/netbsd/lib/libskey/
H A Dskeysubr.c436 void backspace(char *buf) in backspace() function
/netbsd/games/warp/
H A Dterm.h294 #define backspace() (do_tc(BC,0),real_x--) macro