Lines Matching defs:opt
300 unsigned int opt = ISC_LEXOPT_EOL;
308 #define NEXTTOKEN(lex, opt, token) \
310 ret = isc_lex_gettoken(lex, opt, token); \
315 #define READLINE(lex, opt, token) \
317 ret = isc_lex_gettoken(lex, opt, token); \
327 NEXTTOKEN(lex, opt, &token);
335 NEXTTOKEN(lex, opt, &token);
355 READLINE(lex, opt, &token);
360 NEXTTOKEN(lex, opt, &token);
368 NEXTTOKEN(lex, opt | ISC_LEXOPT_NUMBER, &token);
376 READLINE(lex, opt, &token);
386 ret = isc_lex_gettoken(lex, opt, &token);
417 READLINE(lex, opt, &token);