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

/freebsd-12-stable/contrib/ntp/ntpd/
H A Dkeyword-gen.c266 u_short other_next_s; /* next state to check if not ch */ member in struct:big_scan_state_tag
425 if (sst_highwater <= sst[i].other_next_s
426 || sst[i].other_next_s & ~0x7ff) {
429 "sst[%d].other_next_s %d too big\n",
430 i, sst[i].other_next_s);
466 if (sst[state].other_next_s == this_state) {
497 sst[i].other_next_s,
537 curr_char_s = sst[curr_char_s].other_next_s;
569 sst[my_state].other_next_s = curr_char_s;
573 sst[prev_char_s].other_next_s
[all...]

Completed in 100 milliseconds