Home
last modified time | relevance | path

Searched refs:clrFNR (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk0.c206 NODE *clrFNR; /* Zero FNR variable (each file) */ variable
H A Dawk.h425 extern NODE *clrFNR;
H A Dawk2.c209 (void) exprreduce(clrFNR); in newfile()
H A Dawk1.c325 clrFNR = node(ASG, varFNR, const0); in awkvarinit()