Lines Matching refs:npush
107 #define npush(x) \ macro
212 npush(len); in tparm()
217 npush(parm[*string - '1']); in tparm()
238 npush(varyable[i-1]); in tparm()
243 npush(*string); in tparm()
253 npush(number); in tparm()
272 npush(x + y); in tparm()
275 npush(x - y); in tparm()
278 npush(x * y); in tparm()
281 npush(x / y); in tparm()
284 npush(x % y); in tparm()
287 npush(x & y); in tparm()
290 npush(x | y); in tparm()
293 npush(x ^ y); in tparm()
296 npush(x < y); in tparm()
299 npush(x > y); in tparm()
302 npush(x == y); in tparm()
305 npush(x && y); in tparm()
308 npush(x || y); in tparm()
314 npush(!x); in tparm()
318 npush(~x); in tparm()