Searched refs:overflow (Results 1 - 8 of 8) sorted by relevance

/ast/src/lib/libast/string/
H A Dstrtoi.h45 * errno=ERANGE on overflow (LONG_MAX) or underflow (LONG_MIN)
244 int overflow = 0; local
347 overflow = 1;
353 overflow = 1;
370 if (overflow)
406 overflow = 1;
411 overflow = 1;
420 overflow = 1;
425 overflow = 1;
520 overflow
[all...]
/ast/src/lib/libtksh/tcl/
H A DtclHash.c308 int count[NUM_COUNTERS], overflow, i, j;
320 overflow = 0;
330 overflow++;
350 NUM_COUNTERS, overflow);
302 int count[NUM_COUNTERS], overflow, i, j; local
/ast/src/lib/libast/misc/
H A Dstk.c121 * default overflow exception
123 static char *overflow(int n) function
141 stkinstall(sp,overflow);
231 else sp->stkoverflow = stkcur?stkcur->stkoverflow:overflow;
261 * <oflow> becomes the new overflow function
/ast/src/lib/libz/
H A Dtrees.c505 int overflow = 0; /* number of elements with bit length too large */ local
510 * overflow in the case of the bit length tree).
517 if (bits > max_length) bits = max_length, overflow++;
530 if (overflow == 0) return;
532 Trace((stderr,"\nbit length overflow\n"));
540 s->bl_count[bits+1] += 2; /* move one overflow item as its brother */
542 /* The brother of the overflow item also moves one step up,
545 overflow -= 2;
546 } while (overflow > 0);
1112 "pendingBuf overflow");
[all...]
/ast/src/cmd/ie/
H A Demacs.c1198 static char overflow; /* Screen overflow flag set */ local
1207 char longline; /* Line overflow */
1219 overflow = NORMAL;
1330 Screen overflow checks
1347 /* Update screen overflow indicator if need be */
1349 if (longline != overflow)
1352 overflow = longline;
/ast/src/cmd/ksh93/edit/
H A Demacs.c110 char overflow; /* Screen overflow flag set */ member in struct:_emacs_
1355 char longline; /* Line overflow */
1368 ep->overflow = NORMAL;
1512 Screen overflow checks
1529 /* Update screen overflow indicator if need be */
1531 if (longline != ep->overflow)
1534 ep->overflow = longline;
/ast/src/lib/libtk/generic/
H A DtkEntry.c1226 int totalLength, overflow, maxOffScreen, rightX;
1261 overflow = totalLength - (Tk_Width(entryPtr->tkwin) - 2*entryPtr->inset);
1262 if (overflow <= 0) {
1282 entryPtr->numChars, 0, overflow, 0,
1284 if (rightX < overflow) {
1220 int totalLength, overflow, maxOffScreen, rightX; local
/ast/src/cmd/html/
H A Dtroff2html.c251 error(3, "input stack overflow");
823 error(3, "output stack overflow");
1758 error(2, "list stack overflow");
2727 error(2, "%s: stack overflow", tp->name);
4859 error(3, "tag stack overflow");

Completed in 42 milliseconds