Searched refs:C_BS (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/bin/dd/ |
| D | args.c | 78 { "bs", f_bs, C_BS, C_BS|C_IBS|C_OBS|C_OSYNC }, 84 { "ibs", f_ibs, C_IBS, C_BS|C_IBS }, 87 { "obs", f_obs, C_OBS, C_BS|C_OBS }, 130 if (ddflags & C_BS) { in jcl() 138 ddflags &= ~C_BS; in jcl() 141 if (ddflags & C_BS && ddflags & (C_IBS | C_OBS)) in jcl() 246 if (!(ddflags & C_BS)) { in f_ibs() 267 if (!(ddflags & C_BS)) { in f_obs() 324 { "osync", C_OSYNC, C_BS, NULL },
|
| D | dd.h | 73 #define C_BS 0x00000004 macro
|
| D | dd.c | 366 if ((ddflags & ~(C_NOERROR | C_NOTRUNC | C_SYNC)) == C_BS) { in dd_in()
|
| /freebsd-9-stable/contrib/ncurses/ncurses/tinfo/ |
| D | parse_entry.c | 613 static const char C_BS[] = "\b"; variable 663 sprintf(buf, "%s$<%d>", C_BS, backspace_delay); in postprocess_termcap() 666 cursor_left = _nc_save_str(C_BS); in postprocess_termcap() 863 key_backspace = _nc_save_str(C_BS); in postprocess_termcap() 865 key_left = _nc_save_str(C_BS); in postprocess_termcap()
|