Home
last modified time | relevance | path

Searched refs:isgraph (Results 1 – 11 of 11) sorted by relevance

/original-bsd/lib/libc/locale/
H A Disctype.c71 #undef isgraph
73 isgraph(c) in isgraph() function
H A DMakefile.inc10 isdigit.0 isgraph.0 islower.0 isprint.0 ispunct.0 isspace.0 \
/original-bsd/usr.bin/tr/
H A Dstr.c126 isgraph __P((int)),
145 { "graph", isgraph, },
/original-bsd/lib/libc/gen/
H A Dvis.c28 if ((u_int)c <= UCHAR_MAX && isgraph(c) ||
/original-bsd/include/
H A Dctype.h42 #define isgraph(c) __istype((c), _G) macro
/original-bsd/usr.bin/col/
H A Dcol.c144 if (!isgraph(ch)) {
/original-bsd/contrib/libg++-2.3/libg++/src/
H A Dregex.cc111 #ifndef isgraph
112 #define isgraph(c) (isprint((c)) && !isspace((c))) macro
771 || (strcmp (str, "graph") == 0 && isgraph (c)) in re_compile_pattern()
/original-bsd/usr.sbin/sendmail/src/
H A Dconf.h916 # define isgraph(c) (isprint(c) && (c != ' ')) macro
H A Dheaders.c86 while (isascii(*p) && isgraph(*p) && *p != ':')
/original-bsd/old/pcc/mip/
H A Dscan.c543 if( isgraph( lxchar ) ){ in yylex()
/original-bsd/share/man/man0/
H A Dman3112 /usr/src/lib/libc/locale/isgraph.3