Home
last modified time | relevance | path

Searched refs:C_BS (Results 1 – 4 of 4) sorted by relevance

/freebsd/bin/dd/
H A Dargs.c78 { "bs", f_bs, C_BS, C_BS|C_IBS|C_OBS|C_OSYNC },
84 { "ibs", f_ibs, C_IBS, C_BS|C_IBS },
88 { "obs", f_obs, C_OBS, C_BS|C_OBS },
133 if (ddflags & C_BS) { in jcl()
141 ddflags &= ~C_BS; in jcl()
144 if (ddflags & C_BS && ddflags & (C_IBS | C_OBS)) in jcl()
241 if (!(ddflags & C_BS)) { in f_ibs()
295 if (!(ddflags & C_BS)) { in f_obs()
363 { "osync", C_OSYNC, C_BS, NULL },
H A Ddd.h72 #define C_BS 0x0000000000000004ULL macro
H A Ddd.c470 if ((ddflags & ~(C_NOERROR | C_NOTRUNC | C_SYNC)) == C_BS) { in dd_in()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dparse_entry.c758 static const char C_BS[] = "\b"; variable
807 "%s$<%d>", C_BS, backspace_delay); in postprocess_termcap()
810 cursor_left = _nc_save_str(C_BS); in postprocess_termcap()
1018 key_backspace = _nc_save_str(C_BS); in postprocess_termcap()
1020 key_left = _nc_save_str(C_BS); in postprocess_termcap()