Searched refs:f_mb_count (Results 1 – 1 of 1) sorted by relevance
158 size_t f_mb_count; member in ScriptFile306 f_mb_count = 0; in ScriptFile()328 f_mb_count = 0; in Reset()2008 while(f_mb_count < MULTIBYTE_MAX) { in ReadChar()2014 f_multibytes[f_mb_count] = a; in ReadChar()2015 f_mb_count++; in ReadChar()2019 if(f_mb_count == 0) { in ReadChar()2028 b = (int) f_mb_count; in ReadChar()2032 if(a < 0 && errno == E2BIG && out == 0 && b != (int) f_mb_count) { in ReadChar()2038 for(a = 0; a < (int) f_mb_count; a++) { in ReadChar()[all …]