Searched refs:PARLEV (Results 1 – 2 of 2) sorted by relevance
409 if (l != LPAREN && PARLEV == 0) { in macro()427 dump_stack(paren, PARLEV); in macro()443 if (PARLEV > 0) in macro()446 if (PARLEV > 0) in macro()449 record(paren, PARLEV++); in macro()453 if (--PARLEV > 0) in macro()471 if (PARLEV == 1) { in macro()
232 #define PARLEV (mstack[fp].sfra) macro