Searched refs:MAX_PUSHED (Results 1 – 1 of 1) sorted by relevance
109 #define MAX_PUSHED 16 /* max # args we can push onto the stack */ macro111 static int stack[MAX_PUSHED]; /* the stack */161 if (stackptr >= MAX_PUSHED) in push()