Lines Matching refs:lex
34 #include <isc/lex.h>
462 dst__privstruct_parse(dst_key_t *key, unsigned int alg, isc_lex_t *lex,
479 #define NEXTTOKEN(lex, opt, token) \
481 ret = isc_lex_gettoken(lex, opt, token); \
486 #define READLINE(lex, opt, token) \
488 ret = isc_lex_gettoken(lex, opt, token); \
498 NEXTTOKEN(lex, opt, &token);
506 NEXTTOKEN(lex, opt, &token);
529 READLINE(lex, opt, &token);
534 NEXTTOKEN(lex, opt, &token);
542 NEXTTOKEN(lex, opt | ISC_LEXOPT_NUMBER, &token);
550 READLINE(lex, opt, &token);
559 ret = isc_lex_gettoken(lex, opt, &token);
581 NEXTTOKEN(lex, opt | ISC_LEXOPT_NUMBER, &token);
596 NEXTTOKEN(lex, opt, &token);
627 ret = isc_base64_tobuffer(lex, &b, -1);
637 READLINE(lex, opt, &token);