Searched refs:PARLEV (Results 1 – 2 of 2) sorted by relevance
428 if (l != LPAREN && PARLEV == 0) { in macro()446 dump_stack(paren, PARLEV); in macro()462 if (PARLEV > 0) in macro()465 if (PARLEV > 0) in macro()468 record(paren, PARLEV++); in macro()472 if (--PARLEV > 0) in macro()490 if (PARLEV == 1) { in macro()
232 #define PARLEV (mstack[fp].sfra) macro