Lines Matching refs:chk
304 chk = reallocate_integer_array (chk, current_max_xpairs); in expand_nxt_chk()
306 zero_out ((char *) (chk + old_max), in expand_nxt_chk()
372 if (chk[i - 1] == 0) {
374 if (chk[i] == 0)
404 ptr_to_last_entry_in_state = &chk[i + numecs + 1];
406 for (chk_ptr = &chk[i + 1];
429 zero_out ((char *) chk, in inittbl()
470 chk[tblend] = jamstate; in mkdeftbl()
474 chk[tblend + i] = jamstate; in mkdeftbl()
561 for (++baseaddr; chk[baseaddr] != 0; ++baseaddr) ;
570 chk[baseaddr + i - minec] != 0) { /* baseaddr unsuitable - find another */
573 chk[baseaddr] != 0; ++baseaddr) ;
607 chk[tblbase + i] = statenum;
612 for (++firstfree; chk[firstfree] != 0; ++firstfree) ;
628 while (chk[firstfree] != 0)
634 chk[firstfree] = state;
780 chk[position - 1] = 1;
785 chk[position] = 1;
792 chk[position + i] = i;