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

/openbsd-current/gnu/lib/libiberty/src/
H A Dregex.c1264 size_t wc_count = 0;
1275 for( ; mb_remain > 0 ; ++wc_count, ++pdest, mb_remain -= consumed,
1290 is_binary[wc_count] = TRUE;
1293 is_binary[wc_count] = FALSE;
1301 offset_buffer[wc_count + 1] = mb_count += consumed;
1305 for (i = wc_count + 1 ; i <= len ; i++)
1308 return wc_count;
1257 size_t wc_count = 0; local

Completed in 187 milliseconds