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

/freebsd-12-stable/contrib/ntp/ntpd/
H A Dkeyword-gen.c526 u_short curr_char_s; local
529 curr_char_s = prev_state;
535 while (curr_char_s && (text[0] < sst[curr_char_s].ch)) {
536 prev_char_s = curr_char_s;
537 curr_char_s = sst[curr_char_s].other_next_s;
545 if (curr_char_s && (text[0] == sst[curr_char_s].ch)) {
546 my_state = curr_char_s;
[all...]

Completed in 47 milliseconds