Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/ntpd/
Dkeyword-gen.c272 u_short other_next_s; /* next state to check if not ch */ member
431 if (sst_highwater <= sst[i].other_next_s in generate_fsm()
432 || sst[i].other_next_s & ~0x7ff) { in generate_fsm()
436 i, sst[i].other_next_s); in generate_fsm()
472 if (sst[state].other_next_s == this_state) { in generate_fsm()
503 sst[i].other_next_s, in generate_fsm()
543 curr_char_s = sst[curr_char_s].other_next_s; in create_scan_states()
575 sst[my_state].other_next_s = curr_char_s; in create_scan_states()
579 sst[prev_char_s].other_next_s = my_state; in create_scan_states()
608 sst[prev_char_s].other_next_s = my_state; in create_scan_states()