Home
last modified time | relevance | path

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

/openbsd/bin/csh/
H A Dexec.c615 tellmewhat(struct wordent *lexp, Char *str, int len) in tellmewhat() argument
619 struct wordent *sp = lexp->next; in tellmewhat()
625 alias(lexp); in tellmewhat()
626 sp = lexp->next; in tellmewhat()
661 prlex(cshout, lexp); in tellmewhat()
690 prlex(cshout, lexp); in tellmewhat()
694 prlex(cshout, lexp); in tellmewhat()
701 prlex(cshout, lexp); in tellmewhat()
711 prlex(cshout, lexp); in tellmewhat()
/openbsd/usr.bin/dig/lib/isc/
H A Dlex.c80 isc_lex_create(size_t max_token, isc_lex_t **lexp) { in isc_lex_create() argument
86 REQUIRE(lexp != NULL && *lexp == NULL); in isc_lex_create()
108 *lexp = lex; in isc_lex_create()
114 isc_lex_destroy(isc_lex_t **lexp) { in isc_lex_destroy() argument
121 REQUIRE(lexp != NULL); in isc_lex_destroy()
122 lex = *lexp; in isc_lex_destroy()
130 *lexp = NULL; in isc_lex_destroy()
/openbsd/usr.bin/dig/lib/isc/include/isc/
H A Dlex.h126 isc_lex_create(size_t max_token, isc_lex_t **lexp);
144 isc_lex_destroy(isc_lex_t **lexp);
/openbsd/regress/lib/libc/cephes/
H A Dieee.c3483 long lexp; local
3687 lexp = yy[E];
3701 lexp -= tt[E];
3703 lexp += EXONE;
3722 lexp -= tt[E];
3724 lexp += EXONE;
3728 lexp += tt[E];
3730 lexp -= EXONE - 1;
3737 lexp -= EXONE - 0x3ff;
3739 lexp -= EXONE - 0177;
[all …]
/openbsd/gnu/gcc/libdecnumber/
H A DdecNumber.c2315 Int lexp = lhs->exponent; /* save in case LHS==RES */ in decAddOp() local
2325 adjust = lexp - res->exponent; /* adjustment needed [if -ve] */ in decAddOp()
2329 res->exponent = lexp; /* set exponent */ in decAddOp()