Lines Matching defs:lex
40 #include <isc/lex.h>
379 dst__privstruct_parse(dst_key_t *key, unsigned int alg, isc_lex_t *lex,
395 #define NEXTTOKEN(lex, opt, token) \
397 ret = isc_lex_gettoken(lex, opt, token); \
402 #define READLINE(lex, opt, token) \
404 ret = isc_lex_gettoken(lex, opt, token); \
414 NEXTTOKEN(lex, opt, &token);
422 NEXTTOKEN(lex, opt, &token);
443 READLINE(lex, opt, &token);
448 NEXTTOKEN(lex, opt, &token);
456 NEXTTOKEN(lex, opt | ISC_LEXOPT_NUMBER, &token);
464 READLINE(lex, opt, &token);
473 ret = isc_lex_gettoken(lex, opt, &token);
497 NEXTTOKEN(lex, opt | ISC_LEXOPT_NUMBER, &token);
512 NEXTTOKEN(lex, opt, &token);
542 ret = isc_base64_tobuffer(lex, &b, -1);
553 READLINE(lex, opt, &token);