Home
last modified time | relevance | path

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

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