OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Isprint
(Results
1 - 3
of
3
) 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))
exec.c
293
if (!
Isprint
(c) && (c != '\n' && c != '\t')) {
csh.c
272
for (k = 0200; k <= 0377 && !
Isprint
(k); k++)
Completed in 13 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025