nPAD
#if !defined nPAD
char pad[nPAD]; /* the scratch area (see above) */
if (SI_COUNT(si) > nPAD)
SI_SETLEN(si, nPAD);
if (SI_COUNT(si) > nPAD-1)
SI_SETLEN(si, nPAD-1);
ficlSetEnv(pSys, "/hold", nPAD);
ficlSetEnv(pSys, "/pad", nPAD);