Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/lib/isc/
H A Dlex.c192 new_source(isc_lex_t *lex, isc_boolean_t is_file, isc_boolean_t need_close, in new_source() function
241 result = new_source(lex, ISC_TRUE, ISC_TRUE, stream, filename); in isc_lex_openfile()
259 return (new_source(lex, ISC_TRUE, ISC_FALSE, stream, name)); in isc_lex_openstream()
274 return (new_source(lex, ISC_FALSE, ISC_FALSE, buffer, name)); in isc_lex_openbuffer()