Home
last modified time | relevance | path

Searched refs:INVALID_CHAR (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4.c1076 if (*from & INVALID_CHAR) { in wstr2str()
1077 *p = (char)(*from & ~INVALID_CHAR); in wstr2str()
1124 wc = *from | INVALID_CHAR; in str2wstr()
1168 wc = buf[0] | INVALID_CHAR; in myfgetwc()
1183 if (wc & INVALID_CHAR) { in myfputwc()
1184 wc &= ~INVALID_CHAR; in myfputwc()
H A Dm4.h61 #define INVALID_CHAR 0x80000000 macro