Home | History | Annotate | Download | only in dc

Lines Matching defs:readsp

46 	size_t			readsp;
274 bmachine.readsp = 0;
281 struct source *src = &bmachine.readstack[bmachine.readsp];
289 struct source *src = &bmachine.readstack[bmachine.readsp];
297 struct source *src = &bmachine.readstack[bmachine.readsp];
305 struct source *src = &bmachine.readstack[bmachine.readsp];
942 push_string(read_string(&bmachine.readstack[bmachine.readsp]));
1551 if (bmachine.readsp < 2)
1554 bmachine.readsp--;
1556 bmachine.readsp--;
1572 else if (bmachine.readsp < i)
1577 bmachine.readsp--;
1594 else if (i > 0 && bmachine.readsp < i)
1599 bmachine.readsp--;
1634 free(read_string(&bmachine.readstack[bmachine.readsp]));
1662 push_number(readnumber(&bmachine.readstack[bmachine.readsp],
1669 int ch = bmachine.readstack[bmachine.readsp].lastchar;
1678 if (bmachine.readsp > 0) {
1683 src_setstring(&bmachine.readstack[bmachine.readsp], p);
1688 if (bmachine.readsp == bmachine.readstack_sz - 1) {
1697 src_setstring(&bmachine.readstack[++bmachine.readsp], p);
1731 if (bmachine.readsp == 0)
1734 bmachine.readsp--;
1738 if (bmachine.readsp > 0) {
1740 bmachine.readsp--;
1749 (void)fprintf(stderr, "%zd =>\n", bmachine.readsp);
1760 (void)fprintf(stderr, "%zd ==\n", bmachine.readsp);