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

/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dlex.h122 isc_tokentype_eof = 5, enumerator in enum:__anon4830
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dlex.c400 tokenp->type = isc_tokentype_eof;
517 tokenp->type = isc_tokentype_eof;
814 (token->type == isc_tokentype_eof)))
822 token->type == isc_tokentype_eof)
846 (token->type == isc_tokentype_eof)))
851 token->type == isc_tokentype_eof)
870 tokenp->type == isc_tokentype_eof);
890 tokenp->type == isc_tokentype_eof);

Completed in 57 milliseconds