Lines Matching refs:isp
139 intptr_t *isp = &istack[0]; variable
334 if (isp < istack) in icheck_range()
336 if (isp >= istack + STACK) in icheck_range()
352 isp--; in idrop()
395 isp++; in push_number()
398 *isp = pc->l; in push_number()
483 (long) (isp - istack)); in print_stack_level()
1114 int cond = isp[0]; in catstrif()
1115 isp--; in catstrif()
1445 *(intptr_t *) ((isp[0])) = isp[-1]; in bang()
1446 isp -= 2; in bang()
1454 isp[0] = *(intptr_t *) (isp[0]); in atsign()
1468 isp++; in stdout_()
1470 *isp = 1; in stdout_()
1477 isp++; in stderr_()
1479 *isp = 2; in stderr_()
1486 if (*isp == 1) in print()
1488 else if (*isp == 2) in print()
1491 fprintf (stderr, "print: illegal print destination `%" PRIdPTR "'\n", *isp); in print()
1492 isp--; in print()