Home
last modified time | relevance | path

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

/freebsd/usr.bin/m4/
H A Dmain.c428 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()
H A Dmdef.h232 #define PARLEV (mstack[fp].sfra) macro