Searched refs:fmtwd (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/awk-20/src/
H A Drun.c817 int fmtwd; /* format width */ local
838 fmtwd = atoi(s+1);
839 if (fmtwd < 0)
840 fmtwd = -fmtwd;
841 adjbuf(&buf, &bufsize, fmtwd+1+p-buf, recsize, &p, "format2");
850 sprintf(t-1, "%d", fmtwd=(int) getfval(x));
851 if (fmtwd < 0)
852 fmtwd = -fmtwd;
[all...]

Completed in 136 milliseconds