Home | History | Annotate | Download | only in AST

Lines Matching full:isprint

703     if (value < 256 && isprint(value)) {