Lines Matching defs:Z
15 #pragma ident "%Z%%M% %I% %E% SMI"
24 #define isauxspZ (!isascii(Z)&&!(Z"E)&&iswspace(Z))
25 #define isauxsp(c) (Z=((unsigned)(c)), isauxspZ)
38 unsigned int Z; /* A place to save macro arg to avoid side-effect!*/
49 #define _LET 0x200 /* a-z, A-Z, _ NO LONGER OF REAL USE. */
54 #define cmapZ(bits) (isascii(Z)?(_cmap[Z] & (bits)):0)
55 #define cmap(c, bits) (Z=((unsigned)(c)), cmapZ(bits))
60 #define issp(c) (Z=((unsigned)(c)), cmapZ( _SP)||isauxspZ)
62 #define isspnl(c) (Z=((unsigned)(c)), cmapZ( _SP|_NL)||isauxspZ)
64 (Z=((unsigned)(c)), !quoted(Z)&&(iswalpha(Z)||((Z)=='_')\
65 ||isphonogram(Z)||isideogram(Z)))
67 (Z=((unsigned)(c)), !quoted(Z)&&(iswalpha(Z)||((Z)=='_')\
68 ||iswdigit(Z)||isphonogram(Z)||isideogram(Z)))