Lines Matching refs:printable
46 "and NUL is written as `\\0'. Other non-printable characters are written "
80 "[m:map?\b--printable\b and \b--format=m\b bytes are converted from "
82 "{\fcodesets\f} [p:printable?Output the printable bytes (after \b--map\b "
83 "if specified), in the last data column. Non-printable byte values are "
251 int printable;
632 "\b--map\b mapped character or hexadecimal value if not printable",
652 "printable bytes",
773 state->printable = 1;
1051 if (state->printable && fp == state->form)
1357 state.printable = 1;
1524 n = LINE_LENGTH - state.printable;
1527 if (!(n /= (state.width + state.printable * state.size + 1)))