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

/freebsd-13-stable/contrib/one-true-awk/
H A Drun.c835 int fmtwd; /* format width */ local
867 fmtwd = atoi(s+1);
868 if (fmtwd < 0)
869 fmtwd = -fmtwd;
870 adjbuf(&buf, &bufsize, fmtwd+1+p-buf, recsize, &p, "format2");
885 sprintf(t-1, "%d", fmtwd=(int) getfval(x));
886 if (fmtwd < 0)
887 fmtwd = -fmtwd;
[all...]

Completed in 106 milliseconds