Searched defs:null_cnt (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregexec.c1638 int null_cnt = 0;
1659 null_cnt = (sctx->sifted_states[str_idx] == NULL) ? null_cnt + 1 : 0;
1660 if (null_cnt > mctx->max_mb_elem_len)
2932 Idx subexp_num, backup_cur_idx, str_idx, null_cnt;
3012 for (null_cnt = 0; str_idx < last_str && null_cnt <= mctx->max_mb_elem_len;)
3061 null_cnt = cur_state == NULL ? null_cnt + 1 : 0;
1635 int null_cnt = 0; local
2928 Idx subexp_num, backup_cur_idx, str_idx, null_cnt; local

Completed in 35 milliseconds