Searched refs:printable (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/builtin/
H A Dod.c46 "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; member in struct:State_s
632 "\b--map\b mapped character or hexadecimal value if not printable",
652 "printable bytes",
773 state->printable = 1;
1051 if (state->printable
[all...]
/ast/src/cmd/std/
H A Dls.c245 #define LS_PRINTABLE (LS_USER<<14) /* ? for non-printable chars */
303 #define PRINTABLE(s) ((state.lsflags&LS_PRINTABLE)?printable(s):(s))
411 printable(register char* s) function

Completed in 24 milliseconds