Searched refs:mbc_buf_index (Results 1 – 1 of 1) sorted by relevance
109 static int mbc_buf_index = 0;904 for (i = 0; i < mbc_buf_index; i++) in pappend() 906 return mbc_buf_index - i; in pappend() 939 mbc_buf_index = r + 1; in pappend() 942 return (mbc_buf_index); in pappend() 964 mbc_buf_index = 1; in pappend() 978 mbc_buf[mbc_buf_index++] = c; in store_control_char() 979 if (mbc_buf_index < mbc_buf_len) in store_control_char() 981 if (is_utf8_well_formed(mbc_buf, mbc_buf_index)) in store_control_char() 985 mbc_buf_index in store_control_char() 110 static int mbc_buf_index = 0; global() variable [all...]