Home
last modified time | relevance | path

Searched refs:PARLEV (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/usr.bin/m4/
Dmain.c409 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()
Dmdef.h232 #define PARLEV (mstack[fp].sfra) macro