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

/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_scanner.c681 static follby followedby = FOLLBY_TOKEN; local
710 followedby = FOLLBY_TOKEN;
714 } else if (is_special(ch) && FOLLBY_TOKEN == followedby) {
723 followedby = FOLLBY_STRING;
742 || (FOLLBY_TOKEN == followedby
798 if (followedby == FOLLBY_TOKEN && !instring) {
799 token = is_keyword(yytext, &followedby);
810 followedby = FOLLBY_TOKEN;
874 * Either followedby is not FOLLBY_TOKEN or this lexeme is part
905 if (FOLLBY_STRING == followedby)
[all...]
H A Dkeyword-gen.c35 follby followedby; /* nonzero indicates the next token(s) member in struct:key_tok
263 char followedby; /* Forces next token(s) to T_String */ member in struct:big_scan_state_tag
272 * relatively easy by storing the followedby value in a separate
408 if (sst[i].followedby & ~0x3) {
411 "sst[%d].followedby %d too big\n",
412 i, sst[i].followedby);
495 sst[i].followedby,
519 follby followedby,
570 sst[my_state].followedby = FOLLBY_NON_ACCEPTING;
585 sst[my_state].followedby
516 create_scan_states( char * text, u_short token, follby followedby, u_short prev_state ) argument
[all...]

Completed in 87 milliseconds