Searched refs:lexp (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dlex.h146 isc_lex_create(isc_mem_t *mctx, size_t max_token, isc_lex_t **lexp);
153 *\li '*lexp' is a valid lexer.
158 *\li On success, *lexp is attached to the newly created lexer.
166 isc_lex_destroy(isc_lex_t **lexp);
171 *\li '*lexp' is a valid lexer.
174 *\li *lexp == NULL
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Dlex.h146 isc_lex_create(isc_mem_t *mctx, size_t max_token, isc_lex_t **lexp);
153 *\li '*lexp' is a valid lexer.
158 *\li On success, *lexp is attached to the newly created lexer.
166 isc_lex_destroy(isc_lex_t **lexp);
171 *\li '*lexp' is a valid lexer.
174 *\li *lexp == NULL
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dlex.c90 isc_lex_create(isc_mem_t *mctx, size_t max_token, isc_lex_t **lexp) { argument
97 REQUIRE(lexp != NULL && *lexp == NULL);
119 *lexp = lex;
125 isc_lex_destroy(isc_lex_t **lexp) { argument
132 REQUIRE(lexp != NULL);
133 lex = *lexp;
143 *lexp = NULL;
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dlex.c90 isc_lex_create(isc_mem_t *mctx, size_t max_token, isc_lex_t **lexp) { argument
97 REQUIRE(lexp != NULL && *lexp == NULL);
119 *lexp = lex;
125 isc_lex_destroy(isc_lex_t **lexp) { argument
132 REQUIRE(lexp != NULL);
133 lex = *lexp;
143 *lexp = NULL;
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.parse.c54 * Perform aliasing on the word list lexp
61 alias(struct wordent *lexp) argument
70 } while (asyntax(lexp->next, lexp) != 0);
H A Dsh.exec.c928 tellmewhat(struct wordent *lexp, Char **str) argument
933 struct wordent *sp = lexp->next;
939 alias(lexp);
940 sp = lexp->next;
977 prlex(lexp);
993 prlex(lexp);
1025 prlex(lexp);
1029 prlex(lexp);
1037 prlex(lexp);
1047 prlex(lexp);
[all...]
/freebsd-9.3-release/contrib/gcclibs/libdecnumber/
H A DdecNumber.c2315 Int lexp = lhs->exponent; /* save in case LHS==RES */ local
2325 adjust = lexp - res->exponent; /* adjustment needed [if -ve] */
2329 res->exponent = lexp; /* set exponent */

Completed in 101 milliseconds