Searched refs:Ismbyte1 (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/tcsh-65/tcsh/win32/
H A Ddirent.c84 if (Ismbyte1(*tmp) && *(tmp + 1))
353 if (Ismbyte1(*p1) && *(p1 + 1))
H A Dstdio.c377 if (Ismbyte1(*p2) && *(p2 + 1))
H A Dsupport.c57 if (Ismbyte1(*pstr) && *(pstr + 1))
/macosx-10.10/tcsh-65/tcsh/
H A Dsh.char.h186 # define IsmbyteU(c) (Ismbyte1((Char)(c))||(Ismbyte2((Char)(c))&&((c)&0200)))
311 # define Ismbyte1(c) ((_mbmap[(c) & 0377] & _MB1) ? 1 : 0) macro

Completed in 78 milliseconds