Searched defs:Isprint (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dlineedit.c52 #define Isprint(c) isprint(c) macro
54 #define Isprint(c) ((c) >= ' ' && (c) != ((unsigned char)'\233')) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Dvi.c29 #define Isprint(c) isprint((c)) macro
32 #define Isprint(c) ((unsigned char)(c) >= ' ' && (c) != 0x7f && (unsigned char)(c) != 0x9b) macro

Completed in 104 milliseconds