Lines Matching refs:lex
19 #include <isc/lex.h>
2263 isc_lex_t *lex = NULL;
2272 CHECK(isc_lex_create(view->mctx, 1025, &lex));
2273 CHECK(isc_lex_openfile(lex, view->nta_file));
2287 CHECK(isc_lex_gettoken(lex, options, &token));
2307 CHECK(isc_lex_gettoken(lex, options, &token));
2319 CHECK(isc_lex_gettoken(lex, options, &token));
2325 CHECK(isc_lex_gettoken(lex, options, &token));
2349 if (lex != NULL) {
2350 isc_lex_close(lex);
2351 isc_lex_destroy(&lex);