Lines Matching refs:sc
43 mb_iseq (mbc, sc)
44 returns true if mbc is the standard ASCII character sc.
109 mb_setascii (&mbc, sc)
110 assigns the standard ASCII character sc to mbc.
119 extern bool mb_iseq (const mbchar_t mbc, char sc);
140 extern void mb_setascii (mbchar_t *new, char sc);
185 #define mb_iseq(mbc, sc) ((mbc).wc_valid && (mbc).wc == (sc))
259 #define mb_setascii(mbc, sc) \
261 (mbc)->wc = (mbc)->buf[0] = (sc))