OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Isprint
(Results
1 - 4
of
4
) sorted by relevancy
/src/bin/csh/
char.h
85
#define
Isprint
(c) (((c) & QUOTE) ? 0 :
isprint
((unsigned char) (c)))
97
#define
Isprint
(c) (!cmap(c,_CTR) && !(((c) & META) && AsciiOnly))
char.h
85
#define
Isprint
(c) (((c) & QUOTE) ? 0 :
isprint
((unsigned char) (c)))
97
#define
Isprint
(c) (!cmap(c,_CTR) && !(((c) & META) && AsciiOnly))
char.h
85
#define
Isprint
(c) (((c) & QUOTE) ? 0 :
isprint
((unsigned char) (c)))
97
#define
Isprint
(c) (!cmap(c,_CTR) && !(((c) & META) && AsciiOnly))
char.h
85
#define
Isprint
(c) (((c) & QUOTE) ? 0 :
isprint
((unsigned char) (c)))
97
#define
Isprint
(c) (!cmap(c,_CTR) && !(((c) & META) && AsciiOnly))
Completed in 42 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025