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

/freebsd-12-stable/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-12-stable/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-12-stable/contrib/tcsh/
H A Dsh.parse.c51 * Perform aliasing on the word list lexp
58 alias(struct wordent *lexp) argument
67 } while (asyntax(lexp->next, lexp) != 0);
H A Dsh.exec.c925 tellmewhat(struct wordent *lexp, Char **str) argument
930 struct wordent *sp = lexp->next;
936 alias(lexp);
937 sp = lexp->next;
974 prlex(lexp);
990 prlex(lexp);
1022 prlex(lexp);
1026 prlex(lexp);
1034 prlex(lexp);
1044 prlex(lexp);
[all...]
/freebsd-12-stable/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 86 milliseconds