Home
last modified time | relevance | path

Searched refs:Isprint (Results 1 – 4 of 4) sorted by relevance

/external/libedit/src/
Dchartype.h88 #define Isprint(x) iswprint(x) macro
143 #define Isprint(x) isprint((unsigned char)x) macro
Dchartype.c352 else if (Isprint(c)) in ct_chr_class()
Dread.c630 && Isprint(el->el_chared.c_redo.pos[-1])) in FUN()
Dmap.c968 if (Isprint(i)) in map_init_nls()