Searched refs:__eptr_ (Results 1 – 2 of 2) sorted by relevance
78 intptr_t *__eptr_, *__lptr_; variable116 __eptr_ = (intptr_t *)&__st[SSIZE]; in __execute()128 __eptr_ = (intptr_t *)&__st[SSIZE]; in __execute()139 __eptr_ = (intptr_t *)&__st[SSIZE]; in __execute()372 if (__lptr_ >= __eptr_) { in __xpush()379 *__eptr_-- = (intptr_t)p; in __xpush()389 return ((__eptr_ > (intptr_t *)&__st[SSIZE]) ? 0 : *++__eptr_); in __xpop()
150 __eptr_;