Searched refs:VSTACK_SIZE (Results 1 – 1 of 1) sorted by relevance
2120 #define VSTACK_SIZE 256 macro2372 static SValue vstack[VSTACK_SIZE], *vtop;10107 if (vtop >= vstack + (VSTACK_SIZE - 1)) in vsetc()10228 if (vtop >= vstack + (VSTACK_SIZE - 1)) in vpushv()