Searched refs:pb (Results 1 – 1 of 1) sorted by relevance
6597 static void putc_bfd (putbuff* pb, TCHAR c) argument6610 putc_bfd(pb, '\r');6613 i = pb->idx; /* Write index of pb->buf[] */6615 nc = pb->nchr; /* Write unit counter */6620 pb->hs = c; return; /* Save it for next */6622 hs = pb->hs; pb->hs = 0;6631 if (pb->ct == 0) { /* Not in the multi-byte sequence? */6632 pb->bs[pb->wi = 0] = (BYTE)c; /* Save 1st byte */6634 if (((BYTE)c & 0xE0) == 0xC0) pb->ct = 1; /* 2-byte sequence? */6635 if (((BYTE)c & 0xF0) == 0xE0) pb->ct = 2; /* 3-byte sequence? */[all …]