Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Dkeyword-gen.c39 { "...", T_Ellipsis, FOLLBY_TOKEN },
40 { "allpeers", T_Allpeers, FOLLBY_TOKEN },
41 { "automax", T_Automax, FOLLBY_TOKEN },
43 { "broadcastclient", T_Broadcastclient, FOLLBY_TOKEN },
44 { "broadcastdelay", T_Broadcastdelay, FOLLBY_TOKEN },
45 { "checkhash", T_Checkhash, FOLLBY_TOKEN },
46 { "ctl", T_Ctl, FOLLBY_TOKEN },
47 { "delrestrict", T_Delrestrict, FOLLBY_TOKEN },
49 { "disable", T_Disable, FOLLBY_TOKEN },
51 { "dscp", T_Dscp, FOLLBY_TOKEN },
[all...]
H A Dntp_scanner.c681 static follby followedby = FOLLBY_TOKEN; in yylex()
710 followedby = FOLLBY_TOKEN; in yylex()
714 } else if (is_special(ch) && FOLLBY_TOKEN == followedby) { in yylex()
742 || (FOLLBY_TOKEN == followedby in yylex()
798 if (followedby == FOLLBY_TOKEN && !instring) { in yylex()
810 followedby = FOLLBY_TOKEN; in yylex()
874 * Either followedby is not FOLLBY_TOKEN or this lexeme is part in yylex()
893 * this hack, as restrict uses FOLLBY_TOKEN. [DH] in yylex()
906 followedby = FOLLBY_TOKEN; in yylex()
H A Dntp_scanner.h39 FOLLBY_TOKEN = 0, enumerator
/freebsd/contrib/ntp/
H A DChangeLog3959 FOLLBY_TOKEN, FOLLBY_STRING, FOLLBY_STRINGS_TO_EOC.
H A DCommitLog[all...]